For the ecosystem7shop

One API for every digital product

Connect once and reach gift cards, game keys, top-ups and digital vouchers from multiple providers at the same time. Built for developers, trusted by platforms.

Free forever · No credit card required
1M+Products delivered
99.9%Uptime
150+Countries
24/7Support
The integration tax

Every provider is a separate integration

Gift cards from one aggregator, game keys from another, telco top-ups from a third. Each arrives with its own contract, protocol, stock feed and settlement cycle — and none of them talk to each other.

  1. One contract per provider

    Commercial terms, onboarding, compliance and support escalation, repeated from scratch for every supplier you add.

  2. Four protocols, four failure modes

    Every provider API fails differently. Retries, timeouts and idempotency get reinvented per integration, and the bugs are always in production.

  3. Stock and price drift

    Separate feeds mean stale catalogues: a customer buys a SKU that sold out upstream ten minutes ago and the order dies at fulfilment.

  4. Reconciliation by spreadsheet

    Different settlement cycles, currencies and statement formats. Finance ends up rebuilding the truth by hand every month.

Platform

Integrate once, sell everything

01

Instant delivery

Automated fulfilment hands the customer their code in seconds, with real-time status the whole way through.

  • Automated fulfilment
  • Real-time order status
  • Sub-three-second delivery
  • Automatic retry on provider failure
02

Unified catalogue

One searchable inventory across every connected provider, with live pricing, stock and regional availability.

  • Live pricing across providers
  • Stock synchronisation
  • Region and currency filters
  • Brand classification
03

Global coverage

Distribute to 150+ countries with local payment methods and multi-currency support already wired in.

  • 150+ countries
  • Local payment methods
  • Multi-currency support
  • Regional catalogues
04

Enterprise security

Encryption in transit and at rest, fraud protection, and access control granular enough for procurement and engineering to share a platform without sharing a login.

  • Encryption in transit and at rest
  • Fraud protection
  • Role-based access control
  • Row-level data isolation
05

Real-time analytics

Revenue, order volume and success rates as they happen, with AI-generated insights on what's moving and what's failing.

  • Revenue & order analytics
  • Success-rate monitoring
  • AI-generated insights
  • Exportable reports
06

Wallets & organisations

Partner organisations run a prepaid balance with live tracking, several top-up routes and a complete transaction history.

  • Prepaid wallet with live balance
  • Multiple top-up methods
  • Owner, manager, developer, billing roles
  • Transaction history & export
Developers

Built to be integrated in an afternoon

The API is designed for speed, reliability and ease of use. Keys you generate yourself, webhooks you can trust, and a sandbox that behaves like production.

  • RESTful API with full documentation, examples and SDKs
  • Real-time webhooks for orders, payments and deliveries
  • A full-featured sandbox to test against before going live
  • API key authentication with role-based access and rate limiting
  • Idempotent orders — safe to retry, impossible to double-charge
  • White-label options and custom integrations
quick-start.ts
import SevenShop from "@7shop/api";

const shop = new SevenShop({ apiKey: process.env.SHOP_API_KEY });

const order = await shop.orders.create({
  productId: "steam-wallet-50-usd",
  quantity: 1,
  customerEmail: "player@example.com",
});

// => {
//   "id": "ord_9c41d0f2",
//   "status": "completed",
//   "voucherCode": "7SHP-4KQ2-9XTB",
//   "deliveredIn": "2.4s"
// }

Create an order and get a voucher back

Pricing

Free forever

No setup fees, no monthly charges, no hidden costs. Start free and scale as you grow.

Free forever

7shop Platform

$0/ month

Complete platform access, with every feature included.

  • Unlimited API requests
  • Full product catalogue access
  • Real-time analytics dashboard
  • Global payment processing
  • Instant delivery system
  • 24/7 priority support
  • Advanced security features
  • Custom integrations
  • Webhook notifications
  • White-label options

We make our margin on the goods, not on platform fees.

Who it's for

Three sides of the same catalogue

Platforms & marketplaces
Resell digital goods without negotiating with every supplier individually. Wizzo runs its own gift-card redemption on it.
Game studios & publishers
Sell credits, keys and premium currency with sourcing, fulfilment and delivery already handled.
Telcos & resellers
Turn airtime balance and counter traffic into a full digital goods catalogue, with reconciliation built in.

7shop questions

Is 7shop really free?

Yes — $0 a month, unlimited API requests, every feature included, no setup fee and no credit card to start. We make our margin on the goods themselves rather than charging platform fees.

What can I sell through 7shop?

Gift cards, game keys, mobile and in-game top-ups, and digital vouchers — aggregated across multiple providers and available across 150+ countries.

How long does integration take?

Generate a key, call the sandbox, ship. Most partners are transacting in the sandbox the same day, and the SDK plus webhooks mean there are no polling loops to write.

What happens when a provider fails?

Orders are idempotent and retried against the provider automatically. If a SKU genuinely can't be fulfilled the order fails cleanly instead of half-charging, and the status arrives by webhook either way.

Do I need a wallet balance?

Yes. Partner organisations run a prepaid wallet with several top-up methods so orders settle instantly. Balance, history and reconciliation reports all live in the dashboard.

Start shipping digital goods in minutes

Free forever. No credit card required.