Home
Adyen
Adyen Post Notifyshopper Example
Adyen Post Notifyshopper Example
Payments Financial Services Fintech
Adyen Post Notifyshopper Example is an example object payload from Adyen, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "post-notifyShopper",
"method": "POST",
"path": "/notifyShopper",
"summary": "Adyen Ask Issuer to Notify the Shopper",
"requestExamples": [],
"responseExamples": [
{
"status": "400",
"contentType": "application/json",
"name": "post-notifyShopper400Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-notifyShopper401Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-notifyShopper403Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-notifyShopper422Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-notifyShopper500Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}