增值税发票识别
增值税发票识别API接口支持识别增值税发票,增值税专用发票。包括:发票名称,金额,税额,价税合计,代码,发票号码,纳税人识别号,地址、电话,开户行及账号,开票人,收款人,备注等全面信息
价格: ¥0
交付方式:API
付费模式:
按量付费
套餐规格:
0元/5次(免费体验)
85元/1000次(≈0.085元/次)
800元/10000次(≈0.08元/次)
使用年限:
1年
接口地址 : https://openapi.chinaz.net/v1/1014/invoicerecognition
返回格式 : JSON
请求方式 : POST
请求参数:
名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| pic | string | 是 | 发票图片文件 POST上传,支持传base64格式的图片内容 JPG识别率略高 最大300K,图片转base64工具:https://tool.chinaz.com/tools/imgtobase |
| APIKey | string | 是 | 申请接口时获取的APIKey值 |
| ChinazVer | string | 是 | 接口版本号,取值:1.0 |
返回参数说明:
名称 | 类型 | 说明 |
|---|---|---|
| status | string | 状态码 |
| msg | string | 状态码描述 |
| result | string | 具体返回内容 |
| result.buyeraddress | string | 购买方地址 |
| result.extaxtotalfee | string | 金额合计 |
| result.checker | string | 复核人 |
| result.buyerbank | string | 购买方开户行 |
| result.password | string | 密码 |
| result.totaltax | string | 税额合计 |
| result.itemlist | string | 货物、服务列表 |
| result.itemlist.taxrate | string | 税率 |
| result.itemlist.taxfee | string | 税额 |
| result.itemlist.name | string | 名称 |
| result.itemlist.totalfee | string | 价税合计 |
| result.sellerbank | string | 销售方开户行 |
| result.remark | string | 备注 |
| result.selleraddress | string | 销售方地址 |
| result.drawer | string | 开票人 |
| result.payee | string | 收款人 |
| result.code | string | 发票代码 |
| result.totalfeecn | string | 价税合计大写 |
| result.totalfee | string | 价税合计 |
| result.type | string | 发票类型 |
| result.buyer | string | 购买方名称 |
| result.date | string | 开票日期 |
| result.buyercreditno | string | 购买方识别号 |
| result.checkcode | string | 校验码 |
| result.sellercreditno | string | 销售方识别号 |
| result.seller | string | 销售方名称 |
| result.number | string | 发票号码 |
正确的返回示例:
错误的返回示例:






