Create a counterpart bank account

POST
/counterparts/:counterpart_id/bank_accounts

Path parameters

counterpart_idstringRequired

Headers

Auth
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.
countryenumRequired
currencyenumRequired
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

The BIC/SWIFT code of the bank.

ibanstringOptional

The IBAN of the bank account.

is_default_for_currencybooleanOptional
namestringOptional
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

This endpoint returns an object.
idstring
counterpart_idstring
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

The BIC/SWIFT code of the bank.

ibanstringOptional

The IBAN of the bank account.

is_default_for_currencybooleanOptional
namestringOptional
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