Skip to main content

Overview

  • GET /balances returns credit limit, spending power, and charge totals (all in cents).
  • No extra scopes are required.

API flow (step‑by‑step)

1

Fetch balances

Endpoint: GET /balances
Headers: Authorization: Bearer <SESSION_TOKEN>
Use the returned values to display available spend and current charge totals.

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.