Adyen · JSON Structure

Management Contact Structure

Contact schema from Adyen API

Type: object Properties: 5
PaymentsFinancial ServicesFintech

Contact 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

email firstName infix lastName phoneNumber

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/management-contact-structure.json",
  "description": "Contact schema from Adyen API",
  "type": "object",
  "properties": {
    "email": {
      "description": "The individual's email address.",
      "type": "string"
    },
    "firstName": {
      "description": "The individual's first name.",
      "type": "string"
    },
    "infix": {
      "description": "The infix in the individual's name, if any.",
      "type": "string"
    },
    "lastName": {
      "description": "The individual's last name.",
      "type": "string"
    },
    "phoneNumber": {
      "description": "The individual's phone number, specified as 10-14 digits with an optional `+` prefix.",
      "type": "string"
    }
  },
  "name": "Contact"
}