{
"type": "funds.withdrawal_complete",
"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 complete
A withdrawal completed successfully.
{
"type": "funds.withdrawal_complete",
"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_complete webhook event.
Webhook event identifier.
"funds.withdrawal_complete"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 - 42When amount.asset equals fee.asset, the gross withdrawal amount, inclusive of the fee. When the fee uses another asset, the withdrawal amount in its own asset. PWS reports it when the source value can be resolved to a public asset.
Show child attributes
Show child attributes
Fee charged for the withdrawal. When the fee uses a different asset from amount, PWS reports it separately. PWS reports it independently when the value can be resolved to a public asset.
Show child attributes
Show child attributes
Response
Delivery endpoint accepted the webhook.