Documentation Index
Fetch the complete documentation index at: https://docs.leuwongrr.online/llms.txt
Use this file to discover all available pages before exploring further.
Sandbox & Production API Key
LeuwongRR User API mendukung dua mode API key agar integrasi bot, website, atau dashboard bisa diuji dengan lebih aman.Mode API Key
| Mode | Prefix token | Fungsi |
|---|---|---|
| Sandbox | lrrs_v1_ | Untuk uji coba integrasi. Invoice test memakai prefix SBX- dan tidak membuat charge/gateway real. |
| Production | lrrp_v1_ | Untuk penggunaan live/production. Gunakan setelah integrasi sudah siap. |
Rekomendasi Alur Integrasi
- Buat API key mode Sandbox.
- Test endpoint read-only seperti saldo, order, invoice, dan status.
- Test
POST /api/v1/me/ordersdenganpayment_method: invoice. - Pastikan bot menangani response sukses dan error dengan benar.
- Setelah aman, buat API key mode Production dan update environment bot.