Adyen · JSON Structure

Legal Entity Calculate Terms Of Service Status Response Structure

CalculateTermsOfServiceStatusResponse schema from Adyen API

Type: object Properties: 1
PaymentsFinancial ServicesFintech

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

Properties

termsOfServiceTypes

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-calculate-terms-of-service-status-response-structure.json",
  "description": "CalculateTermsOfServiceStatusResponse schema from Adyen API",
  "type": "object",
  "properties": {
    "termsOfServiceTypes": {
      "description": "The type of Terms of Service that the legal entity needs to accept. If empty, no Terms of Service needs to be accepted.",
      "items": {
        "enum": [
          "adyenAccount",
          "adyenCapital",
          "adyenCard",
          "adyenForPlatformsAdvanced",
          "adyenForPlatformsManage",
          "adyenFranchisee",
          "adyenIssuing"
        ],
        "type": "string"
      },
      "type": "array"
    }
  },
  "name": "CalculateTermsOfServiceStatusResponse"
}