Register Company 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
}
Language
Credentials
Header
Click Try It! to start a request and see the response here!