{
"type": "funds.withdrawal_failed",
"transaction_id": "FWABCDEF123456",
"user_id": "AA55 N84G QOIR A67A",
"account_id": "WCQY T95Y CUL2 A7NX",
"amount": {
"asset": "USD",
"value": "100.00"
},
"fee": {
"asset": "USD",
"value": "0"
}
}Withdrawal failed
A withdrawal failed and will not be completed. Canceled withdrawals are excluded.
{
"type": "funds.withdrawal_failed",
"transaction_id": "FWABCDEF123456",
"user_id": "AA55 N84G QOIR A67A",
"account_id": "WCQY T95Y CUL2 A7NX",
"amount": {
"asset": "USD",
"value": "100.00"
},
"fee": {
"asset": "USD",
"value": "0"
}
}Body
Payload delivered for the funds.withdrawal_failed webhook event.
Webhook event identifier.
"funds.withdrawal_failed"Opaque withdrawal transaction identifier.
Canonical identifier for a user in the Payward public API.
14 - 42Canonical identifier for an account in the Payward public API.
14 - 42Amount recorded for the withdrawal request. This does not imply that the amount remained debited after failure. PWS reports it when the source value can be resolved to a public asset.
Show child attributes
Show child attributes
Fee recorded or calculated for the withdrawal request. This does not imply that the fee was ultimately charged; failed withdrawals may be reversed. PWS reports it independently when the source value can be resolved to a public asset.
Show child attributes
Show child attributes
Response
Delivery endpoint accepted the webhook.