Home
Adyen
Adyen Post Changestatus Example
Adyen Post Changestatus Example
Payments Financial Services Fintech
Adyen Post Changestatus 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-changeStatus",
"method": "POST",
"path": "/changeStatus",
"summary": "Adyen Changes the Status of the Payment Method.",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-changeStatus200Example",
"example": {
"authCode": "CODE123",
"currentBalance": "example_value",
"pspReference": "REF-001",
"refusalReason": "REF-001",
"resultCode": "Success",
"thirdPartyRefusalReason": "REF-001"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "post-changeStatus400Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-changeStatus401Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-changeStatus403Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-changeStatus500Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}