CHECKOUT
Place a recharge order
Submit amount and payment provider. Backend creates the order and returns payment link.
AUTH CONTEXT
Access token panel
If your API is protected, save token here once. Requests from this browser will attach Bearer token automatically.
No token saved
Access Token (optional). Saved in localStorage and attached as Bearer token.
FLOW NOTES
- Create order and keep `order_no` for support.
- Redirect users to `pay_url` or QR flow.
- Use query page to verify callback completion.