Skip to main content
POST
Create Bank Account
Please ensure that you are providing validated bank account information.

Authorizations

Authorization
string
header
required

Body

application/json
companyID
string
required

Company ID of employer

id
string
required

Employee ID or Contractor ID of the worker who owns this bank account

account_number
string
required

Account number of bank account

routing_number
string
required

Routing number of bank account

type
enum<string>
required

Account type. Can either be checking or savings

Available options:
checking,
savings
institution_name
string

Institution Name for bank account (Bank Name)

nickname
string

Nickname of the bank account

Response

200

success
boolean
default:true
Example:

true

data
object