Adyen · Schema

Counterparty

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

adyen-counterparty-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Counterparty",
  "title": "Counterparty",
  "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"
    }
  },
  "type": "object"
}