Update 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.

Request

This endpoint expects an object.
account_holder_namestringOptional
The name of the person or business that owns this bank account. Required for US bank accounts to accept ACH payments.
account_numberstringOptional
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.
bicstringOptional<=11 characters

The BIC/SWIFT code of the bank.

countryenumOptional
currencyenumOptional
ibanstringOptional<=34 characters
The IBAN of the bank account.
namestringOptional<=200 characters
partner_metadatamap from strings to anyOptional
Metadata for partner needs.
routing_numberstringOptional

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

sort_codestringOptional
The bank's sort code.

Response

Successful Response
idstringformat: "uuid"
counterpart_idstringformat: "uuid"
countryenum
currencyenum
account_holder_namestringOptional
The name of the person or business that owns this bank account. Required for US bank accounts to accept ACH payments.
account_numberstringOptional
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.
bicstringOptional<=11 characters

The BIC/SWIFT code of the bank.

ibanstringOptional<=34 characters
The IBAN of the bank account.
is_default_for_currencybooleanOptionalDefaults to false
namestringOptional<=200 characters
partner_metadatamap from strings to anyOptional
Metadata for partner needs.
routing_numberstringOptional

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

sort_codestringOptional
The bank's sort code.

Errors