Balance
Check the available and pending balance held by our licensed payment partner.
The balance reflects funds available for payouts. Requires a private key.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /balance | Retrieve balance |
The Balance object
totalnumberfacultatifTotal balance (available + pending + reserved).
availablenumberfacultatifFunds available for immediate transfers.
pendingnumberfacultatifRecent transactions not yet settled (T+1 to T+3).
reservednumberfacultatifFunds reserved for in-flight operations.
creditnumberfacultatifCredit balance if applicable.
currencystringfacultatifISO 4217 code of the balance.
environmentstringfacultatiflive or sandbox.balance.updated event
Subscribe to balance.updated, or infer changes from payment.succeeded, transfer.succeeded,
and refund.succeeded webhooks.