Demo environment overview
Airwallex provides a demo environment, completely separate from the production environment, that allows you to test your integration using simulations without involving real money.
Demo environment is available for both web app and API.
Web app: https://demo.airwallex.com/app/
API Base URL:
https://api-demo.airwallex.com/
To get started in demo, contact your Airwallex Account Manager and request access to the demo environment. You will receive demo API credentials from Airwallex that you can use to create and retrieve simulated data by making requests to the demo Airwallex API api-demo.airwallex.com/api/v1/
.
When you're ready to switch to the production environment, generate your production API keys by logging in to the Airwallex web app in production . You can start making live requests by updating the API base URL to airwallex.com/api/v1/
.
Simulation APIs
You can conduct end-to-end testing of your integration by simulating various use cases in the demo environment. Explore simulation APIs for:
As a platform account, you can call the simulation APIs on behalf of a connected account using the x-on-behalf-of
header.
Webhooks
You can test webhook events against a specified notification URL in the demo environment. We recommend that you whitelist IP addresses for the demo environment to receive webhook events successfully.