Skip to main content
GET
Get customer balances

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header as Bearer <api_key>.

Path Parameters

customerId
string
required

Customer ID (e.g., cus_...)

Response

Balance information

currency
string
required
available
number
required

Available balance in cents

pending
number
required

Pending/held amount in cents

posted
number
required

Posted charges in cents

limit
number | null

Credit limit in cents

updatedAt
string<date-time> | null