View Statements
| 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 |