Adyen · Schema

RelayedAuthorisationData-2

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

adyen-relayedauthorisationdata-2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RelayedAuthorisationData-2",
  "title": "RelayedAuthorisationData-2",
  "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"
    }
  }
}