Adyen · JSON Structure

Transfers Transfer Data Structure

TransferData schema from Adyen API

Type: object Properties: 2 Required: 1
PaymentsFinancial ServicesFintech

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

Properties

id 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-transfer-data-structure.json",
  "description": "TransferData schema from Adyen API",
  "type": "object",
  "properties": {
    "id": {
      "description": "The ID of the resource.",
      "type": "string"
    },
    "reference": {
      "x-addedInVersion": "4",
      "description": "The [`reference`](https://docs.adyen.com/api-explorer/#/transfers/latest/post/transfers__reqParam_reference) from the `/transfers` request. If you haven't provided any, Adyen generates a unique reference.",
      "type": "string"
    }
  },
  "required": [
    "reference"
  ],
  "name": "TransferData"
}