Adyen · JSON Structure

Legal Entity Get Terms Of Service Document Response Structure

GetTermsOfServiceDocumentResponse schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

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

Properties

document id language termsOfServiceDocumentId type

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-terms-of-service-document-response-structure.json",
  "description": "GetTermsOfServiceDocumentResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "document": {
      "description": "The Terms of Service document in Base64-encoded format.",
      "format": "byte",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the legal entity.",
      "type": "string"
    },
    "language": {
      "description": "The language used for the Terms of Service document, specified by the two-letter [ISO 639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes) language code. Possible value: **en** for English.",
      "type": "string"
    },
    "termsOfServiceDocumentId": {
      "description": "The unique identifier of the Terms of Service document.",
      "type": "string"
    },
    "type": {
      "description": "The type of Terms of Service.\n\nPossible values:\n*  **adyenForPlatformsManage**\n*  **adyenIssuing**\n*  **adyenForPlatformsAdvanced**\n*  **adyenCapital**\n*  **adyenAccount**\n*  **adyenCard**\n*  **adyenFranchisee**\n\n",
      "enum": [
        "adyenAccount",
        "adyenCapital",
        "adyenCard",
        "adyenForPlatformsAdvanced",
        "adyenForPlatformsManage",
        "adyenFranchisee",
        "adyenIssuing"
      ],
      "type": "string"
    }
  },
  "name": "GetTermsOfServiceDocumentResponse"
}