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 Signing-up for an account at Sandbox Merchant Dashboard.
- Confirm your email and continue with the signup.
- Click on the "Skip" button to skip the onboarding process (as it it is not necessary in sandbox environment)
You're now basically set up.
Further recommended steps
If you're doing full API integration:
- Create your API key via your Coinify Dashboard in the Developers section.
- Set up your webhook URL and shared secret here. (Make sure to verify the signature of each webhook event! Please see more info here).
If you're using Invoices (no coding needed):
- Jump to the Invoices section and start testing.
Feel free to check our Products section for more info on other products/services we offer.
Check our guides on testing in sandbox environment for:
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 3 days ago