Update Card Limit

Change the card limit for a given virtual or physical card, as long as the card is not terminated. This is unrelated to the renew frequency of the card. Meaning you can update the limit of a card with a TOTAL renew frequency (equals no limit renewal) as well as a MONTHLY renew frequency etc.

Path Params
uuid
required

The ID of the card to update the limit for.

Body Params
limit
object
required

The limit of the card. The limit renews according to the limitRenewFrequency or never, if limitRenewFrequency is set to TOTAL.

string
enum

The frequency of the card limit renewal.

  • DAILY - The card limit is renewed every day
  • WEEKLY - The card limit is renewed every week
  • MONTHLY - The card limit is renewed every calendar month, this is the default setting.
  • QUARTERLY - The card limit is renewed every calendar quarter.
  • ANNUAL - The card limit is renewed every year.
  • TOTAL - The card limit is never going to be renewed. After the limit is spent the card cannot be used anymore.
Allowed:
transactionLimit
object
required

The transaction limit of the card. Meaning the maximum amount of a single transaction. This is always below or equal to the limit of the card.

number
1 to 999999999

Optional field to describe the maximum number of transactions within the range of 1..999999999 that can be performed with this card. If not provided, the card can be used for an unlimited number of transactions until the card expires.

monthlyLimit
object
deprecated
Responses
204

Ok

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json