Process Statutory Payment

/process/payment

Initiate the payment process for employees. This endpoint allows you to specify the employee IDs, payment year, payment month, statutory type, and timeline.

Input Schema

{
    employeeIds: String[]
    year: Number
    month: Number
    statutory: String
    timeline: String
}

NOTE:

  • The value of month starts from 0 to 11, 0 representing January and 11 representing December
  • If an employee has been processed for a statutory type for a month and year, the same employee can not be processed for that same statutory type of the same month and year
Language
Credentials
Header
Click Try It! to start a request and see the response here!