The giftcards module sells and redeems digital gift cards. A gift card is an account with a unique code and a balance; customers redeem at checkout in lieu of (or alongside) other payment. Balance is tracked per code with full transaction history. Source:Documentation Index
Fetch the complete documentation index at: https://86d.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
modules/giftcards · npm: @86d-app/giftcards
Installation
Store endpoints
| Method | Path | Description |
|---|---|---|
POST | /giftcards/balance | Check balance for a code |
POST | /giftcards/redeem | Redeem at checkout |
POST | /giftcards/purchase | Purchase a new gift card |
Admin endpoints
| Method | Path | Description |
|---|---|---|
GET | /admin/giftcards | List gift cards |
POST | /admin/giftcards/issue | Manually issue (with reason) |
Related modules
- Store credits for non-monetary credit, Checkout.

