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 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
Balance account identifier.
Query Parameters
Email address the export is sent to.
Export file format.
Response Body
application/octet-stream
application/json
application/json
application/json
application/json
List balance records for an account GET
Lists the balance records of one account, newest first — the statement lines behind the balance. Each record is a single movement (a settlement credit, a payout debit, a refund, or an adjustment) a…
Export balance accounts GET
Exports the merchant's balance accounts and their balances as a spreadsheet. Pass email to have the export delivered to that address instead of returned in the response.