Creates a new bank account for the employee.

Access: System, Admin, ClientAdmin, and Employee users.

The employee must belong to the specified company. The created account is returned using the public v2.0 bank-account contract.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Company identifier from the route.

int32
required

Employee identifier from the route.

Body Params

Bank-account data to create.

Payload used to create an employee bank account.

string | null
required

Bank-account number to create for the employee.

string | null
required

Routing number for the employee bank account.

int32
enum

Verification method recorded for an employee bank account.

Members:

  • 0 - None ( No verification method has been recorded. )
  • 1 - Manual ( The bank account was verified manually. )
  • 2 - PreNote ( The bank account was verified through a pre-note workflow. )
  • 3 - Plaid ( The bank account was verified through Plaid. )

Allowed:
string | null
required

Account-holder name associated with the bank account.

int32
enum

Members:

  • 1 - Checking ( Checking. )
  • 2 - Savings ( Savings. )
Allowed:
Headers
string
required
Defaults to 2.0

The requested API version

string
Defaults to 2.0

The requested API version

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Response

Language
Credentials
Bearer
jwt
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json
text/plain