Gift Cards

and Subscriptions

Sell gift cards from leading services and digital subscriptions through a single API.

2,000+

2,000+

Brands in the catalog

150+

150+

Delivery countries

<1 sec

<1 sec

Code delivery time

What You Get

Gift Cards from Major Retailers

Gift Cards from Major Retailers

Amazon, OZON, Wildberries, AliExpress — top up your customer’s account at their favorite store.

Media Subscriptions

Media Subscriptions

Netflix, Spotify, Apple TV+, YouTube Premium, Kinopoisk — activation for the selected period.

Gaming Subscriptions

Gaming Subscriptions

Xbox Game Pass, PlayStation Plus, Nintendo Switch Online — activation codes for any region.

Mobile Ecosystems

Mobile Ecosystems

Google Play, App Store, Huawei AppGallery — balance top-ups for buying apps and content.

Popular Brands and Categories

How It Works

Request the Catalog

GET /products/giftcards returns the list of brands, denominations, and stock levels with filters by category and region.

01

Create an Order

POST /orders with the product_id, denomination, and currency. The code or PIN is delivered in the response body.

02

Show the Code to the Customer

Display the activation code on your side. A webhook will confirm successful delivery.

03

Main Endpoints

Documentation

GET

/products/giftcards

Brand catalog with stock levels

GET

/products/{id}/denominations

Available denominations and currencies

POST

/orders

Create an order and receive the code

GET

/orders/{id}

Order status and activation code

GET

/products/subscriptions

Subscription catalog by category

POST

/webhooks

Register a webhook URL

REQUEST EXAMPLE — POST /orders
{
"product_id": "spotify_premium_1m_us",
"denomination": 10,
"currency": "USD",
"external_order_id": "your-order-456"
}
RESPONSE
{
"order_id": "ord_7ak9p...",
"status": "completed",
"product_key": "SP-XXXX-XXXX-XXXX",
"redemption_url": "https://spotify.com/redeem",
"delivered_at": "2027-03-15T23:59:59Z"
}

Technical Advantages

Unified Catalog

Unified Catalog

All brands through a single integration — no need to connect each supplier separately.

Activation Link

Activation Link

The redemption_url field in the response shows users exactly where to enter the code.

Multi-Currency Support

Multi-Currency Support

USD, EUR, GBP, TRY, and more. Conversion is applied at the current exchange rate when creating an order.

Real-Time Stock Levels

Real-Time Stock Levels

The stock.low webhook is triggered when inventory runs low. Use the in_stock filter in the catalog.

Frequently Asked Questions

How do I find the right brand and denomination?

GET /products/giftcards supports filters: ?brand=spotify&region=US&currency=USD. You can also filter by category=music, category=gaming, or category=retail.

What is returned if the code is out of stock?

HTTP 409 with the out_of_stock error code. No funds are charged. We recommend subscribing to the stock.low webhook to receive notifications in advance.

Do activation codes have an expiration date?

It depends on the brand. The expires_at field in the response contains the exact date. For most gift cards, the validity period is 12 months; for subscriptions, there is usually no expiration before activation.

How can I add a new brand to the catalog?

Submit a request in your personal dashboard. The average time to add a new brand is 3–5 business days.