Go live
Move from test payments to live after approval.
Build and test with orq_mk_test_ keys. Switch to orq_mk_live_ keys after Orqpay approves your go-live request.
Checklist
- Register settlement addresses for each live network you need (dashboard → Go live / Settings). See Networks for
networkIdvalues. - Submit go-live from the dashboard.
- Wait for approval.
- Create a live API key. Reuse (or re-issue) your
orq_ms_…signing secret — one secret covers test and live. - Point your live webhook URL at production (dashboard → Webhooks → live).
- Deploy with the live key and keep signing every request.
Test vs live
| Test | Live | |
|---|---|---|
| API key | orq_mk_test_… | orq_mk_live_… (blocked until approved) |
| Networks | Test networks enabled for you | Production networks |
| Webhooks | Separate test URL | Separate live URL |
With an API key, do not send environment in the body — the key prefix chooses the mode.
Next
- Authentication
- Errors —
LIVE_NOT_APPROVED,MERCHANT_SUSPENDED - Create payment