One API for every gift card vendor.
Resell our aggregated catalog under your own brand. Crypto-funded deposit, idempotent purchase, signed webhooks โ built for resellers, not consumer flows.
One catalog, many vendors
Normalized brand and denomination model across Bitrefill, GlobeTopper, Reloadly. Add a vendor, get coverage โ no rewrites.
Idempotent purchase API
POST /v1/orders with an Idempotency-Key. Replay is safe; client retries are safe; double-charge is impossible.
Deposit balance, no card-on-file
Top up via crypto, draw down on each order. Predictable cash flow, no surprise authorization holds.
KYC only when it matters
KYC is triggered by per-order value threshold, not at signup. Most pilots run zero-KYC end-to-end.
Webhooks for every state
Order created, settled, fulfilled, refunded โ signed payloads delivered to your endpoint with retry.
Sandbox first
A separate sandbox environment with mocked vendors lets you build and test without consuming real codes.
Quick start โ the only three calls you need
POST /v1/deposits # returns a BTCPay invoice for top-up GET /v1/products?country=US&category=gaming POST /v1/orders # Idempotency-Key required; debits balance
Authentication: Bearer <api_key>. Sandbox keys are available before production keys.