Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 13.1 KB

File metadata and controls

12 lines (8 loc) · 13.1 KB

StatementsViewRequestBody

View Statements

Fields

Field Type Required Description Example
date_ int ✔️ This is the date of the statement, in milliseconds since the Unix epoch time. 1586480400000
file_type models.StatementsFileType ✔️ This is the type of the file. Currently, Bolt only supports CSV statements. csv
type models.StatementsType ✔️ The time period and statement type:
* Funding details statement with transactional events: Use daily_transaction or monthly_transaction
* Bank transfer statement with settlement and funding events: Use daily_funding
* Dispute statement: Use monthly_dispute
daily_transaction