Adyen · JSON Structure

Transfers Resource Reference Structure

ResourceReference schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

ResourceReference is a JSON Structure definition published by Adyen, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

description 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-resource-reference-structure.json",
  "description": "ResourceReference schema from Adyen API",
  "type": "object",
  "properties": {
    "description": {
      "description": "The description of the resource.",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier of the resource.",
      "type": "string"
    },
    "reference": {
      "description": "The reference for the resource.",
      "type": "string"
    }
  },
  "name": "ResourceReference"
}