Search...
Log inGet started
Airwallex logo
Home
Core API
Payments
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Airwallex Payouts work
Payout network
Use cases
Batch transfers
Create a batch transfer
Retrieve batch transfers
Manage batch transfers
Test and go live
Older API versions

Retrieve batch transfers

Retrieve a batch transfer

Call Retrieve a batch transfer API to retrieve details of a batch transfer by specifying the batch transfer id.

A successful request will return a response in the same format as Create a batch transfer 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

List all batch transfers

Call List all batch transfers API to retrieve batch transfers based on specific conditions.

You can specify the status to filter batch transfers. You can also use the pagination parameters (page, page_size) to refine the results. The response will be in the same format as Create a batch transfer 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.

List all items within a batch

Call List all items within a batch API to retrieve all items in a batch transfer by specifying the batch transfer id. See more details in Step 5 in Create a batch transfer.

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.

On this page
  • Retrieve a batch transfer
  • List all batch transfers
  • List all items within a batch