Gift Cards

Manage gift cards and track their usage

Authentication

All endpoints require API Key authentication

X-API-Key: your_api_key
GET/api/gift-cards

List Gift Cards

Get all gift cards in the system

GET/api/gift-cards/code/{code}

Get Gift Card by Code

Get gift card details by its unique code

POST/api/gift-cards

Issue Gift Card

Issue a new gift card to a customer

POST/api/gift-cards/use

Use Gift Card (Purchase)

Use gift card balance for a purchase

GET/api/gift-cards/{gift_card_id}/transactions

Get Gift Card Transactions

Get transaction history for a gift card