post
https://payrollservice-d5ffb79ba43a9141.onporter.run/api/v1/payroll/register/compliance/
/register/compliance/
Register Pay As You Earn (PAYE) and Pension details for your company. This endpoint allows you to submit necessary information to register pension and PAYE details, including the pension code, Tax Identification Number (TIN), and Corporate Affairs Commission (CAC) document and others
Input Schema:
{
employerPensionCode: String,
tin: String,
proofOfAddress: String,
logo: String,
payeId: String,
payeState: String,
cacDocument: String,
cacNumber: String,
email: String,
phoneNumber: String,
industry: String
}
Response Schema
{
status: Boolean,
message: String
}