What problem does it solve?
Provide merchants with a reliable, auditable way to sell, issue, redeem, and refund gift cards while preventing double-spend, ensuring correct accounting treatment, and supporting partial redemptions and expirations across hosted and headless storefronts.
Core Features & Use Cases
- Platform guidance: Step-by-step configuration notes for Shopify, WooCommerce, and BigCommerce plus patterns for custom/headless implementations.
- Append-only ledger: Design and code examples for ledger-based balance calculation so every debit/credit is auditable for finance and support.
- Safe redemption & refunds: Row-level locking, partial-use capping, reactivation on refund, and tips for avoiding race conditions during high concurrency events.
- Operational practices: Secure code generation, masking in logs, expiry/legal considerations, and accounting liability handling for issuance and refunds.
- Use case: Sell gift cards as products, issue bulk corporate credits, refund customers to store credit, and allow mixed payment at checkout.
Quick Start
Issue a $50 gift card for [email protected], atomically record the initial issue transaction in the ledger, and send the recipient an email containing the generated code.