Gross to Net
Estimate take-home pay from a gross salary: Response:Net to Gross
Calculate the gross salary needed to achieve a target take-home amount:Response Fields
| Field | Description |
|---|---|
grossAmount | Total salary before deductions |
netAmount | Take-home pay after all deductions |
deductions | Employee deductions — income tax, social security, etc. |
employerContributions | Employer-side costs not deducted from the employee’s pay |
When to Use Estimate vs. Calculate
| Estimate | Calculate | |
|---|---|---|
| Endpoint | POST /v1/tax/estimate | POST /v1/tax/calculate |
| Person record | Not needed | Required |
| Best for | Compensation planning, cost modeling, hiring decisions | Payroll processing, year-to-date tracking, compliance |
| Year-to-date | No | Yes |
| Country-specific fields | No | Yes (marital status, dependents, etc.) |
For payroll-grade calculations with year-to-date tracking and country-specific tax profiles, use the Tax Engine with a person record.
Embeddable Widget
Need a visual calculator for your website? The Gross-to-Net Salary Calculator widget wraps this same API in an embeddable, themeable UI component that works in any website or CMS.Widget Getting Started
Add the calculator to your site with a single script tag
Widget Configuration
Customize countries, periods, labels, and theming