Get balance record details
curl -X GET "https://test-api.kashier.io/v2/balance/record-details/string"{ "id": "string", "accountId": "string", "amount": 0, "fees": 0, "operation": "string", "status": "string", "comment": "string", "reason": "string", "valueDate": "string", "origin": "string", "originReference": "string", "createdAt": "string"}Retrieves one balance record in full — the amount, whether it credited or debited the account, the value date the money counted from, and the origin/originReference pointing back at whatever produced it (a settlement batch id, a payout, or an adjustment reference). This is how you trace a line on the statement back to its cause.
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.
Response Body
application/json
application/json
application/json
application/json
application/json
Get the primary account's payout method GET
Retrieves the payout method configured on your primary balance account — the bank account or wallet that settled money is paid out to. The fields inside payoutFields depend on method: a bank accoun…
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…