Add an additional bank account for an employee

Creates a new additional bank account for the specified employee.

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

Validation rules

  • account_number must remain unique per employee across additional bank accounts
  • account_number must not match the employee's primary account number
  • net_split_type must be Amount or Percentage
  • net_split_type and net_split_value must remain valid together after the update
  • if net_split_type is Amount, net_split_value must be greater than 0
  • if net_split_type is Percentage, net_split_value must be a whole number between 0 and 100
  • bank_currency must be a valid available currency
  • bank_country must be a valid available country
Path Params
int32
required

Natural HR system ID for the employee

Body Params
string
required

Employee bank account name

string
required

Employee bank account number
Must be unique per employee across additional bank accounts

string
required

Employee bank sort code
Must not match the employee's primary account number

string
required

Employee bank country Expected value

string

The name of the employee's bank

string

Building society reference

string

Employee bank address

string

Employee bank IBAN number

string

Employee bank SWIFT number

string

Employee bank account currency Expected value

string

Employee bank beneficiary name

string
enum

Net split type
Must be provided together with net_split_value

Allowed:
number

Net split value
If net_split_type is Amount, net_split_value must be greater than 0
If net_split_type is Percentage, net_split_value must be a whole number between 0 and 100
Must be provided together with net_split_type

Responses

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