Environments
Overview
To ensure the smooth and secure integration of its services, Coinify provides two distinct environments: sandbox
and production
. This ensures that developers can test their API integration thoroughly before deploying it in a live environment, ensuring a seamless and secure experience for all parties involved.
Environment | API URL |
---|---|
sandbox | https://api.payment.sandbox.coinify.com |
production | https://api.payment.coinify.com |
Sandbox environment
Get started by creating a merchant account in the Sandbox Merchant Dashboard.
Then create your API key via your Dashboard in the Developers section.
Check our guides on testing in sandbox environment for:
- Payment Intents
- Refunds and Withdrawals
Production environment
For the production environment, you must create a Production Merchant Account, fill out your Business Account, and provide the documents requested in the Verify your account as instructed on the page.
Once your Production account has been approved by Conify's team, you can use your Production API key that you generate on your Dashboard account in the Developers section.
All transactions in the Production environment are executed on the live/mainnet blockchain networks.
Updated about 1 month ago