Environment

The Kyshi MoR API supports test and live modes. The mode is resolved from the secret key you use.

Use test mode while building and QA testing. Use live mode only when you are ready to process real payments, credits, and transfers.

Data is separated by mode. Customers, transactions, wallets, beneficiaries, plans, subscriptions, and references created in test mode are not shared with live mode.

Test and live mode share a single base URL. There is no separate sandbox host to switch to.

https://api.kyshi.co

Because the URL is the same in both modes, the secret key is the only thing that decides whether a request moves real money. Check the key, not the URL, before you deploy. See Test Mode And Sandbox.

Before You Go Live

Switching to live mode is a configuration change, not a code change — which means nothing stops a live key running against code that was only ever tested in test mode.

Work through the full checklist on Going Live before you switch.


Did this page help you?