Logo

Employer API Documentation :: schedule-details


Schedule Details

To retrieve a schedule details (as uploaded), you can make a GET request as provided below:

GET - https://paypen.ng/api/employer/schedule/details/{ppid}

Headers

                
{
    "Content-Type": "application/json"
    "Authorization": "Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.xxxxx"
}
                
            

Sample Response

                
{
    "success": true,
    "message": "Operation succeeded",
    "data": {
        "employer_code": "PRxxxxx78",
        "remittance_type": "Compulsory & Voluntary",
        "created_on": "2024-05-28 04:21:10",
        "created_by": "John Doe",
        "details": [
            {
                "staff_id": "12345",
                "rsa_pin": "PEN100xxxxxx16",
                "employee_name": "John Doe",
                "employer_contribution": "1000.00",
                "employee_contribution": "1000.00",
                "employer_avc": "500.00",
                "employee_avc": "500.00",
                "total_contribution": "3000.00",
                "period": "May-24",
                "pfa": "PFA Name"
            }
        ]
    }
}
                
            

Socials

© 2024 NetLine Limited