Home
Adyen
Adyen Post Storedetailandsubmitthirdparty Example
Adyen Post Storedetailandsubmitthirdparty Example
Payments Financial Services Fintech
Adyen Post Storedetailandsubmitthirdparty 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-storeDetailAndSubmitThirdParty",
"method": "POST",
"path": "/storeDetailAndSubmitThirdParty",
"summary": "Adyen Store Details and Submit a Payout",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "post-storeDetailAndSubmitThirdParty200Example",
"example": {
"additionalData": {},
"pspReference": "REF-001",
"refusalReason": "REF-001",
"resultCode": "CODE123"
}
},
{
"status": "401",
"contentType": "application/json",
"name": "post-storeDetailAndSubmitThirdParty401Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "403",
"contentType": "application/json",
"name": "post-storeDetailAndSubmitThirdParty403Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "422",
"contentType": "application/json",
"name": "post-storeDetailAndSubmitThirdParty422Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
},
{
"status": "500",
"contentType": "application/json",
"name": "post-storeDetailAndSubmitThirdParty500Example",
"example": {
"additionalData": {},
"errorCode": "CODE123",
"errorType": "standard",
"message": "example_value",
"pspReference": "REF-001",
"status": 500
}
}
]
}