List holds on a balance account
curl -X GET "https://test-api.kashier.io/v2/hold/account/string"{ "data": [ { "id": "string", "accountId": "string", "amount": 0, "currency": "string", "status": "string", "createdAt": "string" } ], "total": 0, "page": 0, "limit": 0}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.
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
Page number.
Number of records per page.
Filter by hold status.
Response Body
application/json
application/json
application/json
application/json
application/json
Export payout details for a balance record GET
Exports the transactions behind a payout balance record as a spreadsheet, applying the same status and date filters as the payout details read.
List settled transactions GET
Lists your transactions that have been settled, with a summary of the total settled amount alongside the page of results. Use it for a transaction-level view of settlement; use GET /v3/payment/sett…