Adyen · JSON Structure

Legal Entity Terms Of Service Acceptance Info Structure

TermsOfServiceAcceptanceInfo schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

TermsOfServiceAcceptanceInfo 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

acceptedBy acceptedFor createdAt id 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-terms-of-service-acceptance-info-structure.json",
  "description": "TermsOfServiceAcceptanceInfo schema from Adyen API",
  "type": "object",
  "properties": {
    "acceptedBy": {
      "description": "The unique identifier of the user that accepted the Terms of Service.",
      "type": "string"
    },
    "acceptedFor": {
      "description": "The unique identifier of the legal entity for which the Terms of Service are accepted.",
      "type": "string"
    },
    "createdAt": {
      "description": "The date when the Terms of Service were accepted.",
      "type": "datetime"
    },
    "id": {
      "description": "An Adyen-generated reference for the accepted Terms of Service.",
      "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": "TermsOfServiceAcceptanceInfo"
}