Transfer to an Airwallex account statuses
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 Transfers webhook events to receive the transfer information in JSON payloads in case of any status transitions.