Statements
Fetch a Statement
Get a pre-signed URL for the requested statement file.
post/v1/merchant/statement
Request body
Example request
{
"date": 1586480400000,
"file_type": "csv",
"type": "daily_transaction"
}Response
Statements Fetch Successful
Example response
{
"url": "https://bolt-statements-production.s3.us-west-2.amazonaws.com/00_daily_transaction_20200410.csv"
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.