Skip to main content
GET
Get balance

Authorizations

Authorization
string
header
required

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

Response

Balance details.

balance
integer
required

Team balance in cents. All charges are billed to the parent team.

currency
string
required
Example:

"usd"

creditLimit
integer | null

Spending cap in cents (only for sub-accounts).

totalSpent
integer | null

Total amount spent by this sub-account in cents (only for sub-accounts).

isSubAccount
boolean

Whether this API key belongs to a sub-account.