Adyen Post Payout 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-payout",
"method": "POST",
"path": "/payout",
"summary": "Adyen Make an Instant Card Payout",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-payout200Example",
"example": {
"additionalData": {},
"authCode": "CODE123",
"dccAmount": 1000,
"dccSignature": "example_value",
"fraudResult": "example_value",
"issuerUrl": "https://example.com/resource",
"md": "example_value",
"paRequest": "example_value",
"pspReference": "REF-001",
"refusalReason": "REF-001",
"resultCode": "AuthenticationFinished"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-payout401Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-payout403Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-payout422Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-payout500Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}