Skip to content

Fetch a Statement

POST
/v1/merchant/statement

Get a pre-signed URL for the requested statement file.

Authorization

X-API-Key X-API-Key
X-API-Key<token>

Admins and Developers can obtain their Bolt API key from the Bolt Merchant Dashboard.

In: header

Scope: X-API-Key

Request Body

application/json

View Statements

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/merchant/statement" \  -H "Content-Type: application/json" \  -d '{    "date": 1586480400000,    "file_type": "csv",    "type": "daily_transaction"  }'
{  "url": "https://bolt-statements-production.s3.us-west-2.amazonaws.com/00_daily_transaction_20200410.csv"}