Adyen · Schema

RelayedAuthorisationData-2

RelayedAuthorisationData-2 schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
metadata object Contains key-value pairs of your references and descriptions, for example, `customId`:`your-own-custom-field-12345`.
reference string Your reference for the relayed authorisation data.
View JSON Schema on GitHub

JSON Schema

accounting-notifications-relayed-authorisation-data-2-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/accounting-notifications-relayed-authorisation-data-2-schema.json",
  "title": "RelayedAuthorisationData-2",
  "description": "RelayedAuthorisationData-2 schema from Adyen API",
  "properties": {
    "metadata": {
      "x-addedInVersion": "3",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Contains key-value pairs of your references and descriptions, for example, `customId`:`your-own-custom-field-12345`.",
      "type": "object"
    },
    "reference": {
      "x-addedInVersion": "3",
      "description": "Your reference for the relayed authorisation data.",
      "type": "string"
    }
  },
  "type": "object"
}