Adyen notifications API (1.0)
Download OpenAPI specification:Download
This API will be used by Adyen to forward payment events. The API represents Adyen configuration for stores in your business, including notifications 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
- Payload
Content type
application/json
{- "live": "false",
- "notificationItems": [
- {
- "NotificationRequestItem": [
- {
- "additionalData": null,
- "requestId": "A_REQUEST",
- "hmacSignature": "+JWKfq4ynALK+FFzGgHnp1jSMQJMBJeb87dlph24sXw="
}
], - "eventCode": "AUTHORISATION",
- "success": "true",
- "eventDate": "2019-06-28T18:03:50+01:00",
- "merchantAccountCode": "MERCHANT_ACCOUNT",
- "pspReference": "7914073381342284",
- "merchantReference": "REFERENCE",
- "operations": [
- "CAPTURE"
], - "paymentMethod": "visa",
- "amount": {
- "value": 1130,
- "currency": "EUR"
}
}
]
}
Response samples
- 200
Content type
application/json
[- "accepted"
]