Skip to main content

Toggle business mode

POST /business/mode
Switches the authenticated business between test and live mode. Live mode requires completed onboarding.
ModeNetworkReal funds
testTestnetNo
liveMainnetYes
You must complete the onboarding process before switching to live mode. If onboarding is incomplete, the API returns an error.
curl -X POST https://api.orafi.app/v1/business/mode \
  -H "Content-Type: application/json" \
  -H "x-api-key: ora_test_your_api_key"