Starter
Under ₹10,000 in 30 days
Base catalogue price
Reseller programme · India
One Keys24x7 API key, wallet billing, and you set every retail price.
Your margin
Live prices, read from the catalogue as this page loaded — the exact amount the API debits.
| 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
Integrations
The full reference is public — no account needed to read it.
JSON at /api/v1 with bearer auth and real HTTP status codes.
Point your panel at /api/v2 — the form-encoded standard it already speaks.
Keys24x7 Reseller imports the catalogue at your margin and syncs price and stock hourly.
Download .zipcurl -s https://keys24x7.com/api/v1/products \
-H "Authorization: Bearer YOUR_API_KEY"
[
{
"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
}
]
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]"}'
{
"order_id": 1042,
"charge": 42,
"discount_pct": 0,
"tier": "Starter",
"status": "Completed",
"credentials": "…delivered key / account…"
}
Statuses run Pending → In progress → Completed, plus
Refunded and Canceled. Errors: 401 bad key,
402 low wallet, 404 unknown product, 422 validation.
/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
// 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
Your tier follows your trailing 30-day wallet spend. Nothing to apply for.
Under ₹10,000 in 30 days
Base catalogue price
₹10,000+ in 30 days
10% off every order
₹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.
| 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
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.
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.
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
No sales call, no minimum, no monthly fee — add wallet funds only for your first live order.
Key issued instantly and emailed to you · API docs · Warranty terms
Objections, answered
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.
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.
Yes — /api-docs is public: every endpoint, curl examples, the SMM panel connect guide and the plugin setup.
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.
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.
Email [email protected] with your API order reference; we reply within 12 hours on business days.