Reissue a card
Generates a new digital gift card to replace an existing one. Unloads funds from the original and adds them to the newly created card.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier for the card.
Body
Optional reason for reissuing the card.
Response
Unique identifier for the card.
Unique identifier provided by the client to prevent duplication.
Current status of the card.
WAITING_ACTIVATION
, ACTIVE
, CANCELLED
, BLOCKED
, REISSUED
, EXPIRED
The starting balance on the card.
The date and time when the card expires.
The design or template selected for the card.
Updateable custom data associated with the card.
Timestamp when the card was created.
Timestamp when the card was last updated.
The current available balance.
Timestamp when the card was activated (if applicable).
Timestamp when the card was cancelled (null if not cancelled).
The amount that was unloaded from the card at cancellation (null if not cancelled).
Action that led to the card's cancellation.
EXPIRY
, CANCELLATION
, REISSUE
A list of transactions associated with the card.