API Reference
Vouchers
Digital gift cards - browse the catalogue, calculate charges, place orders, receive codes
The vouchers vertical covers digital gift cards: brand-issued codes you redeem on third-party platforms (Steam, Amazon, Google Play, etc.). You browse the catalogue, calculate the exact payable amount, place an order against a wallet, and receive voucher codes synchronously or via webhook.
For gaming top-ups (player ID required, mostly async), see the Topups vertical. For mobile data eSIMs (QR / LPA delivery), see the eSIM vertical.
Endpoints
| Method | Path | Page |
|---|---|---|
GET | /api/v1/products | Products |
GET | /api/v1/products/:id | Products |
POST | /api/v1/products/:id/charges | Charges |
POST | /api/v1/products/:id/availability | Availability |
POST | /api/v1/orders | Create order |
GET | /api/v1/orders | Orders |
GET | /api/v1/orders/:id | Orders |
PATCH | /api/v1/orders/:id/notification-email | Orders |
Webhooks
Voucher order and wallet events are delivered to your registered webhook URL. See Voucher Webhooks for the event payload shapes, and Signature Verification for HMAC validation.