Adyen Post Transfers Transferid Returns 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.
{
"operationId": "post-transfers-transferId-returns",
"method": "POST",
"path": "/transfers/{transferId}/returns",
"summary": "Adyen Return a Transfer",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-transfers-transferId-returns200Example",
"example": {
"id": "500123",
"reference": "REF-001",
"status": "Authorised",
"transferId": "500123"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-transfers-transferId-returns401Example",
"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": "post-transfers-transferId-returns403Example",
"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": "post-transfers-transferId-returns422Example",
"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": "post-transfers-transferId-returns500Example",
"example": {
"detail": "example_value",
"errorCode": "CODE123",
"instance": "example_value",
"invalidFields": [
"example_value"
],
"requestId": "500123",
"response": "example_value",
"status": 500,
"title": "example_value",
"type": "standard"
}
}
]
}