Adyen · JSON Structure

Legal Entity Get Pci Questionnaire Response Structure

GetPciQuestionnaireResponse schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

GetPciQuestionnaireResponse is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

content createdAt id validUntil

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/legal-entity-get-pci-questionnaire-response-structure.json",
  "description": "GetPciQuestionnaireResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "content": {
      "description": "The generated questionnaire in a base64 encoded format.",
      "format": "byte",
      "type": "string"
    },
    "createdAt": {
      "description": "The date the questionnaire was created, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00",
      "type": "datetime"
    },
    "id": {
      "description": "The unique identifier of the signed questionnaire.",
      "type": "string"
    },
    "validUntil": {
      "description": "The expiration date of the questionnaire, in ISO 8601 extended format. For example, 2022-12-18T10:15:30+01:00",
      "type": "datetime"
    }
  },
  "name": "GetPciQuestionnaireResponse"
}