Adyen · JSON Structure

Notification Webhooks Name 2 Structure

Name-2 schema from Adyen API

Type: object Properties: 4
PaymentsFinancial ServicesFintech

Name-2 is a JSON Structure definition published by Adyen, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

firstName fullName infix lastName

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/notification-webhooks-name-2-structure.json",
  "description": "Name-2 schema from Adyen API",
  "properties": {
    "firstName": {
      "description": "The first name.",
      "type": "string"
    },
    "fullName": {
      "description": "The full name.",
      "type": "string"
    },
    "infix": {
      "description": "The infix in the name, if any.",
      "type": "string"
    },
    "lastName": {
      "description": "The last name.",
      "type": "string"
    }
  },
  "type": "object",
  "name": "Name-2"
}