KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

Export payout details for a balance record

curl -X GET "https://test-api.kashier.io/v2/balance/payout-details/string/export"
"string"

Exports the transactions behind a payout balance record as a spreadsheet, applying the same status and date filters as the payout details read.

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

recordId*string

Balance record identifier.

Query Parameters

status?string

Filter by status.

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/balance/payout-details/{recordId}/export