Skip to main content

Dummy API (1.0)

Download OpenAPI specification:Download

THIS IS A DUMMY API FOR TESTS DO NOT USE - IMPORTANT.

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"
]