Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
Get started
QuickstartManage API keys
Event simulations
Simulate deposits to your Global Account
Simulate payout status transitionSimulate connected account status transitionSimulate transactions on issued cards

Simulate deposits to your Global Account

You can conduct unit and end-to-end testing of your integration using Create a Global Account deposit API. This sandbox simulation endpoint creates a production-like deposit to your Global Account in the demo environment only.

Key test scenarios include:

Step 1: Obtain your access token

Use obtain access token API to obtain an access token to call our API endpoints.

Example request

Shell

Example response

JSON

Step 2: Retrieve the Global Account ID

Create a Global Account (if you haven't already opened one) through our open a Global Account API endpoint.

Get the Global Account ID (global_account_id) from the response or by calling get a list of Global Accounts API endpoint.

Example request

Shell

Example response

JSON

Step 3: Simulate a deposit

Call the create a Global Account deposit API endpoint by specifying the global_account_id from step 2 and the deposit amount to simulate a production-like deposit.

Example request

Shell

Example response

JSON
On this page