Transfer to an Airwallex account statuses (legacy)
This page describes the status transitions for beta released Wallet Transfers API API on API version 2024-02-14 or earlier.
This page describes the status transitions for transfers to Airwallex accounts.
Status | Description | Webhook event type | Next steps |
---|---|---|---|
CREATED | You have successfully created the transfer. | wallet_transfer.created | PROCESSING |
PROCESSING | The transfer is under processing by Airwallex. | wallet_transfer.processing | SENT, FAILED |
SENT | The transfer has been sent to the beneficiary. | wallet_transfer.sent | SETTLED, FAILED |
SETTLED | The transfer has been received by the beneficiary. | wallet_transfer.settled | - |
FAILED | The transfer has failed after being reviewed by Airwallex. | wallet_transfer.failed | - |
You can subscribe to Wallet Transfers webhook events on the legacy API versions to receive the transfer information in JSON payloads in case of any status transitions.
Was this page helpful?