POST
Update account limits
Sets the account’s accountSingle, accountDaily, and accountMonthly limits. All three are required — send the current value for any you don’t want to change (read them first with Get account limits). Values can’t exceed the program ceilings (maximumSingle, maximumDaily, maximumMonthly) returned by the GET.

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.

Body

application/json
accountSingle
number
required

Required. Single-transaction limit.

accountDaily
number
required

Required. Daily limit.

accountMonthly
number
required

Required. Monthly limit.

Response

Updated limits

success
boolean
Example:

true

data
object