Environments

You get access to Sandbox immediately after signing up. The Sandbox environment completely mimics the Production environment so that you can test the entire experience before making the changes in your live system.

Sandbox

  • Used for testing and integration
  • No real money involved
  • Same checkout experience as Production

Production

  • Used for real payments
  • Enabled only after KYB approval
  • Uses real fiat and crypto

[!TIP] The API URLs are the same for Sandbox and Production. Only the API keys change.


High-Level Integration Flow

Here's the complete flow you'll implement:

  1. Create a transaction
  2. Receive a redirection URL
  3. Redirect the user to the Checkout Widget
  4. User completes payment
  5. Payment status updates
  6. Webhook is sent (recommended)
  7. User is redirected back to your website
Checkout Payment Flow