Skip to content
Instant delivery · eSIM data worldwide · Sign in with just your email

One checkout
for gift cards

Gift cards from top brands and eSIM data for destinations worldwide. Pay from your prepaid balance — it’s on your order page in seconds.

Instant email deliveryPay from your balance — sign in with just your email

Top brands, one instant checkout

Catalog

Two ways to spend, zero waiting

Everything Xegora sells is digital, in stock, and delivered the moment your payment clears.

Gift cards

Browse by category

Marketplaces, gaming, streaming, travel — every brand sorted the way you shop for it.

How it works

From checkout to code in three steps

One quick sign-in, no waiting rooms. The whole flow takes less time than reading this sentence.

1

Pick a product

Browse top gift card brands and eSIM data plans for destinations worldwide. Sign in with just your email.

2

Fund your balance

Top up your Xegora balance once — after that, checkout is instant.

3

Delivered instantly

Your code or QR is on your order page the moment payment clears — most orders in under 10 seconds. We email you a link, never the code.

Popular now

What everyone's buying this week

Live bestsellers across all three catalogs — each one delivered in seconds.

Crypto native

Pay in crypto, settle in seconds

Xegora was built for on-chain payments from day one. Send stablecoins from any wallet, watch the confirmation land, and your balance is ready to spend — the checkout does the math for you.

  • Send from any wallet to your own deposit address.
  • Deposits credit your prepaid balance automatically once the network confirms them.
  • Pay from your balance and your product ships. No chargebacks, no card holds, no bank calls.
Gift cards
Instant delivery
eSIM
Merchant API
Balanceprepaid
Xegora API

The same rails, one POST away

Everything in the Xegora store is available programmatically. Reward your users or top up travelers — straight from your backend.

  • Issue gift cards and eSIMs with a single POST.
  • Signed webhooks and idempotent retries out of the box.
  • One order → fulfillment flow for every product, priced in the same call.
create-order.sh
curl -X POST https://integration.xegora.com/api/v1/orders \
-H "X-Api-Key: $XEGORA_API_KEY" \
-H "Idempotency-Key: po-10231" \
-H "Content-Type: application/json" \
-d '{
"clientReference": "po-10231",
"item": { "productId": "…", "variantId": "…",
"quantity": 1, "currency": "USD" },
"maximumTotal": 52.00
}'
# 202 Accepted — reveal the code via
# POST /api/v1/orders/{id}/fulfillment
{
"id": "0198e000-1111-7abc-9def-222233334444",
"status": "reserved",
"total": 51.50,
"currency": "USD"
}

Your next purchase is seconds away

Pick a product, pay from your prepaid balance, and it's yours before this page finishes scrolling.