Update card limit
PATCH/card/v1/cards/{id}/limit
Updates the spend limit of an existing card. You can change the limit type (daily, monthly, yearly, or per-transaction) and the maximum amount.
When the limit type changes, the available balance is recalculated based on the new limit period. Changing the limit value takes effect immediately: if the new value is lower than the amount already spent in the current period, the available balance will be zero until the next reset.
Request
Responses
- 200
- 400
- 403
- 404
Card limit updated successfully. The response includes the new limit configuration and recalculated available balance.