v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Card

Update spend control of a card

put/cards/{cardId}/spend-control

Path parameters

cardIdstring uuid required

The unique identifier for the specific card on which you want to apply the spend limit.

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Request body

transactionLimitnumber float

Maximum available transaction amount per transaction.

dailyLimitnumber float

Maximum available transaction amount per day.

weeklyLimitnumber float

Maximum available transaction amount per week.

monthlyLimitnumber float

Maximum available transaction amount per month.

yearlyLimitnumber float

Maximum available transaction amount per year.

allTimeLimitnumber float

Maximum available transaction amount over the card’s lifetime.

Response

Updated spend control

transactionLimitstring

The updated maximum amount allowed per transaction.

dailyLimitstring

The updated total spend limit allowed per day.

weeklyLimitstring

The updated total spend limit allowed per week.

monthlyLimitstring

The updated total spend limit allowed per month.

yearlyLimitstring

The updated total spend limit allowed per year.

allTimeLimitstring

The updated total spend limit allowed over the card’s lifetime.