瀏覽代碼

PC端在线支付接入规范文档4.3.0

xiong.zhang 6 年之前
父節點
當前提交
18f5c05a1f
共有 2 個文件被更改,包括 15 次插入13 次删除
  1. 15 13
      PC端在线支付接入规范文档4.3.0.md
  2. 二進制
      PC端在线支付接入规范文档4.3.0.pdf

+ 15 - 13
PC端在线支付接入规范文档4.3.0.md

@@ -32,19 +32,21 @@ AllPay 为客户提供统一的api接入,以帮助客户实 现快速、安全
 
 若商户请求AllPay网关时,请求的参数错误或参数缺失时,AllPay网关会将错误信息以JSON格式返回给客户端,供商户解析调用,以下是相关错误信息返回参数的说明
 
-| 参数应答码code | 对应应答信息msg                        |
-| -------------- | -------------------------------------- |
-| U1             | Clientid not found                     |
-| U2             | Signature error                        |
-| V1             | Parameter missing                      |
-| T1             | Parameter missing(version或tranType) |
-| R1             | Orderno repeat                         |
-| C1             | Order currency is not set              |
-| P1             | paychannel error                       |
-| I1             | Illegal request address                |
-| E1             | Exceed the limit                       |
-| T2             | Txntype error                          |
-| 99             | System error                           |
+| 参数应答码code | 对应应答信息msg                            |
+| -------------- | ------------------------------------------ |
+| U1             | Clientid not found                         |
+| U2             | Signature error                            |
+| V1             | Parameter missing                          |
+| E1             | Exceed the limit                           |
+| R1             | Orderno repeat                             |
+| C1             | Order currency is not set                  |
+| P1             | paychannel error                           |
+| I1             | Illegal request address                    |
+| T1             | Parameter missing(version或tranType)     |
+| T2             | Txntype error                              |
+| T3             | transaction is not exist or fail           |
+| T4             | The maximum amount exceeds the upper limit |
+| 99             | System error                               |
 
 
 

二進制
PC端在线支付接入规范文档4.3.0.pdf