Adyen · JSON Structure

Transfers Counterparty Info V3 Structure

CounterpartyInfoV3 schema from Adyen API

Type: object Properties: 3
PaymentsFinancial ServicesFintech

CounterpartyInfoV3 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

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