Employee Bank Account Configuration

These endpoints let you manage bank account configurations specific to employees in the system. It allows you to retrieve, create, update, and delete employee-specific bank account configuration records.

Deprecated

Get Employee Bank Account Configuration

get

This endpoint is deprecated. Please use /v1/employees/{employeeId}/bank-account-configurations/histories instead.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Responses
chevron-right
200

OK

application/json
idstringOptional
paymentMethodstring · enumOptionalPossible values:
updatedDateinteger · timestamp in millisecondsOptional
effectiveDatestring · dateOptional

YYYY-MM-DD

distributionMethodstringOptional
approvalStatusstring · enumOptionalPossible values:
get
/core/v1/employees/{employeeId}/bank-account-configurations
Deprecated

Update Bank Account Configuration

put

This endpoint is deprecated. Please use /v1/bank-account-configurations/approvals instead.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Body
effectiveDatestring · dateOptional

YYYY-MM-DD

paymentMethodstring · enumRequiredPossible values:
distributionMethodstring · enumOptionalPossible values:
Responses
chevron-right
200

OK

application/json
idstringOptional
paymentMethodstring · enumOptionalPossible values:
updatedDateinteger · timestamp in millisecondsOptional
effectiveDatestring · dateOptional

YYYY-MM-DD

distributionMethodstringOptional
approvalStatusstring · enumOptionalPossible values:
put
/core/v1/employees/{employeeId}/bank-account-configurations

Get Employee Bank Account Configuration Histories

get

Use this endpoint as a replacement for /v1/employees/{employeeId}/bank-account-configurations.

Authorizations
AuthorizationstringRequired

Bearer authentication header of the form Bearer <token>.

Path parameters
employeeIdstringRequiredExample: 0ab1c2d3-e4f5-6789-0123-456789abcdef
Query parameters
pageintegerOptional

Page number

Default: 0Example: 0
sizeinteger · min: 1 · max: 50Optional

Page size

Default: 10Example: 10
Responses
chevron-right
200

OK

application/json
totalPagesintegerRequired

Total number of pages available

lastbooleanRequired

Indicates whether this is the last page

totalElementsintegerRequired

Total number of elements across all pages

numberOfElementsintegerRequired

Number of elements in the current page

firstbooleanRequired

Indicates whether this is the first page

sizeintegerRequired

Size of the page (number of elements per page)

numberintegerRequired

Current page number (zero-indexed)

get
/core/v1/employees/{employeeId}/bank-account-configurations/histories

Last updated