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": "string",
  "cardLimitDaily": 0,
  "cardLimitMonthly": 0,
  "cardLimitTransaction": 0,
  "cardLimitPurchasesDaily": 100,
  "cardLimitPurchasesMonthly": 0,
  "cardLimitATMDaily": 100,
  "cardLimitATMMonthly": 100,
  "cardLimitATMOperations": 100,
  "cardLimitPurchasesOperations": 100,
  "currency": "string",
  "clientType": "BUSINESS",
  "cardOTP": {
    "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!