Skip to main content
GET
List account balances

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

merchant_id
string<uuid>

Merchant to read balances for. Omit when calling with merchant credentials; required for partner and admin callers.

Response

Success

Live balances for a merchant's accounts, one entry per account

success
boolean
required

Indicates if the request was successful

Example:

true

data
Balance · object[]
required