文档个税计算 API

个税计算 API

中国个人所得税计算

概述

GET /v1/life/tax 计算中国个人所得税,支持月薪累计预扣法和年终奖单独计税。

请求参数

参数类型必填默认值说明
monthly_salaryfloat-月薪(税前)
bonusfloat0年终奖
insurancefloat0五险一金个人缴纳部分
special_deductionfloat0专项附加扣除(子女教育/房贷/赡养老人等)
additional_deductionfloat0其他扣除

请求示例

基础计算

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/life/tax?monthly_salary=20000"

完整计算

curl -H "X-API-Key: sk_gapi_xxxxx" \
  "https://api.groundapi.net/v1/life/tax?monthly_salary=20000&bonus=50000&insurance=2000&special_deduction=1500"

响应字段

字段说明
monthly_salary月薪(税前)
monthly_tax月缴个税
monthly_after_tax月到手
annual_tax年缴个税
annual_after_tax年到手
bonus_tax年终奖个税(有年终奖时)
bonus_after_tax年终奖到手(有年终奖时)
total_annual_tax全年总个税(有年终奖时)
total_annual_after_tax全年总到手(有年终奖时)

计费

$0.01/次。每月前 500 次免费。

6 天前更新
这个页面对你有帮助吗?