Cards
Replace Card
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 and CARD_BALANCE_UPDATED to set the card balance to zero.
- For the newly created card: CARD_ISSUED, CARD_ACTIVATED, CARD_STATUS_CHANGED and CARD_BALANCE_UPDATED with the corresponding balance.
post/cards/{cardId}/replace
Path parameters
cardIdstring uuid required
The unique identifier of the card.
Request body
Response
Ok