Adyen · Schema

IndividualDetails

PaymentsFinancial ServicesFintech

Properties

Name Type Description
name object The name of the individual. >Make sure your account holder registers using the name shown on their Photo ID.
personalData object Personal information of the individual.
View JSON Schema on GitHub

JSON Schema

adyen-individualdetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IndividualDetails",
  "title": "IndividualDetails",
  "properties": {
    "name": {
      "description": "The name of the individual.\n>Make sure your account holder registers using the name shown on their Photo ID.",
      "$ref": "#/components/schemas/ViasName"
    },
    "personalData": {
      "description": "Personal information of the individual.",
      "$ref": "#/components/schemas/ViasPersonalData"
    }
  },
  "type": "object"
}