Check your balance
GET /v1/partners/balanceWhat you can pay out right now.
| Permission | read-gateway |
| Answers | 200 |
Request
Section titled “Request”GET /v1/partners/balanceAuthorization: Bearer sk_live_xxxxxxxxxxxxxxxxx-partner-signature: <hmac-sha256 of the raw body, hex>Response
Section titled “Response”{ "data": { "balance": "5000000.0000", "available": "4820000.0000", "pending": "180000.0000", "currency": "IDR" }, "request_id": "req_…"}What the numbers mean
Section titled “What the numbers mean”| Field | Meaning |
|---|---|
balance | Total amount currently owed to you after ledger movements |
available | Amount you can pay out now; this is the figure checked by the payout guard |
pending | Part 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.