Reseller Program

Sell Gift Cards
Through Your Platform

Integrate our automated delivery system into your website, bot, or app. Deposit USDT, use our API, and receive codes instantly. Fully automated, self-service.

12+
Categories
500+
Products
~2 min
Delivery
24/7
Uptime
Simple Integration

How It Works

Four simple steps to start selling gift cards on your platform

1

Create Account

Register in seconds. You'll get your API key and dashboard access immediately.

2

Browse Products

Use our API to fetch real-time product listings with prices and stock status.

3

Deposit USDT

Deposit USDT to your balance via BEP20, TRC20, or Binance Pay. Auto-detected.

4

Code Delivered

Balance deducted instantly, code purchased and returned via API. Fully automated.

Why Choose Us

Built for Resellers

Everything you need to run a profitable gift card business

Balance System

Deposit once, buy many times. No waiting for payment confirmations on each order. Instant code delivery.

Instant Delivery

Codes are delivered within minutes of payment confirmation. Our system runs 24/7 with automated fulfillment.

3 Payment Methods

Accept USDT via BEP20, TRC20, or Binance Pay. Binance Pay has zero transfer fees.

Secure API

Each reseller gets a unique API key with rate limiting. All communication is encrypted via HTTPS.

Simple REST API

Standard JSON responses. Works with any language: PHP, Python, Node.js, Java, or even cURL.

12+ Categories

PUBG, Free Fire, Razer Gold, iTunes, PlayStation, Xbox, Steam, Roblox, and more.

Quick Start

Start in Minutes

Here's how simple it is to create an order and get a code

# Step 1: Create an order
import requests, time

API_KEY = "your_api_key_here"
BASE    = "https://yoursite.com/reseller_api.php"
headers = {"X-API-Key": API_KEY}

# Create order
order = requests.post(f"{BASE}?action=create_order", json={
    "product_id": 123,
    "quantity": 1,
    "network": "BINANCE_PAY"
}, headers=headers).json()

print(f"Pay {order['payment']['amount']} USDT to {order['payment']['address']}")

# Step 2: Poll for completion
order_id = order['order']['order_id']
while True:
    status = requests.get(
        f"{BASE}?action=order_status&order_id={order_id}",
        headers=headers
    ).json()
    
    if status['order']['status'] == "completed":
        print("Codes:", status['order']['codes'])
        break
    
    time.sleep(10)
Product Catalog

What You Can Sell

All these categories are available through the API

Razer Gold
Razer Gold
PUBG Mobile
PUBG Mobile
Free Fire
Free Fire
iTunes USA
iTunes USA
PlayStation (PSN) KSA
PlayStation (PSN) KSA
Roblox
Roblox
Jawaker
Jawaker
Xbox
Xbox
Steam
Steam
Discord Nitro
Discord Nitro
Nintendo eShop
Nintendo eShop
Razer Gold Accounts
Razer Gold Accounts

Ready to Start Selling?

Create your account now, deposit USDT, and start selling gift cards through your platform in minutes.

Support