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

MethodPathPage
GET/api/v1/productsProducts
GET/api/v1/products/:idProducts
POST/api/v1/products/:id/chargesCharges
POST/api/v1/products/:id/availabilityAvailability
POST/api/v1/ordersCreate order
GET/api/v1/ordersOrders
GET/api/v1/orders/:idOrders
PATCH/api/v1/orders/:id/notification-emailOrders

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.

Where to start

On this page