Skip to main content
PUT
Update a bank account

Authorizations

Authorization
string
header
required

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

Path Parameters

bank_account
string
required

Body

application/json
account_number
string
transit_number
string

The 5-digit bank transit number. A transit that is not a known branch of the given institution raises a bank_account_unrecognized_transit warning rather than failing the request.

institution_number
string

The 3-digit bank institution number. An institution Nmbr does not hold raises a bank_account_unrecognized_institution warning rather than failing the request.

name
string | null

An optional human-readable label for the bank account, such as "Main chequing". Useful for distinguishing accounts at the same institution.

Maximum string length: 255
is_primary
boolean

Whether this is the primary bank account for its owner.

Indicates that this bank account is the primary bank account. Optional. To set a primary bank account as not primary, set another account as primary.

pad_signer_name
string | null

The name of the person who signed the PAD agreement. Only applicable to Business Entity bank accounts.

pad_signer_email
string

The email address of the PAD agreement signer. Only applicable to Business Entity bank accounts.

pad_signer_title
string | null

The title or role of the PAD agreement signer. Only applicable to Business Entity bank accounts.

pad_signed_at
string<date>

The date and time the PAD agreement was signed. Only applicable to Business Entity bank accounts.

pad_file
string

Response

200 - application/json

OK

id
string
read-only

The unique identifier of the object in Nmbr.

object
string
read-only

The type of the object in Nmbr ("bank_account").

data
Bank Account · object