Adyen · JSON Structure

Legal Entity Accept Terms Of Service Request Structure

AcceptTermsOfServiceRequest schema from Adyen API

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

AcceptTermsOfServiceRequest is a JSON Structure definition published by Adyen, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

acceptedBy ipAddress

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-accept-terms-of-service-request-structure.json",
  "description": "AcceptTermsOfServiceRequest schema from Adyen API",
  "type": "object",
  "properties": {
    "acceptedBy": {
      "description": "The legal entity ID of the user accepting the Terms of Service.\n\nFor organizations, this must be the individual legal entity ID of an authorized signatory for the organization.\n\nFor sole proprietorships, this must be the individual legal entity ID of the owner.",
      "type": "string"
    },
    "ipAddress": {
      "description": "The IP address of the user accepting the Terms of Service.",
      "type": "string"
    }
  },
  "required": [
    "acceptedBy"
  ],
  "name": "AcceptTermsOfServiceRequest"
}