Adyen Post Setupbeneficiary 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-setupBeneficiary",
"method": "POST",
"path": "/setupBeneficiary",
"summary": "Adyen Designate a Beneficiary Account and Transfer the Benefactor's Current Balance",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-setupBeneficiary200Example",
"example": {
"invalidFields": [
"example_value"
],
"pspReference": "REF-001",
"resultCode": "CODE123"
}
},
{
"status": "202",
"contentType": "application/json",
"name": "post-setupBeneficiary202Example",
"example": {
"invalidFields": [
"example_value"
],
"pspReference": "REF-001",
"resultCode": "CODE123"
}
},
{
"status": "400",
"contentType": "application/json",
"name": "post-setupBeneficiary400Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-setupBeneficiary401Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-setupBeneficiary403Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-setupBeneficiary422Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-setupBeneficiary500Example",
"example": {
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}