Sandbox Base URL
All sandbox API requests should be made to:Sandbox vs Production
The sandbox environment is designed to simulate production behavior while providing a safe testing environment:Automated Compliance Approval
In sandbox, the compliance process is streamlined for testing:- Auto-Approved - Compliance submissions are usually approved within minutes
- Dummy Data - Use mock data as inputs to simulate the flow
- Magic Value - Use magic values to trigger different behaviors for testing
In production, KYC/B applications undergo real compliance review
Simulated Transactions
All money movement in sandbox is simulated:- Virtual Account Deposits - Use the simulate deposit endpoint to mimic bank deposits
- Testnet Token - Transactions use testnet tokens and are processed on a testnet network
- Testnet Wallets - All wallet addresses are on blockchain testnets
Transitioning to production
When you’re ready to move from sandbox to production:- Generate production API keys in the dashboard
- Update your base URL from
sandbox.hifi.comtoproduction.hifi.com - Update API keys in your environment variables
- Remove simulation calls - Delete any simulate-deposit endpoint usage
- Enable real KYC - Provide real user information and documents
- Test thoroughly - Start with small transactions before scaling
Getting help
If you encounter issues or have suggestions for improving the sandbox experience:- 📧 Email: support@hifi.com
- 💬 Slack: Message us in our shared Slack channel
The sandbox environment is continuously updated to reflect production changes. If you notice discrepancies between sandbox and production behavior, please let us know.