Adyen · Example Payload

Adyen Post Storedetail Example

PaymentsFinancial ServicesFintech

Adyen Post Storedetail 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "post-storeDetail",
  "method": "POST",
  "path": "/storeDetail",
  "summary": "Adyen Store Payout Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "401",
      "contentType": "application/json",
      "name": "post-storeDetail401Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "post-storeDetail403Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "post-storeDetail422Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "post-storeDetail500Example",
      "example": {
        "additionalData": {},
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    }
  ]
}