Adyen · Schema

CounterpartyInfoV3

CounterpartyInfoV3 schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
balanceAccountId string Unique identifier of the [balance account](https://docs.adyen.com/api-explorer/#/balanceplatform/latest/post/balanceAccounts__resParam_id).
bankAccount object Contains information about the bank account.
transferInstrumentId string Unique identifier of the [transfer instrument](https://docs.adyen.com/api-explorer/#/legalentity/latest/post/transferInstruments__resParam_id).
View JSON Schema on GitHub

JSON Schema

transfers-counterparty-info-v3-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/transfers-counterparty-info-v3-schema.json",
  "title": "CounterpartyInfoV3",
  "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"
    }
  }
}