Adyen · Schema

BirthData

PaymentsFinancial ServicesFintech

Properties

Name Type Description
dateOfBirth string The individual's date of birth, in YYYY-MM-DD format.
View JSON Schema on GitHub

JSON Schema

adyen-birthdata-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BirthData",
  "title": "BirthData",
  "properties": {
    "dateOfBirth": {
      "description": "The individual's date of birth, in YYYY-MM-DD format.",
      "type": "string"
    }
  },
  "type": "object"
}