POST System/GetQRPayResult
根据联科快付小程序码参数返回支付信息
请求信息
请求URI参数
无
请求数据参数
微信扫码参数信息
QRPayCodeInfo名称 | 说明 | 类型 | 扩展说明 |
---|---|---|---|
qrpay_code |
联科小程序支付码参数. |
字符串 |
必填 |
appid |
商户微信公共号/小程序AppID |
字符串 |
必填 |
openid |
商户微信公共号/小程序OpenID |
字符串 |
必填 |
请求数据格式
application/json, text/json
例子:
{ "qrpay_code": "sample string 1", "appid": "sample string 2", "openid": "sample string 3" }
响应数据
资源说明
ResultInfoOfPayResultInfo名称 | 说明 | 类型 | 扩展说明 |
---|---|---|---|
code | ResultCode |
无 |
|
msg | 字符串 |
无 |
|
data | PayResultInfo |
无 |
响应数据格式
application/json, text/json
例子:
{ "code": "SUCCESS", "msg": "sample string 1", "data": { "transaction_status": "CREATE", "error": "sample string 1", "store_no": "sample string 2", "paytype": "WECHATPAY_NATIVE", "operator": "sample string 3", "bank_type": "sample string 4", "total_amount": 5, "cash_amount": 6, "settlement_amount": 7, "coupon_amount": 8, "order_no": "sample string 9", "transaction_no": "sample string 10", "cloudpay_param": "sample string 11", "transaction_time": "sample string 12", "message": "sample string 13", "buyer": "sample string 14", "attach": "sample string 15", "iteminfo": "sample string 16", "coupon_detail_list": [ { "coupon_id": "sample string 1", "coupon_template": "sample string 2", "coupon_name": "sample string 3", "coupon_type": "sample string 4", "memo": "sample string 5", "amount": 6, "amount_merchant": 7, "amount_office": 8, "amount_other": 9, "amount_pay": 10 }, { "coupon_id": "sample string 1", "coupon_template": "sample string 2", "coupon_name": "sample string 3", "coupon_type": "sample string 4", "memo": "sample string 5", "amount": 6, "amount_merchant": 7, "amount_office": 8, "amount_other": 9, "amount_pay": 10 } ] } }