Demo mode — simulated ledgerLearn more →

Gift Cards

Issue and redeem digital gift cards

Gift Cards Module

Create, sell, and redeem DERO-denominated gift cards

This module is scaffolded for self-implementation. The UI structure and types are ready — add your own backend logic to enable it.

Issue gift cards with custom denominations, track redemption status, handle partial redemptions, and integrate with your checkout flow.

Extension Points
  • POST /api/pay/gift-cards — issue new gift card
  • GET /api/pay/gift-cards/:code/balance — check balance
  • POST /api/pay/gift-cards/:code/redeem — redeem against invoice
  • Webhook: gift_card.issued, gift_card.redeemed