Create a batch of gift cards
Create 2 unactivated gift cards for printinginactive and carry no balance.
The
card_token and pin for each card are included in the response and will
not be retrievable again after this call. Store or forward them immediately
for printing.Activate a gift card
When a card is sold, activate it using:inactive to unused and sets the balance. All
fields are optional except amount and currency:
| Field | Description |
|---|---|
| amount / currency | Required. Initial balance loaded onto the card |
| customer_id | Associate the card with a customer at point of sale |
| active_from | Defaults to the time of activation if omitted |
| expires_at | Omit if the card should not expire |
| metadata | Recommended — include the transaction that sold the card |
Cards in
inactive status cannot be used for payment.