patch
https://public-api.mx.clara.com/api/v3/cards//threshold
Card update threshold utilizes a hybrid flow that attempts to process requests synchronously but switches to asynchronous processing for longer operations.
- Request: Submit the new card threshold request.
- Immediate Response (< 30s): If processing completes within 30 seconds, the status UPDATED is returned directly in the response body. No further action is required.
- Delayed Response (> 30s): If processing exceeds 30 seconds, the system handles the request asynchronously. You can retrieve the result using one of the following methods:
3.1. Method A (Recommended): Configure a webhook to receive an event notification immediately upon the process finishing.
3.2. Method B (Polling): Manually retrieve the card data. We recommend waiting 3–5 seconds before calling the GET Card by UUID endpoint to ensure the new status is present.
