Gift Cards
Manage gift cards and track their usage
Authentication
All endpoints require API Key authentication
X-API-Key: your_api_keyGET
/api/gift-cardsList 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-cardsIssue Gift Card
Issue a new gift card to a customer
POST
/api/gift-cards/useUse Gift Card (Purchase)
Use gift card balance for a purchase
GET
/api/gift-cards/{gift_card_id}/transactionsGet Gift Card Transactions
Get transaction history for a gift card