Reseller Program
Reseller Program
Sell XenCheats keys through your own site or Discord.
Sign in required
Sign in to your XenCheats account (link your Discord if you haven't) to see your reseller status.
Sign inApply to become a reseller
Apply here, or run /resellerapp in our Discord — either way staff review it manually and DM you the decision.
Application pending
Your reseller application is waiting on staff review. We'll DM you on Discord once it's decided.
Application not approved
Your reseller application wasn't approved this time. You're welcome to apply again here, or run /resellerapp in Discord.
Your prepaid reseller balance. Buy from the Products tab or your own integration — either way it's debited at your tier's discounted price. Your discount is set by how much you've topped up in total: $50+ locks in 15% off, $100+ locks in 20% off, $200+ locks in 25% off, and it stays there until you cross the next tier.
Stripe's processing fee is added at checkout; your full selected amount is credited to reseller balance.
Your info
On file
Wholesale catalog
Built for fast fulfillment.
Browse live products, compare your reseller pricing, and deliver keys from one clean workspace.
Loading catalog...
API
Your integration
Generate your API key below (ends in — once created). It's only ever shown here, once, right after you generate or regenerate it — keep it safe and treat it like a password.
Base URL: https://xencheats.wtf
Regenerating immediately disables your old key. Anything using it will need the new one.
List products & your pricing
GET /api/reseller/products
Authorization: Bearer <your_api_key>
Buy a key
POST /api/reseller/buy
Authorization: Bearer <your_api_key>
Content-Type: application/json
{
"inventory_slug": "cs2-strikeforce-day",
"quantity": 1
}
Response includes license_key, amount_cents (your discounted price, already debited from your balance), and order_number. A 200 with success:false and error:"Insufficient reseller balance." means you need more balance before buying.