Adyen · Schema

BirthData

BirthData schema from Adyen API

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

legal-entity-birth-data-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/legal-entity-birth-data-schema.json",
  "title": "BirthData",
  "description": "BirthData schema from Adyen API",
  "type": "object",
  "properties": {
    "dateOfBirth": {
      "description": "The individual's date of birth, in YYYY-MM-DD format.",
      "type": "string"
    }
  }
}