Bayon Store
Developer & Reseller API v1

Automate Your Digital Storefront

Connect your website, Telegram bot, or automation systems directly to BayonStore. Fetch real-time stock, purchase at wholesale rates, and deliver accounts automatically to your buyers in seconds.

🚀Instant Delivery API
🔒Atomic Balance Safety
💰Wholesale Pricing
120 req/min Per Key

🔑 Your API Keys

Use these secret keys to authenticate automated requests from your backend servers or bots.

⚙️ How the Reseller System Operates

The entire flow is fully automated, non-custodial, and safe against double-spending.

1

Fund Wallet

Deposit funds via instant local KHQR (Bakong) or Crypto (USDT/BTC). Orders are atomically debited from this balance.

2

Pass API Key

Send the x-api-token: rsk_... header with every API request. Each key has its own discount rate and rate limits.

3

Instant Delivery

Call POST /orders. Stock is reserved and credentials are returned immediately in the JSON response to give to your customer.

💻 Quick Start Code

Copy and run this in your terminal or backend server.

curl -X GET "https://bayonstore.com/api/v1/products?limit=20" \
  -H "x-api-token: rsk_YOUR_API_KEY"
Need Python, Node.js, or full Telegram Bot template code?Open Full Documentation Guide →