KashierDevelopersKashier Developers
API reference and playgroundBalance and accounts

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

Response Body

application/json

application/json

application/json

application/json

application/json

GET
/v2/balance/record-details/{recordId}