Server-side Integration
Server-side Integration
Server-side Integration
This page is a concise checklist of what your backend must do to support Kota Hosted. For step-by-step guidance, jump into the linked deep-dives below.
Authenticate with API keys and include idempotency keys on POST requests.
employer_id and employee_id received from Kota.Create employers first, then employees referencing the employer_id. Send these records as soon as they’re available to avoid delays while Kota completes regulatory checks.
If the employer and their employees are sent to Kota immediately before an employee accesses the Hosted UI, it’s likely that some employees will not have been processed yet, delaying the employee’s ability to proceed until processing is complete.
Employer offboarding removes Hosted UI access but does not cancel employees’ policies automatically. Employee offboarding will cancel policies and must be handled with care.
Hosted sessions provide secure, time-limited access to Kota’s fully managed benefits UI:
Each session link:
Use the Hosted Session API to create session links. Once generated, send the employee to the provided link URL.
Learn more about frontend implementation
Generate an employee session link:
Configure a webhook receiver to process asynchronous events.
action_required events, the reason and reason_description (example) properties can be sent directly as customer communications as the title and body of a message while the due_at property should be used to convey the deadline to the customer. Retrieve employer/period reports for accurate payroll, including employer vs employee portions, adjustments, and pro-rations.