Orqpay

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

  1. Register settlement addresses for each live network you need (dashboard → Go live / Settings). See Networks for networkId values.
  2. Submit go-live from the dashboard.
  3. Wait for approval.
  4. Create a live API key. Reuse (or re-issue) your orq_ms_… signing secret — one secret covers test and live.
  5. Point your live webhook URL at production (dashboard → Webhooks → live).
  6. Deploy with the live key and keep signing every request.

Test vs live

TestLive
API keyorq_mk_test_…orq_mk_live_… (blocked until approved)
NetworksTest networks enabled for youProduction networks
WebhooksSeparate test URLSeparate live URL

With an API key, do not send environment in the body — the key prefix chooses the mode.

Next

On this page