FinchContext
Run with

Build China IIT Withholding Declaration (个人所得税扣缴申报表) Data

Skill: Convert payroll into the individual income tax withholding declaration filed via the withholding client

Region: China (中国) Category: Tax — 个人所得税 (Individual Income Tax / IIT) Does: Takes a period's payroll and maps it onto the IIT withholding declaration (个人所得税扣缴申报表) — the 扣缴个人所得税报告表 for wages and salaries (工资薪金所得) — filed by the withholding agent through the withholding client (扣缴客户端) / the natural-person electronic tax bureau (自然人电子税务局) to the State Taxation Administration (国家税务总局 / STA). System: 自然人电子税务局(扣缴客户端)— 个人所得税扣缴申报表, administered by the STA

The withholding declaration is portal/client-mediated: the agent enters or imports employee, income, deduction and tax figures into the 扣缴客户端 (or files on the 自然人电子税务局 web side), which validates and transmits to the STA. There is no public fixed XML/JSON schema for general third-party submission; the field names below follow the official report layout and the client's import-template columns, which the STA revises periodically. Wages use the cumulative withholding method (累计预扣法). Confidence is at the example level.


When this applies


Input data required

Group Fields
Withholding agent 扣缴义务人名称 / 纳税人识别号 (统一社会信用代码), period (所属期)
Employee 姓名, ID type + number (证件类型 / 证件号码), 是否为居民个人 (resident flag)
Income gross wages/salary for the period (本期收入), tax-exempt income (免税收入)
Statutory deduction basic deduction 5000/month (减除费用), employee social insurance + housing fund (个人缴付的三险一金 / 专项扣除)
Special additional deductions 专项附加扣除 — children's education (子女教育), continuing education (继续教育), serious-illness medical (大病医疗), housing-loan interest (住房贷款利息), housing rent (住房租金), elderly support (赡养老人), infant care (3岁以下婴幼儿照护)
Other other deductions (其他扣除, e.g. enterprise annuity 企业年金), donations
Carried (cumulative) year-to-date income, deductions, taxable income and tax already withheld (累计…)

Form / import-template structure (wages, cumulative method)

个人所得税扣缴申报表 — 工资薪金 row, per employee
├── 姓名 / 证件类型 / 证件号码
├── 本期收入            current-period income
├── 本期免税收入        current-period tax-exempt income
├── 累计收入额          cumulative income (year to date)
├── 累计减除费用        cumulative basic deduction = 5000 × months
├── 累计专项扣除        cumulative special deductions (三险一金, employee share)
├── 累计专项附加扣除    cumulative special additional deductions (专项附加扣除)
├── 累计其他扣除        cumulative other deductions
├── 累计应纳税所得额    cumulative taxable income
├── 税率 / 速算扣除数   withholding rate / quick deduction (累计预扣预缴 table)
├── 累计应预扣预缴税额  cumulative tax due
├── 累计减免税额        cumulative tax reductions
├── 已预扣预缴税额      tax already withheld in prior periods this year
└── 本期应预扣预缴税额  tax to withhold THIS period

Calculation rules


Worked example (one resident employee, May = month 5, cumulative)

扣缴义务人: 上海示例科技有限公司   纳税人识别号: 91310115MA1K3XYZ7A   所属期: 2026-05
员工: 张伟  证件类型: 居民身份证  证件号码: 3101******1234  居民个人: 是

本期(5月)收入: 30000.00
累计收入(1–5月):              150000.00
累计减除费用(5000 × 5):        25000.00
累计专项扣除(三险一金 个人部分): 22500.00   (4500/月 × 5)
累计专项附加扣除:               20000.00   (子女教育2000 + 赡养老人2000 = 4000/月 × 5)
累计其他扣除:                       0.00

累计应纳税所得额 = 150000 − 25000 − 22500 − 20000 − 0 = 82500.00
预扣率 10%, 速算扣除数 2520 (累计 36000–144000 区间)
累计应预扣预缴税额 = 82500 × 10% − 2520 = 5730.00
已预扣预缴税额(1–4月)           = 4290.00
本期应预扣预缴税额 = 5730.00 − 0 − 4290.00 = 1440.00   ← withhold this month

Imported/entered into the 扣缴客户端 (自然人电子税务局) and transmitted to the STA; the agent pays the withheld tax.


Validation checklist


Last updated: 2026-06-04 — confirm the active schema version, field codes, and portal/API requirements against the current State Taxation Administration (STA) specifications before use.