Create a new bank account entry for a given employee.

Path Params
string
required

The ID of the employee for whom you want to add the bank account entry. The employee ID is returned in the 'id' field when retrieving an employee's data.
For testing purposes you can obtain the Employee ID from the URL in the user interface.

Body Params

The details of the bank account to add.

string
enum

The list of bank accounts type comes with the above out-of-the-box values. To obtain additional user-defined values, you should fetch the list values call the Get all company lists Metadata API with bankaccounttype in the listname path parameter.

Allowed:
string

The routing number indicates what bank this account is held in. Relevant for US and Canada.

string

The nickname in Bob to easily identify and personalize this account in Online Banking.

string

The account number is the unique identifier at this bank.

string

The name of the specific financial institution.

string

The bank's address.

string

The SWIFT Address assigned to the bank in order to send automated international transfers.

string

The international bank account number (IBAN) for international transfers.

string
enum

The salary portion allocated for this account. It can be defined as a percentage of the salary, as a fixed amount, or to allocate all of the remaining funds. The list of possible values cannot be modified. The values that correspond to this field should be provided in the 'amount' field.

Allowed:
number

Use this field to provide the values that correspond to the ‘allocation’ field. If allocation is 'percent' this value represents the percentage of the salary portion to allocate. If allocation is 'amount' this value represents the fixed amount of the salary portion to allocate. If allocation is 'remaining' then the amount field should remain empty. This indicates that all of the remaining funds will be allocated to this account.

boolean

An indication whether this bank account is used for bonuses.

Response
200

Entry created successfully

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!