Employees receive a pay stub each payday, an important document outlining several financial details. It lists the employee’s total earnings after taking into account the amounts required for taxes and other deductions. Pay stubs usually include information about income from commissions, hourly wages, or salaries, as well as relevant details like taxes deducted.

With this API, you can get an Employee Weekly Pay stub from WFM Pro.

The request method id Post and the API endpoint we will be using is

https://{{hostname}}/payroll/v1/employees/pay-statements

Use your company’s username and password.

Set Header Parameters and API Key accordingly.

In the body Parameters, set the Employee ID in “EEID” and date range with StartDate and EndDate. You can set how many records you want per page according to your preference.

Once you send the request, it will return the Employee’s Pay statement with deductions, Earnings and Tax information –