Skip to content

Check your balance

GET /v1/partners/balance

What you can pay out right now.

Permissionread-gateway
Answers200
GET /v1/partners/balance
Authorization: Bearer sk_live_xxxxxxxxxxxxxxxx
x-partner-signature: <hmac-sha256 of the raw body, hex>
{
"data": {
"balance": "5000000.0000",
"available": "4820000.0000",
"pending": "180000.0000",
"currency": "IDR"
},
"request_id": "req_…"
}
FieldMeaning
balanceTotal amount currently owed to you after ledger movements
availableAmount you can pay out now; this is the figure checked by the payout guard
pendingPart of your balance that is not yet available for payout

All three figures are read on one clock, and available + pending equals balance in the response. A payout for exactly available will not be refused for lack of funds, subject to the configured payout limits.