增值税发票卷票识别
通用API
新
【更新时间: 2025.07.25】
支持对卷票上包括发票代码、发票号码、开票日期、发票金额、校验码、大写金额、销售方税号、购买方税号等关键字段结构化识别输出。
|
浏览次数
1
采购人数
0
试用次数
0
试用
收藏
×
完成
取消
×
书签名称
确定
|
在线试用:
{{ labelText }}
({{ schema.description }})
({{ schema.type }})
{{ getParameterTypeLabel(schema.parameterType) }}
- 详情介绍
- API文档

产品介绍

什么是增值税发票卷票识别接口?
由服务使用方的应用程序发起,以Restful风格为主、通过公网HTTP协议调用增值税发票卷票识别
,从而实现程序的自动化交互,提高服务效率。
API接口列表
增值税发票卷票识别
1.1 简要描述
支持对卷票上包括发票代码、发票号码、开票日期、发票金额、校验码、大写金额、销售方税号、购买方税号等关键字段结构化识别输出。
1.2 请求URL
/
1.3 请求方式
post
1.4 入参
参数名 | 参数类型 | 默认值 | 是否必传 | 描述 |
---|---|---|---|---|
image | string | 是 |
1.5 出参
参数名 | 参数类型 | 默认值 | 描述 |
---|---|---|---|
invoiceCode | string | ||
invoiceNumber | string | ||
invoiceDate | string | ||
checkCode | string | ||
sellerName | string | ||
sellerTaxNumber | string | ||
purchaserName | string | ||
purchaserTaxCode | string | ||
title | string | ||
ignore | string | ||
machineCode | string | ||
cashier | string | ||
totalAmountInWords | string | ||
totalAmount | string | ||
invoiceDetails | string | ||
itemName | string | ||
quantity | string | ||
unitPrice | string | ||
amount | string |
1.6 错误码
错误码 | 错误信息 | 描述 |
---|---|---|
FP00000 | SUCCESS | |
KYC2010 | 图片不合格 |
1.7 示例
请求参数{ "image": "" } 返回参数 { "invoiceCode": "", "invoiceNumber": "", "invoiceDate": "", "checkCode": "", "sellerName": "", "sellerTaxNumber": "", "purchaserName": "", "purchaserTaxCode": "", "title": "", "ignore": "", "machineCode": "", "cashier": "", "totalAmountInWords": "", "totalAmount": "", "invoiceDetails": "", "itemName": "", "quantity": "", "unitPrice": "", "amount": "" } 错误码 { "FP00000": "SUCCESS", "KYC2010": "图片不合格" }

依赖服务
