Reseller programme · India

Resell 203 licence keys. Your price.

One Keys24x7 API key, wallet billing, and you set every retail price.

  • 203 auto-deliver
  • Replacement warranty
  • Up to 15% volume off

Your margin

You pay catalogue. You keep the rest.

Live prices, read from the catalogue as this page loaded — the exact amount the API debits.

Reseller cost and example margin per product
Product You pay Sell at (4× example) You keep
Microsoft Office 365 A3 Account Valid for 5 Devices [Up to 1 Year Access] ₹42 ₹168 ₹126
Windows 10 / 11 Pro 1PC [Activate by Phone] ₹66 ₹264 ₹198
Office 2016 Pro Plus 1PC [Activate by Phone] ₹66 ₹264 ₹198
Visio 2019 Professional 2PC [Retail Online] ₹82 ₹328 ₹246
Project 2019 Professional 2PC [Retail Online] ₹115 ₹460 ₹345
SQL Server 2014 Standard 1PC [Retail Online] ₹491 ₹1,964 ₹1,473

The 4× column is an illustration, not a market or competitor price — you set your own. All 203 live prices: GET /api/v1/products.

How it works

Live in three steps.

  1. Sign upAPI key issued instantly
  2. ConnectREST, SMM panel or WooCommerce
  3. SellWallet debits, buyer gets the key

Integrations

One key. Three ways in.

The full reference is public — no account needed to read it.

See the API call
List the catalogue
curl -s https://keys24x7.com/api/v1/products \
  -H "Authorization: Bearer YOUR_API_KEY"
200 — one element of the array
[
  {
    "id": "rk-457",
    "api_service_id": 20,
    "name": "Microsoft Office 365 A3 Account Valid for 5 Devices [Up to 1 Year Access]",
    "category": "Software Keys",
    "price_inr": 42,
    "price_usdt": 0.42,
    "delivery_type": "auto",
    "eta_minutes": 0,
    "in_stock": false,
    "stock_count": 0
  }
]
Place an order
curl -s -X POST https://keys24x7.com/api/v1/orders \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"product_id":"rk-457","quantity":1,"customer_email":"[email protected]"}'
201 — charge is the real debit, at your tier
{
  "order_id": 1042,
  "charge": 42,
  "discount_pct": 0,
  "tier": "Starter",
  "status": "Completed",
  "credentials": "…delivered key / account…"
}

Statuses run PendingIn progressCompleted, plus Refunded and Canceled. Errors: 401 bad key, 402 low wallet, 404 unknown product, 422 validation.

SMM panel — all four actions on /api/v2
curl -s -X POST https://keys24x7.com/api/v2 -d key=YOUR_API_KEY -d action=services
curl -s -X POST https://keys24x7.com/api/v2 -d key=YOUR_API_KEY -d action=add \
  -d service=20 -d quantity=1 -d [email protected]
curl -s -X POST https://keys24x7.com/api/v2 -d key=YOUR_API_KEY -d action=status -d order=1042
curl -s -X POST https://keys24x7.com/api/v2 -d key=YOUR_API_KEY -d action=balance
Responses
// services
[{"service":20,"name":"Microsoft Office 365 A3 Account Valid for 5 Devices [Up to 1 Year Access]","type":"Package",
  "category":"Software Keys","rate":"42.00","min":1,"max":1000}]

// add     {"order":1042}
// status  {"charge":"42.00","status":"Completed","currency":"INR","credentials":"…"}
// balance {"balance":"5000.00","currency":"INR"}

Full documentation — every endpoint, the panel connect guide, an AI-builder prompt and the plugin setup.

Volume pricing

Spend more, pay less — automatically.

Your tier follows your trailing 30-day wallet spend. Nothing to apply for.

Starter

Under ₹10,000 in 30 days

Base catalogue price

Silver

₹10,000+ in 30 days

10% off every order

Gold

₹50,000+ in 30 days

15% off every order

A ₹42 product costs ₹42 at Starter and ₹37.80 at Silver (10% off) — the wallet is debited ₹37.80 and the ledger records exactly that. Your tier and distance to the next one are on your dashboard and in GET /api/v1/me.

All tiers, exact bands
Reseller volume tiers by trailing 30-day spend
Tier Trailing 30-day spend Discount
Starter ₹0 – ₹9,999 5% off every order
Silver ₹10,000 – ₹49,999 10% off every order
Gold ₹50,000+ 15% off every order

Charged as round(price × qty × (1 − discount%)), and the wallet is debited that amount.

If something breaks

Replacement first.

  • Replacement warranty

    An invalid, used, blocked or wrong key is replaced with working stock at no charge inside the window shown on that product's page — refunded to your wallet if no replacement exists. API and WooCommerce orders are covered on the same terms. Full policy.

  • Stock you can see

    203 of 203 products deliver instantly, and every product returns in_stock and stock_count. If stock is momentarily empty the order is accepted and stays In progress until we fulfil it.

  • Support, honestly stated

    Email us your API order reference and we reply within 12 hours on business days. We do not claim a 24/7 desk.

    Email [email protected]

Get started

Your API key, in seconds.

No sales call, no minimum, no monthly fee — add wallet funds only for your first live order.

Objections, answered

Reseller FAQ

What margin do I actually make?

You pay the catalogue price — exactly what the API debits. You set your retail price, so the margin is whatever you charge above it. The 4× column is an illustration, not a market price.

Do I need money in the wallet first?

No. Signing up issues a working key immediately — list products, check your balance and build the whole integration. Funds are needed only for your first live order.

Can I read the docs before signing up?

Yes — /api-docs is public: every endpoint, curl examples, the SMM panel connect guide and the plugin setup.

What if a key fails for my customer?

Replacement first, inside the warranty window on that product's page — refunded to your wallet if no replacement stock exists. Raise it with the API order reference. Full policy.

How do the volume discounts work?

Starter ₹0–₹9,999 = 5% off; Silver ₹10,000–₹49,999 = 10% off; Gold ₹50,000+ = 15% off. Tier comes from your trailing 30-day wallet spend and is applied at charge time.

How fast is reseller support?

Email [email protected] with your API order reference; we reply within 12 hours on business days.