Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Transactional FX worksSupported regions and currenciesFunding and settlement models
Use Cases
Troubleshooting
Test and go live
Integration checklist

Integration checklist

After successfully configuring your account and creating conversions (MarketFX or LockFX) in the demo environment, you can go live in the production environment.

Test in the demo environment

Set up your demo Airwallex account using the following guidelines and get started with testing.

API keys

  • Log into the demo Airwallex web app and generate test API keys and obtain the unique client ID to make API calls. Note that if you have multiple accounts, you will need demo API keys for each account.

Account configuration

  • Contact your Airwallex Account Manager to configure your Airwallex demo account. FX capabilities that are available for configuration include:

Web app configuration

Integration

  • Use demo API endpoints for your integration: https://api-demo.airwallex.com/api/v1/
  • Create conversions: See tutorials for creating MarketFX and LockFX conversions. See Error codes for troubleshooting steps.
  • Create a payout with MarketFX or LockFX conversion.
  • Webhook tests: Ensure your subscribed webhook events are received and managed in your integration.

Reporting

Go live in the production environment

Set up your production Airwallex account using the following guidelines and get started with transacting live.

API keys

  • Log into the production Airwallex web app to generate production API keys and obtain the unique client ID to make API calls. Note that if you have multiple accounts, you will need production API keys for each account.

Web app configuration

Integration

  • Update demo API endpoints to point to the production URLs: https://api.airwallex.com/api/v1/
  • Create conversions (MarketFX or LockFX) in the production environment. See Error codes for troubleshooting steps.
  • Create a payout with an underlying conversion (MarketFX) or using a LockFX quote
  • Webhook tests: Ensure your subscribed webhook events are received and managed in your integration.

Reporting

  • If you are downloading reports programmatically, update to production endpoints https://api.airwallex.com/api/v1/
On this page
  • Test in the demo environment
  • Go live in the production environment