Environments
Testing in the Sandbox Environment
Before deploying your integration into a live environment, we encourage testing your application's interaction within our Sandbox environment. The Sandbox environment is an exact replica of the production environment, designed to simulate real-world transactions without affecting live accounts or processing actual payments.
Important caveats on Sandbox behavior
- Customers/Entities/UBOs will be automatically accepted by compliance
- Payments sent in Sandbox will not actually send to the intended account
- The exchange rates you see in Sandbox may be different than Production
Sandbox API URL:
https://sandbox-api.walapay.io/v1/
Moving to Production
Once you are satisfied with your application's performance in the Sandbox environment and are ready to go live, you can switch to using the production API endpoints. Remember, this step will involve real transactions and data, so ensure your application is thoroughly tested and secure. For moving to production, you may need to request production API keys through the Walapay Dashboard or contact support if additional verification or information is required.
By following these steps, you can ensure a smooth transition from development to a fully integrated solution within your application.
Production API URL:
https://api.walapay.io/v1/
Updated 3 months ago