Overview
GET /balancesreturns credit limit, spending power, and charge totals (all in cents).- No extra scopes are required.
API flow (step‑by‑step)
1
Fetch balances
Endpoint:
Headers:Use the returned values to display available spend and current charge totals.
GET /balancesHeaders:
Authorization: Bearer <SESSION_TOKEN>Response (balances)
number
Available spending power in cents.
number
Credit limit in cents.
number
Pending charges in cents.
number
Posted charges in cents.
number
Balance due in cents.