Adyen · JSON Structure

Configuration Counterparty Structure

Counterparty schema from Adyen API

Type: object Properties: 2
PaymentsFinancial ServicesFintech

Counterparty 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

bankAccount transferInstrumentId

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/configuration-counterparty-structure.json",
  "description": "Counterparty schema from Adyen API",
  "type": "object",
  "properties": {
    "bankAccount": {
      "description": "Contains information about the bank account.",
      "$ref": "#/components/schemas/BankAccount"
    },
    "transferInstrumentId": {
      "description": "Unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).",
      "type": "string"
    }
  },
  "name": "Counterparty"
}