Skip to main content
PATCH
Update Bank Account

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

Company ID of employer

bankAccountID
string
required

Bank Account ID

account_number
string

Bank Account number

routing_number
string

Bank Routing number

institution_name
string

Name of banking institution

type
enum<string>

Account type. Can either be checking or savings

Available options:
checking,
savings
nickname
string

Nickname of the bank account

Response

200

success
boolean
default:true
Example:

true

data
object