
Loading...

Loading...
Tax compliance as code. Embed PAYE, VAT, PIT, and CIT compliance into any application.
// Initialize Pioe API
const pioe = require('@pioe/node');
pioe.setApiKey(process.env.PIOE_API_KEY);
// Calculate PAYE for employee
const result = await pioe.paye.calculate({
grossSalary: 500000,
reliefs: ['pension', 'nhf', 'nhis'],
state: 'lagos'
});
console.log(result);
// {
// taxableIncome: 450000,
// payeTax: 45000,
// netSalary: 455000,
// breakdown: { ... }
// }
// File directly to FIRS
await pioe.paye.file(result);Everything you need to integrate Nigerian tax compliance
From startups to large organizations.
Automate PAYE calculations and filing for your payroll software
Embed VAT and CIT compliance directly into your accounting tools
Add tax compliance features to your financial products
Integrate tax filing and compliance into your HR platform
Join developers building the future of tax compliance in Nigeria