post https://partner-api.getpliant.com/api/cards//replace
Replace or renew an existing card. This endpoints terminates the card being replaced and creates a new card with the same settings and card type, but different sensitive card information under the same cardholder. This can be useful to replace for instance a stolen credit card.
The following callbacks will be triggered by this action:
- For the terminated card:
CARD_TERMINATED
,CARD_STATUS_CHANGED
to terminated andCARD_BALANCE_UPDATED
to set the card balance to zero. - For the newly created card:
CARD_ISSUED
,CARD_ACTIVATED
,CARD_STATUS_CHANGED
andCARD_BALANCE_UPDATED
with the corresponding balance.