Skip to main content
WEBHOOK

Body

application/json

Payload delivered for the funds.withdrawal_failed webhook event.

type
string
required

Webhook event identifier.

Allowed value: "funds.withdrawal_failed"
transaction_id
string
required

Opaque withdrawal transaction identifier.

user_id
string
required

Canonical identifier for a user in the Payward public API.

Required string length: 14 - 42
account_id
string
required

Canonical identifier for an account in the Payward public API.

Required string length: 14 - 42
amount
FundsWithdrawalAssetAmount · object

Amount 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.

fee
FundsWithdrawalAssetAmount · object

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.

Response

2XX

Delivery endpoint accepted the webhook.