Batch Update Cards Limits

Can be used to update the limits of multiple cards in a single request. Per card, all fields are optional and only the provided changes will be applied. This operation is asynchronous and returns 202 immediately. Later, when the changes are applied, the CARD_LIMIT_CHANGED callback will be called individually per card. When a limit change cannot be applied, the CARD_LIMIT_CHANGE_FAILED callback will be called. All cards must belong to the same organization and each card must appear only once, otherwise the complete request will be rejected with 400. You need to have the EDIT_CARDS permission for all cards in the request, otherwise the complete request will be rejected with 403.

Language
Credentials
Bearer
JWT
URL