Skip to content

Balance

Check the available and pending balance held by our licensed payment partner.

The balance reflects funds available for payouts. Requires a secret key.

Endpoints

MethodPathDescription
GET/balanceRetrieve balance

The Balance object

totalnumberoptional
Total balance (available + pending + reserved).
availablenumberoptional
Funds available for immediate transfers.
pendingnumberoptional
Recent transactions not yet settled (T+1 to T+3).
reservednumberoptional
Funds reserved for in-flight operations.
creditnumberoptional
Credit balance if applicable.
currencystringoptional
ISO 4217 code of the balance.
environmentstringoptional
`live` or `sandbox`.

balance.updated event

Subscribe to balance.updated, or infer changes from payment.succeeded, transfer.succeeded, and refund.succeeded webhooks.