FaxStore
The Gift Card API for FaxStore manages the creation, retrieval, and deletion of gift cards. It enables seamless handling of digital gift card balances and redemptions. > To add a gift card to an account. Refer to the accounts API (/api/accounts/:id/giftcards).
GET /api/giftcards
Returns an array of all gift cards that are in the store.
authorization | [Header] A valid API token |
GET /api/giftcards/:id
Returns a single gift card with the provided ID.
authorization | [Header] A valid API token |
id | [URL] The gift card internal ID |
DELETE /api/giftcards/:id
Delete an assigned gift card from the attached customer and from the store entirely
authorization | [Header] A valid API token |
id | [URL] The gift card internal ID |