post
https://sandcaas.undostres.com.mx/debit/v1/re-order-linked-card
Reorders a new linked card for a specific customer
This endpoint allows requesting a replacement for a previously issued virtual card linked to a customer.
It is typically used when the current linked card is no longer valid or needs to be refreshed.
The system will invalidate the previous card and generate a new one, maintaining the customer's linkage.
The request is authenticated using e-commerce and customer headers.
No request body is required.
Important considerations
- Customer must have at least one existing linked card.
- The new card maintains the customer's linkage and is immediately available for use.
- The existing card will be retired (canceled) before creating the new one.
- The new card will use the same campaign as the old card if still active; otherwise, the default campaign is used.
- Customer ID is taken from the authentication token.
- Balance ID is automatically determined from the customer's balance.
- Response includes the new card details and the ID of the replaced card.
- All operations are atomic—if creating the new card fails, the old card remains active.
- Endpoint requires customer authentication.