简要描述

  • 开票结果通知接口

接口版本:

版本号 制定人 制定日期 修订日期
1.0.0 杨铝杰 2020-02-24 2020-02-24

请求方式:

  • POST

请求头:

参数名 是否必须 类型 说明
Content-Type String 请求类型: application/json

请求参数:

参数名 是否必须 类型 说明
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 开票日期 格式 yyyy-MM-dd HH:mm:ss
deviceNo string 机器编号
qrCodeId string 二维码唯一 id
storeId string 门店编号
storeName string 门店名称
mchName string 商户名称
mchNo string 商户号
tid string 终端号
orderId string 商户订单号
orderDate 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 不含税总金额 Double 单位为元
notifyMerEmail string 商户邮箱
qrCode string 领票二维码
pdfUrl string PDF 下载链接
pdfPreviewUrl string PDF 预览链接
errMsg string 开票结果信息
sign string 签名

返回示例

正确时返回:

{
    "retCode": "0000",
    "retMsg":"处理成功",
    "sign":"a1b2c3d4e5f6xxxxx"
}

错误时返回:

{
    "retCode": "500",
    "errMsg": "系统错误"
}

返回参数说明

参数名 类型 说明
retCode String 0000为成功,其他表示失败
retMsg String 返回消息
sign 签名 响应成功时返回
文档更新时间: 2020-02-24 22:28   作者:高俭