Get a counterpart's bank account

Path parameters

bank_account_idstringRequired
counterpart_idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

x-monite-versionstringRequired
x-monite-entity-idstringRequired
The ID of the entity that owns the requested resource.

Response

Successful Response
idstringformat: "uuid"
counterpart_idstringformat: "uuid"
countryenum
currencyenum
account_holder_namestring or null
The name of the person or business that owns this bank account. Required for US bank accounts to accept ACH payments.
account_numberstring or null
The bank account number. Required for US bank accounts to accept ACH payments. US account numbers contain 9 to 12 digits. UK account numbers typically contain 8 digits.
bicstring or null<=11 characters

The BIC/SWIFT code of the bank.

ibanstring or null<=34 characters
The IBAN of the bank account.
is_default_for_currencyboolean or nullDefaults to false
namestring or null<=200 characters
partner_metadatamap from strings to any or null
Metadata for partner needs.
routing_numberstring or null

The bank’s routing transit number (RTN). Required for US bank accounts to accept ACH payments. US routing numbers consist of 9 digits.

sort_codestring or null
The bank's sort code.

Errors