Fetch a Statement
Get a pre-signed URL for the requested statement file.
Authorizations
Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.
Body
View Statements
This is the date of the statement, in milliseconds since the Unix epoch time.
1586480400000
This is the type of the file. Currently, Bolt only supports CSV statements.
csv "csv"
The time period and statement type:
- Funding details statement with transactional events: Use
daily_transactionormonthly_transaction - Bank transfer statement with settlement and funding events: Use
daily_funding - Dispute statement: Use
monthly_dispute
daily_transaction, monthly_transaction, daily_funding, monthly_dispute "daily_transaction"
Response
Statements Fetch Successful
This is the pre-signed URL of the requested statement. The URL has an expiration period of 5 minutes. Sharing the URL implies sharing the statement and its contents, please be careful.
"https://bolt-statements-production.s3.us-west-2.amazonaws.com/00_daily_transaction_20200410.csv"