Use case · white-label storefront

Sell gift cards & game top-ups via white-label storefront — FazerCards integration guide

A white-label storefront is your fully branded shop where FazerCards is invisible — the customer sees only your name. Connect the API behind your own UI and domain to sell the full catalog (gift cards, console credit, streaming, game top-ups) under your brand, with delivery and pricing handled for you.

Integration steps

  1. 1

    Open a FazerCards reseller account

    Register at reseller.fazercards.com and start the 5-day Gold trial. No card or KYC required.

  2. 2

    Retrieve your API key

    In the dashboard, open Settings → API and copy the X-Api-Key. Store it server-side only.

  3. 3

    Wire white-label storefront to the FazerCards REST API

    Pull the catalog with GET /api/v2/catalog and place orders with POST /api/v2/order. Each order needs an Idempotency-Key (UUIDv4). Code-based SKUs return the code synchronously; ID top-ups complete via webhook.

  4. 4

    Set up webhooks for instant delivery

    Expose an HTTPS endpoint and register it in the dashboard. On order.completed, surface the code or confirmation in your channel. On order.failed, refund / retry per your business logic.

  5. 5

    Charge the customer and reconcile

    Take retail payment on your side (crypto, card, or local rails). Reconcile order-by-order against GET /api/v2/order/{id} and use GET /api/v2/balance for accounting.

What you get

  • Your brand front-to-back — customers never see a third party.
  • Crypto-native top-up of wholesale balance (USDT, Binance Pay).
  • Real-time webhooks for instant automated delivery.
  • 10,000+ SKUs in 1,000+ categories out of the box.

Watch out for

  • API key is a bearer secret — keep it server-side.
  • ID top-ups require the correct player identifier — validate before charging.
  • Customer-facing UX (refund flows, support) is your white-label storefront's responsibility, not FazerCards'.

Launch in 5 minutes — no card needed

5-day Gold trial: full API, full catalog.

FAQ

Do I need a paid plan to start?

No. The 5-day Gold trial gives the full API and full catalog access. Pick Bronze / Silver / Gold afterwards based on volume.

Which products sell best through a white-label storefront?

For agencies and brands building their own shop, the strongest sellers are the full catalog — gift cards, Steam, console credit, streaming, game top-ups. The right mix depends on your audience, but these convert reliably in this channel.

Will customers ever see the FazerCards brand on a white-label storefront?

No. Delivered codes, receipts and the UI are all yours; FazerCards stays in the background as the supply and fulfilment layer. See /white-label for the full breakdown.

Is white-label possible?

Yes. The customer never sees FazerCards' brand — your channel owns the UX. See /white-label for details.

Other use cases