Overview
Employee Onboarding Flow
This section provides a step-by-step guide for onboarding new employees into the system. Follow the sequence of API calls below to add the employee’s KYC (Know Your Customer) information, add W-4 information, initiate the KYC process, and update the KYC and W-4 information as necessary.
Sequence of API Calls:
-
addKycInformation
- Add the Know Your Customer (KYC) information required for the employee.
-
addW4Information
- Add the W-4 information for the employee.
-
initiateKyc
- Initiate the KYC verification process for the employee.
-
updateKycInformation
- Update the KYC information of an existing employee, if needed.
-
updateW4Information
- Update the W-4 information of an existing employee, if necessary.