KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

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
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

Query Parameters

email?string

Email address the export is sent to.

format?string

Export file format.

dateFrom?string

Start of the date range (ISO 8601).

Formatdate-time
dateTo?string

End of the date range (ISO 8601).

Formatdate-time

Response Body

application/octet-stream

application/json

application/json

application/json

application/json

GET
/v2/account/export