Adyen · Schema

Counterparty

Counterparty schema from Adyen API

PaymentsFinancial ServicesFintech

Properties

Name Type Description
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

configuration-counterparty-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/configuration-counterparty-schema.json",
  "title": "Counterparty",
  "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"
    }
  }
}