Adyen · JSON Structure

Accounts Individual Details Structure

IndividualDetails schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

IndividualDetails 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

name personalData

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/accounts-individual-details-structure.json",
  "description": "IndividualDetails schema from Adyen API",
  "type": "object",
  "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"
    }
  },
  "name": "IndividualDetails"
}