v1

latestOpenAPI 3.1.02026-07-242735131.1 MB
Employee Bank Account

Show employee bank account

Returns the authenticated employee's bank account details.

This endpoint requires and returns country-specific data. The exact fields vary depending on which country the authenticated employee's employment is in. Query the Show form schema endpoint with bank_account_details as the form name to discover the schema for a given country.

Scopes

CategoryRead only ScopeWrite only Scope (read access implicit)
Manage employments (employments)View bank accounts (bank_account:read)Manage bank accounts (bank_account:write)
get/v1/employee/bank-account

Query parameters

integer

Specific version number

OR
'latest'

Use latest version

Version of the bank_account_details form schema

Response

Success

Example response

{
  "data": {
    "employment": {
      "contract_origin": "remote_contract",
      "id": "20a72f86-employment-id-9e4942a902ff",
      "personal_details": {},
      "status": "created",
      "type": "employee",
      "updated_at": "2024-01-15T10:30:00Z",
      "user_status": "active"
    }
  }
}