Adyen · Schema

AcceptTermsOfServiceResponse

PaymentsFinancial ServicesFintech

Properties

Name Type Description
acceptedBy string The unique identifier of the user that accepted the Terms of Service.
id string The unique identifier of the Terms of Service acceptance.
ipAddress string The IP address of the user that accepted the Terms of Service.
language string 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.
termsOfServiceDocumentId string The unique identifier of the Terms of Service document.
type string The type of Terms of Service. Possible values: * **adyenForPlatformsManage** * **adyenIssuing** * **adyenForPlatformsAdvanced** * **adyenCapital** * **adyenAccount** * **adyenCard** * **adyenFranchise
View JSON Schema on GitHub

JSON Schema

adyen-accepttermsofserviceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AcceptTermsOfServiceResponse",
  "title": "AcceptTermsOfServiceResponse",
  "properties": {
    "acceptedBy": {
      "description": "The unique identifier of the user that accepted the Terms of Service.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the Terms of Service acceptance.",
      "type": "string"
    },
    "ipAddress": {
      "description": "The IP address of the user that accepted the Terms of Service.",
      "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"
    }
  },
  "type": "object"
}