简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
杨铝杰 |
2020-02-24 |
2020-02-24 |
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
Content-Type |
是 |
String |
请求类型: application/json |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
order_id |
是 |
String |
订单号 |
order_date |
否 |
String |
订单日期yyyyMMdd |
mch_no |
是 |
String |
商户号 |
sign |
是 |
String |
加密后的密钥 |
返回示例:
正确时返回:
{
"retCode": "0000",
"retMsg": "处理成功",
"dataDetail": {
"mchNo": "801234567xxxx",
"status": "ISSUED",
"invoiceMaterial": "ELECTRONIC",
"invoiceType": "PLAIN",
"invoiceNo": "002164xxx",
"invoiceCode": "845031909xxxx",
"checkCode": "803xxx",
"cipherCode": "004c4ba6cd61748df7e2dad6ae5170babd146e958e578385xxxxxxxx",
"issueDate": "2019-07-22 18:01:23",
"merchantName": "区块链测试",
"merchantId": "89800000000xxxx",
"terminalId": "00000xxx",
"merOrderId": "234532xxxx",
"merOrderDate": "20190612",
"sellerName": "银联测试",
"sellerTaxCode": "500102000000xxxx",
"sellerAddress": "广东深圳",
"sellerTelephone": "0755-12345678",
"sellerBank": "上海浦东发展银行深圳分行",
"sellerAccount": "79080154800000xxx",
"payee": "测试",
"checker": "测试",
"drawer": "测试",
"remark": "测试备注-开票订单号:23453xxx",
"taxMethod": "NORMAL",
"deductionAmount": "0.0",
"totalPriceIncludingTax": "258.4",
"totalTax": "14.62641509",
"totalPrice": "243.77358491",
"notifyMerEmail": "123@126.com",
"qrCodeId": "20190612e05a1e766ac34beeafa65afbxxxx",
"qrCode": "https://mobl-test.chinaums.com/xxxxx",
"pdfUrl": "https://mobl-test.chinaums.com/fapiao-portal/xxxxxx",
"errMsg": "开票申请成功!",
"sign": "6441ED513B5EF1F4C7A9EE8DEEA837905F5DBD0999C71E1353DCxxxxxxx"
}
}
错误时返回:
{
"retCode": "500",
"errMsg": "系统错误"
}
返回参数说明:
参数名 |
类型 |
说明 |
retCode |
String |
0000为成功,其他失败 |
retMsg |
String |
返回消息 |
dataDetail |
Json Obejct |
返回数据详情 |
mchNo |
String |
商户号 |
status |
String |
PENDING:待开具 ISSUING:开具中 ISSUED:已开具 REVERSING:红冲中 REVERSED:已红冲 CLOSED:已关闭 |
invoiceMaterial |
String |
发票材质,纸质发票:PAPER 电子发票:ELECTRONIC |
invoiceType |
String |
发票类型,普通发票:PLAIN 增值税专用发票:VAT |
invoiceNo |
String |
发票号码 |
invoiceCode |
String |
发票代码 |
checkCode |
String |
校验码 |
cipherCode |
String |
密码区 |
issueDate |
String |
开票日期 |
merchantName |
String |
银商商户名称 |
merchantId |
String |
银商商户号 |
terminalId |
String |
银商商户终端号 |
orderId |
String |
订单号 |
merOrderDate |
String |
订单日期 yyyyMMdd |
sellerName |
String |
卖方名称 |
sellerTaxCode |
String |
卖方纳税人识别号 |
sellerAddress |
String |
卖方地址 |
sellerTelphone |
String |
卖方电话 |
sellerBank |
String |
卖方开户行 |
sellerAccount |
String |
卖方账号 |
payee |
String |
收款人 |
checker |
String |
复核人 |
drawer |
String |
开票人 |
remark |
String |
备注 |
taxMethod |
String |
征税方式,NORMAL:普通征税 DEDUCTION:差额征税 |
deductionAmount |
String |
扣除额,单位元 |
totalPriceIncludingTax |
String |
扣除额,单位元 |
totalTax |
String |
税额 |
totalPrice |
String |
不含税总金额 |
notifyMerEmail |
String |
商户邮箱 |
qrcodeId |
String |
二维码唯一标识 |
qrcode |
String |
领票二维码 |
pdfUrl |
String |
pdf下载链接 |
pdfPreviewUrl |
String |
pdf预览链接 |
errMsg |
String |
开票结果信息 |
sign |
String |
签名 |
备注:
文档更新时间: 2020-02-24 20:27 作者:高俭