Adyen · JSON Structure

Legal Entity Phone Number Structure

PhoneNumber schema from Adyen API

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

PhoneNumber 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

number 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-phone-number-structure.json",
  "description": "PhoneNumber schema from Adyen API",
  "type": "object",
  "properties": {
    "number": {
      "description": "The full phone number, including the country code. For example, **+3112345678**.",
      "type": "string"
    },
    "type": {
      "description": "The type of phone number.\n Possible values: **mobile**, **landline**, **sip**, **fax.** ",
      "type": "string"
    }
  },
  "required": [
    "number"
  ],
  "name": "PhoneNumber"
}