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.
Path Params
uuid
required

The unique identifier of the card.

Body Params
string
enum
required

The reason why the card is being replaced. Depending on the card type there are different valid reasons.

DAMAGED can be used for physical cards. EXPIRING_SOON can be used for physical and virtual cards, plus the cards has to expiry within the next three months. LOST can be used for physical cards. STOLEN can be used for all types of cards. OTHER can be used for all types of cards.

A replacement of a card is only possible if the card is not in one of the following statuses: PENDING_ISSUANCE, PENDING_REGISTRATION, REQUESTED. Also, single-use cards cannot be replaced at all.

Allowed:
integer
required

The number of months the new card should be valid for. This needs to follow the guidelines from normal card issuing.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json