đī¸Payroll
Description
This module will allow the implementation and interaction of the users with their employers and payroll providers by setting the user account to make movements with the internal user account.
Features:
Display the widget to see employers and payroll providers.
Allow the user to make a direct deposit switch.
The following env vars are required:
API_PAYROLL: This is the base for the payroll endpoints.
API_PAYROLL_SWITCH_REGISTER: This variable is used for the endpoint to register the user account with the account number, routing number, and account type.
API_PAYROLL_MY_ACCOUNTS: This variable is used to get the information of the registered account or accounts of the user.
API_PAYROLL_PLATFORMS: This variable is used to retrieve the information of the different platforms for the case when shows more details about the platform were needed.
API_PAYROLL_EMPLOYMENT: This variable is used to retrieve the information of the user employment for the case when shows more details about the employment were needed.
API_PAYROLL_JOBS: This variable is used to retrieve the different movements made.
API_PAYROLL_PAYSTUBS: This variable is used to get the receipts of the movements.
Last updated