POST
Update account 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.

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