Adyen · Schema

UndefinedBeneficiary

UndefinedBeneficiary schema from Adyen API

PaymentsFinancial-ServicesFintech

Properties

Name Type Description
description string The details of the undefined beneficiary.
reference string The reference of the undefined beneficiary.
View JSON Schema on GitHub

JSON Schema

legal-entity-undefined-beneficiary-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-undefined-beneficiary-schema.json",
  "title": "UndefinedBeneficiary",
  "description": "UndefinedBeneficiary schema from Adyen API",
  "type": "object",
  "properties": {
    "description": {
      "description": "The details of the undefined beneficiary.",
      "type": "string"
    },
    "reference": {
      "description": "The reference of the undefined beneficiary.",
      "type": "string"
    }
  }
}