Adyen · Schema

GetPciQuestionnaireInfosResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
data array Information about the signed PCI questionnaires.
View JSON Schema on GitHub

JSON Schema

adyen-getpciquestionnaireinfosresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetPciQuestionnaireInfosResponse",
  "title": "GetPciQuestionnaireInfosResponse",
  "properties": {
    "data": {
      "description": "Information about the signed PCI questionnaires.",
      "items": {
        "$ref": "#/components/schemas/PciDocumentInfo"
      },
      "type": "array"
    }
  },
  "type": "object"
}