Adyen · Schema

IdentificationType

PaymentsFinancial ServicesFintech
View JSON Schema on GitHub

JSON Schema

adyen-identificationtype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IdentificationType",
  "title": "IdentificationType",
  "type": "string",
  "enum": [
    "AccountNumber",
    "BarCode",
    "ISOTrack2",
    "PAN",
    "PhoneNumber"
  ]
}