Adyen · JSON Structure

Legal Entity Generate Pci Description Response Structure

GeneratePciDescriptionResponse schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

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

Properties

content language pciTemplateReferences

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-generate-pci-description-response-structure.json",
  "description": "GeneratePciDescriptionResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "content": {
      "description": "The generated questionnaires in a base64 encoded format.",
      "format": "byte",
      "type": "string"
    },
    "language": {
      "description": "The two-letter [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code for the questionnaire. For example, **en**.",
      "type": "string"
    },
    "pciTemplateReferences": {
      "description": "The array of Adyen-generated unique identifiers for the questionnaires.",
      "items": {
        "type": "string"
      },
      "type": "array"
    }
  },
  "name": "GeneratePciDescriptionResponse"
}