Adyen Get Stores 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
operationIdmethodpathsummaryrequestExamplesresponseExamples
Example Payload
{
"operationId": "get-stores",
"method": "GET",
"path": "/stores",
"summary": "Adyen Get a List of Stores",
"requestExamples": [],
"responseExamples": [
{
"status": "400",
"contentType": "application/json",
"name": "get-stores400Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "get-stores401Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "403",
"contentType": "application/json",
"name": "get-stores403Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "422",
"contentType": "application/json",
"name": "get-stores422Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
},
{
"status": "500",
"contentType": "application/json",
"name": "get-stores500Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
}
]
}