Browse Source

加apmp qrcode

benson 5 years ago
parent
commit
1c0a66a351
1 changed files with 22 additions and 0 deletions
  1. 22 0
      AllPay_Integration_Specification_CH.md

+ 22 - 0
AllPay_Integration_Specification_CH.md

@@ -323,6 +323,28 @@ AllPay 为客户提供统一的API接入,以帮助客户实 现快速、安全
 
 获取到tn后,根据本文档第7节调用SDK进行支付。
 
+
+
+3.二维码无跳转模式
+
+ 该模式返回生成二维码的字符串,商户需要自己生成二维码。
+
+ 消费接口专属字段
+
+| 参数      | 类型   | 属性 | 描述     |
+| --------- | ------ | ---- | -------- |
+| tradeFrom | String | M    | "QRCODE" |
+
+应答报文:
+
+| 参数     | 类型   | 属性 | 描述                               |
+| -------- | ------ | ---- | ---------------------------------- |
+| RespCode | String | M    | 应答码 00-成功                     |
+| RespMsg  | String | M    | 应答消息                           |
+| code_url | String | O    | 二维码字符串。应答码为00返回该字段 |
+
+
+
 ##### 5.4 UP渠道
 
 1.H5支付,自适应PC和移动端