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
- Payload
Content type
application/json
{- "live": "false",
- "notificationItems": [
- {
- "NotificationRequestItem": {
- "additionalData": {
- "cardSummary": "1111",
- "expiryDate": "03\\/2030"
}, - "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"
]