Update card limits

This method updates the limits of a card.

This endpoint is used to update the limits of a card. It allows modifying the permitted spending and transaction limits based on the predefined constraints.

Example:

{
  "alias": "my card 1", //card alias given by the user
  "cardLimitDaily": 0,
  "cardLimitMonthly": 0,
  "cardLimitTransaction": 0,
  "cardLimitPurchasesDaily": 100,
  "cardLimitPurchasesMonthly": 0,
  "cardLimitATMDaily": 100,
  "cardLimitATMMonthly": 100,
  "cardLimitATMOperations": 100,
  "cardLimitPurchasesOperations": 100,
  "currency": "string", // currency of the card
  "clientType": "BUSINESS",
  "cardOTP": { //Only sent when providers require own OTP verification.
    "baasOTP": "string", 
    "operationId": "string",
    "userId": "string",
    "cardTokenRequest": {
      "token": "string"
    }
  }
}
Language
Credentials
Bearer
JWT
Click Try It! to start a request and see the response here!