Adyen Post Refundnotpaidouttransfers 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-refundNotPaidOutTransfers",
"method": "POST",
"path": "/refundNotPaidOutTransfers",
"summary": "Adyen Refund All Transactions of an Account Since the Most Recent Payout",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers200Example",
"example": {
"invalidFields": [
"example_value"
],
"pspReference": "REF-001",
"resultCode": "CODE123"
}
},
{
"status": "202",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers202Example",
"example": {
"invalidFields": [
"example_value"
],
"pspReference": "REF-001",
"resultCode": "CODE123"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers400Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers401Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers403Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers422Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-refundNotPaidOutTransfers500Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}