put https://your_connector_url/customers//cards//update
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"
}
}
}