Reissue a card

Reissue a card and send a new physical card to a customer (when applicable). Card must be in an eligible status listed below to perform a card renewal:

  • Verified
  • Reissued-
  • DigitalActivePhysicalIntiated
  • DigitalActivePhysicalPending

Behavior by reissueReasonTypeCode:

  • DMG (Damage) – A new card number is not generated. If applicable, a new physical card is sent to the customer.
  • REN (Renewal) – A new card number is not generated. The expiration date is updated, and if applicable, a new physical card is sent to the customer.
  • All other values – A new card number is generated.

Depending on the previous card type and the reason for reissue, this endpoint returns a card object with the following characteristics:

TypeReasonCard Number (PAN)Card Object Status
DigitalFraud, Lost, StolenNewstatus=Verified
DigitalRenewalSame (new expiration date & CVV2)status=Verified
DigitalCompromised, Name changeNewstatus=Verified
Digital w/ PhysicalPhysical damageSamestatus=Verified unless program requires verification; then status=DigitalActivePhysicalPending
Digital w/ PhysicalFraud, Lost, StolenNewstatus=DigitalActivePhysicalPending
Digital w/ PhysicalRenewalSame (new expiration)status=ReissuePendingVerification
Digital w/ PhysicalCompromised, Name changeNewOld cardId: Verified; new cardId: DigitalActivePhysicalPending. Once verified → new cardId: Verified, old cardId: Archived.
PhysicalPhysical damageSamestatus=Verified unless program requires verification; then status=PendingVerification
PhysicalFraud, Lost, StolenNewstatus=PendingVerification
PhysicalRenewalSame (new expiration date & CVV2)status=ReissuePendingVerification
PhysicalCompromised, Name changeNewOld cardId: Verified; new cardId: PendingVerification. Once verified → new cardId: Verified, old cardId: Archived.

Error Codes

Click to expand
CodeMessage (en-US)Notes
1-60000Any "Common Error Code" may occur.See Common Error Codes
Any error codes associated with card locking.See /card/lock
Any error codes associated with card initiation.See /card/initiate
Any error codes associated with card create digital.See /card/createdigital
63502Requesting customer does not have 'FULL' access to account id ’42031914'.
150230Another card for CustomerId {request.customerId} is using NickName of {request.nickName}. NickName must be unique.This error occurs when a new renewal newCardId exists and is in a status= ReissuedPendingVerification or AutoReissuedPendingVerification and a reissue is attempted due to a lost card but the oldCardID is still in a status=Verified. To resolve, hotlist the oldCardID via card/hotlist route and then reissue the newCardID as lost.
150504CardId {request.cardId} has been locked by the System and cannot be unlocked by a customer.
153001Invalid reissueReasonTypeCode '{request.reissueReasonTypeCode}'. Please refer to API documentation for valid types.
153002CardId {request.cardId} is not associated with CustomerId {request.customerId}.
153003CardId {request.cardId} status is {card.status}. Must be Verified, Expired, or PendingVerification.
153004CardId {request.cardId} is digital-only. Cannot reissue a digital-only card. For digital-only cards use /card/hotlist then /card/createDigital to issue a new digital-only card.
153005Physical card order option not available for issuance type.
153006CardId '{request.cardId}' status is '{card.status}' and cannot be reissued.
153007Digital card reissue option not available for reissueReasonTypeCode '{request.reissueReasonTypeCode}'.
198120CardId {reissueReasonTypeCodecardId} status is {card.status} and cannot be renewed.
198121Card {request.cardld} cannot be renewed before the renewal period.
198122Card {request.cardId} cannot be used after the card expiration date.
198123Reissued cardId {request.cardid} already exists for cardId {request.cardid}.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!