Export balance accounts
curl -X GET "https://test-api.kashier.io/v2/account/export""string"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.
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
Query Parameters
Email address the export is sent to.
Export file format.
Start of the date range (ISO 8601).
date-timeEnd of the date range (ISO 8601).
date-timeResponse Body
application/octet-stream
application/json
application/json
application/json
application/json
Export balance records for an account GET
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.
Search balance accounts by name GET
Looks up your balance accounts by name and returns just the id and name of each match — a lightweight read for populating an account picker before calling one of the detail reads.