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.

Below, you will find the corresponding URLs for the environments we support:

EnvironmentURL
Sandboxhttps://api.kyshi.co
Productionhttps://api.kyshi.co

Mode Checklist

Before going live, confirm that:

  • Your backend is using the live secret key.
  • Your live webhook URL is configured.
  • Your integration IDs and enabled currencies are correct for live mode.
  • You have tested verification and reconciliation in test mode.