Booking for a capture or refund failed

webhookPAYMENT_FAILURE

Adyen sends this notification when a split payment booking for a capture or refund fails. When a booking fails due to an invalid account status or an unknown accountCode, the funds are credited or debited to or fromyour platform's liable account instead of the account specified in the split data.

Request Parameters

contentobject

The details of the payment failure.

errorobject

Error information of failed request. No value provided here if no error occurred on processing.

eventDatestringRequired

The date and time when an event has been completed.

eventTypestringRequired

The event type of the notification.

executingUserKeystringRequired

The user or process that has triggered the notification.

livebooleanRequired

Indicates whether the notification originated from the live environment or the test environment. If true, the notification originated from the live environment. If false, the notification originated from the test environment.

pspReferencestringRequired

The PSP reference of the request from which the notification originates.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show moreShow less