Gift Cards
and Subscriptions
Sell gift cards from leading services and digital subscriptions through a single API.
Amazon, Apple, Google Play, Netflix, Spotify, Xbox, and thousands of other brands — no inventory or manual processing required.
2,000+
Brands in the catalog
150+
Delivery countries
<1 sec
Code delivery time
What You Get

Gift Cards from Major Retailers
Amazon, OZON, Wildberries, AliExpress — top up your customer’s account at their favorite store.

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

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

Mobile Ecosystems
Google Play, App Store, Huawei AppGallery — balance top-ups for buying apps and content.
Popular Brands and Categories
and 1,997+ more
and 1,997+ more
How It Works
Request the Catalog
GET /products/giftcards returns the list of brands, denominations, and stock levels with filters by category and region.

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

Show the Code to the Customer
Display the activation code on your side. A webhook will confirm successful delivery.

Main Endpoints
Documentation
/products/giftcards
Brand catalog with stock levels
/products/{id}/denominations
Available denominations and currencies
/orders
Create an order and receive the code
/orders/{id}
Order status and activation code
/products/subscriptions
Subscription catalog by category
/webhooks
Register a webhook URL
{
"product_id": "spotify_premium_1m_us",
"denomination": 10,
"currency": "USD",
"external_order_id": "your-order-456"
}{
"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
All brands through a single integration — no need to connect each supplier separately.
Activation Link
The redemption_url field in the response shows users exactly where to enter the code.
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
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®ion=US¤cy=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.