KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

Export balance records for an account

curl -X GET "https://test-api.kashier.io/v2/account/string/records/export"
"string"

Exports one account's balance records as a spreadsheet, applying the same filters as the records list. Pass email to have the export delivered to that address instead of returned in the response.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

accountId*string

Balance account identifier.

Query Parameters

email?string

Email address the export is sent to.

format?string

Export file format.

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

GET
/v2/account/{accountId}/records/export