Adyen · Example Payload

Adyen Get Legalentities Id Pciquestionnaires Example

PaymentsFinancial ServicesFintech

Adyen Get Legalentities Id Pciquestionnaires 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": "get-legalEntities-id-pciQuestionnaires",
  "method": "GET",
  "path": "/legalEntities/{id}/pciQuestionnaires",
  "summary": "Adyen Get PCI Questionnaire Details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "400",
      "contentType": "application/json",
      "name": "get-legalEntities-id-pciQuestionnaires400Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "401",
      "contentType": "application/json",
      "name": "get-legalEntities-id-pciQuestionnaires401Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "403",
      "contentType": "application/json",
      "name": "get-legalEntities-id-pciQuestionnaires403Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "422",
      "contentType": "application/json",
      "name": "get-legalEntities-id-pciQuestionnaires422Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    },
    {
      "status": "500",
      "contentType": "application/json",
      "name": "get-legalEntities-id-pciQuestionnaires500Example",
      "example": {
        "errorCode": "CODE123",
        "errorType": "standard",
        "message": "example_value",
        "pspReference": "REF-001",
        "status": 500
      }
    }
  ]
}