Create a card
Creates a new digital gift card and loads the initial funds. A unique clientReference
must be provided to prevent duplicate card creation. If the same clientReference is submitted, a 409 Conflict error is returned.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
A unique identifier provided by the client to prevent duplicate card creation.
The starting balance (e.g., up to AUD 500 or AUD 1000).
The expiry date/time for the card.
The design or template chosen for the card.
Updateable custom data for 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.