GET
Get account limits
Returns the account’s transaction limits — single, daily, and monthly — together with the amount already used today (usedDaily) and this month (usedMonthly), and the maximums your program allows (maximumSingle, maximumDaily, maximumMonthly). To change the limits, see Update account limits. For the program-wide reference limits that apply to the customer as a whole, see Customer limits.

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.

accountId
string
required

The account's ID.

Response

Limits

success
boolean
Example:

true

data
object