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 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 record identifier.
Query Parameters
Filter by status.
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
Get payout details for a balance record GET
Expands a payout balance record into the individual transactions it paid out. Use it to answer "which sales made up this payout?" — the record gives you the total that left the account, and this re…
List holds on a balance account GET
Lists the holds placed on a balance account. A hold reserves part of the balance so it cannot be paid out yet — it explains a gap between an account's total balance and its available balance.