Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewUnderstanding Global Treasury
Market & infrastructure coverage
Use cases
Receive funds
Add funds via direct debits from Linked Accounts
Review direct debit mandate requirementsRetrieve your deposits
Direct debit deposit statusesDirect debit deposit error codesUnderstanding direct debit flight times and funding limits
Receive bank transfers to Global Accounts
Hold & convert funds
Test and go live

Retrieve your deposits

The Deposits API API enables you to retrieve transaction details for deposits settled into your Wallet via direct debits from Linked Accounts and bank transfers to Global Accounts.

If you are retrieving a direct debit deposit, you can subscribe to Deposit webhook events to receive any deposit status transitions. See Direct debit deposit statuses for more information.

Retrieve all deposits

You can retrieve deposits across all your Linked Accounts using Get a list of deposits API. Specify the time period (from_created_date, to_created_date) and the pagination parameters (page_num, page_size) to refine the results. If the time period is left unspecified or only the end date is specified, then deposits 30 days in arrears of today or the end date will be returned.

Example request

Shell

If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of header.

Example response

JSON

Retrieve details of a deposit

If you want to retrieve details of a specific deposit, call Get a deposit by ID API by specifying the unique identifier for the deposit in the endpoint URL. You can retrieve the transaction_id from Get a list of deposits API.

Example request

Shell

If you are registered as a platform account, you can call this endpoint on behalf of your connected accounts by specifying the open ID in the x-on-behalf-of header.

Example response

JSON
On this page
  • Retrieve all deposits
  • Retrieve details of a deposit