Adyen · JSON Structure

Transfers Relayed Authorisation Data Structure

RelayedAuthorisationData schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

RelayedAuthorisationData 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

metadata reference

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/transfers-relayed-authorisation-data-structure.json",
  "description": "RelayedAuthorisationData schema from Adyen API",
  "type": "object",
  "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"
    }
  },
  "name": "RelayedAuthorisationData"
}