Gift Cards
List gift cards
Create gift card
Retrieve gift card from GAN
Retrieve gift card from nonce
Link customer to gift card
Unlink customer from gift card
Retrieve gift card
Webhooks
gift_card.created
gift_card.customer_linked
gift_card.customer_unlinked
gift_card.updated
<- Gift Cards API
Gift Cards API
Version
2024-10-17
GET
/v2/gift-cards/{id}
Retrieves a gift card using the gift card ID.
Guide
Retrieve gift cards
Example code
id
string
Required
The ID of the gift card to retrieve.
errors
Error [ ]
Any errors that occurred during the request.
Show attributes
gift_card
GiftCard
The gift card retrieved.