For Nigerian Businesses

Automate Tax Compliance

Payroll calculations, WHT certificates, and VAT compliance - all through simple APIs. Built for Nigerian tax law.

B2B Tax Automation Tools

Everything you need to automate tax compliance. Integrate via API or use our web interface.

πŸ“Š

Payroll API

Bulk PAYE calculations, payslip generation, and statutory remittance schedules

  • βœ“Calculate PAYE for 500+ employees per request
  • βœ“Generate individual payslips with all deductions
  • βœ“Automatic statutory contribution calculations
  • βœ“Remittance schedule with due dates
  • βœ“ITF eligibility auto-detection
πŸ“œ

WHT Automation

Generate WHT certificates, track payments, and prepare FIRS schedules

  • βœ“Generate WHT certificates automatically
  • βœ“9 payment categories supported
  • βœ“FIRS-ready schedule generation
  • βœ“TIN validation
  • βœ“Remittance tracking
βœ…

VAT Invoice Checker

Validate supplier invoices and maximize your input VAT claims

  • βœ“Invoice validation with claimability check
  • βœ“Supplier TIN verification
  • βœ“Batch invoice processing
  • βœ“VAT return preparation
  • βœ“Exempt/zero-rated item detection
πŸ’Ό

Employer Cost Calculator

See the true cost of hiring before making offers

  • βœ“Total cost of employment breakdown
  • βœ“Pension, NSITF, ITF calculations
  • βœ“Batch employee processing
  • βœ“Compare hiring scenarios

Simple Integration

RESTful APIs that work with any language or platform

Bulk PAYE Calculationjavascript
const response = await fetch('/api/b2b/payroll', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    employees: [
      { id: 'emp1', annualSalary: 5000000 },
      { id: 'emp2', annualSalary: 8000000 },
    ]
  })
});

const { data } = await response.json();
console.log(data.totals.totalAnnualPAYE);
WHT Certificate Generationjavascript
const response = await fetch('/api/b2b/wht', {
  method: 'POST',
  headers: { 'Content-Type': 'application/json' },
  body: JSON.stringify({
    action: 'process',
    payer: {
      name: 'Acme Corp',
      tin: '12345678-0001',
      address: 'Lagos, Nigeria'
    },
    payments: [{
      id: 'pay1',
      paymentDate: '2025-01-15',
      vendor: { name: 'Consultant Ltd', tin: '87654321-0001' },
      invoice: { description: 'Consulting services' },
      category: 'professional_fees',
      grossAmount: 500000,
      isNonResident: false
    }]
  })
});

Ready to automate tax compliance?

Join hundreds of Nigerian businesses using TaxHQ to stay compliant.

Business Solutions | TaxHQ | TaxHQ