Skip to main content

Adyen notifications API (1.0)

Download OpenAPI specification:Download

This API is used to ingest notifications from Adyen reflecting a payment status update.

The Register payment status update method provided under this resource must be added as webhooks to your Adyen setup.

Register payment status update

This method must be called by Adyen. This interface conforms to Adyen's notification structure.

Request Body schema: application/json
live
required
string

Specifies whether the event that triggered the notification happened on the test or live environment.

notificationItems
required
Array of objects

List of payment notifications. The list contains a single item.

Responses

Request samples

Content type
application/json
{
  • "live": "false",
  • "notificationItems": [
    ]
}

Response samples

Content type
application/json
[
  • "accepted"
]