Adyen · JSON Structure

Payments Phone Structure

Phone schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

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

Properties

cc subscriber

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/payments-phone-structure.json",
  "description": "Phone schema from Adyen API",
  "type": "object",
  "properties": {
    "cc": {
      "description": "Country code. Length: 1\u20133 characters.",
      "maxLength": 3,
      "minLength": 1,
      "type": "string"
    },
    "subscriber": {
      "description": "Subscriber number. Maximum length: 15 characters.",
      "maxLength": 15,
      "type": "string"
    }
  },
  "name": "Phone"
}