GET
Get customer limits
Returns the program-level reference limits for the customer — what you’d show on a “your limits” screen: payment limits, card spend limits, ATM withdrawal limits, and balance limits. These are the published limits for the customer’s tier, sourced from your program’s configuration. They’re not the same as account limits, which are per-account operational settings the customer can adjust. limits can be null on programs that don’t publish a limits table.

Authorizations

Authorization
string
header
required

The user's id_token from authentication — the ID token, not the access_token. The program and environment come from the token.

Path Parameters

customerId
string
required

The customer's ID.

Response

Limits

success
boolean
Example:

true

data
object