Demo environment overview
Airwallex provides a demo environment entirely separate from the production environment and allows you to test your integration with simulation and without involving real money.
Demo environment is available for both web app and API.
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 URL to airwallex.com/api/v1/
.
Payments
- Test payment transactions using test card numbers for various success and error scenarios for the following use cases:
- Ensure your subscribed webhook events are received and managed in your integration.
- Check out the Payments integration checklist to learn about setting up your demo account for payments.
Payouts
- Simulate a production-like deposit into your Global Account using the Global Account deposit simulation API.
- Simulate transfer status transitions using transfers simulation API.
- Ensure your subscribed webhook events are received and managed in your integration.
- Check out the Payouts integration checklist to learn about setting up your demo account for payouts.
Issuing
- Simulate an authorization request to reserve funds on the available balance on the card using Create a transaction for the provided card.
- Simulate a capture request to deduct funds equivalent to the authorized amount from the account balance in the multi-currency Wallet using Capture the transaction with the provided id.
- Ensure your subscribed webhook events are received and managed in your integration.
- Check out the Issuing integration checklist to learn about setting up your demo account for issuing cards.
Connected Accounts
- Test connected account creation using Connected Account status transition simulation API.
- Ensure your subscribed webhook events are received and managed in your integration.
Webhooks
- Test webhook events against a specified notification URL in the demo environment.
- Whitelist IP addresses for the demo environment to receive webhook events successfully.