Documentation
Elysia Bot Docs
A practical guide for the website, premium flow and Sairi payment gateway.
Getting started
01Create an account from Dashboard.
02Open Premium and choose the number of days.
03Enter a promo code if you have one.
04Create the invoice and scan the QRIS.
05After payment is confirmed, premium expiry is updated automatically.
Sairi integration
The API key stays on the server. The browser never receives SAIRI_API_KEY.
GET /api/balance?apikey=YOUR_API_KEY
GET /api/invoice?apikey=YOUR_API_KEY&amount=50000
GET /api/invoice/status?apikey=YOUR_API_KEY&invoice_id=...
Bot engine
Existing Baileys plugins and pairing code remain available. The Elysia web layer sits above the original engine.
Payment
Premium price = selected days × Rp1.000. Promo discounts are calculated from that original price.
Terms
Use the website only for lawful activity and read the Terms page before using paid features.
Sairi payment documentation
The full Sairi endpoint notes supplied for this build are kept at the bottom of this documentation page for reference.
Balance: GET https://api.sairibot.my.id/api/balance?apikey=YOUR_API_KEY
Invoice: GET https://api.sairibot.my.id/api/invoice?apikey=YOUR_API_KEY&amount=50000
Status: GET https://api.sairibot.my.id/api/invoice/status?apikey=YOUR_API_KEY&invoice_id=YOUR_INVOICE_ID
Source attribution
This edition keeps the original project license and attribution. Web owner / edition: OnePay Official. Developer attribution is available on the Developer page.
