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.
🔑 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.
Fund Wallet
Deposit funds via instant local KHQR (Bakong) or Crypto (USDT/BTC). Orders are atomically debited from this balance.
Pass API Key
Send the x-api-token: rsk_... header with every API request. Each key has its own discount rate and rate limits.
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"
