Wallet transfer webhooks (legacy)
This page describes webhooks for the beta released Wallet Transfers API API on API version 2024-02-14 or earlier.
Webhook events
Web app Label | Event Type | Description |
---|---|---|
Transfer to an Airwallex account -> Created | wallet_transfer.created | You have successfully created the transfer. |
Transfer to an Airwallex account -> Processing | wallet_transfer.processing | The transfer is under processing by Airwallex. |
Transfer to an Airwallex account -> Sent | wallet_transfer.sent | The transfer has been sent to the beneficiary. |
Transfer to an Airwallex account -> Settled | wallet_transfer.settled | The transfer has been received by the beneficiary. |
Transfer to an Airwallex account -> Failed | wallet_transfer.failed | The transfer has failed after being reviewed by Airwallex. |
Webhook examples
Relevant webhook events:
- wallet_transfer.created
- wallet_transfer.processing
- wallet_transfer.sent
- wallet_transfer.settled
- wallet_transfer.failed
Payload example:
JSON
The data object is the same as the response body of Wallet Transfers API:
JSON
Was this page helpful?