Browse Source

完善异步通知说明

tao.zhou 5 years ago
parent
commit
aff3cab251
2 changed files with 4 additions and 8 deletions
  1. 2 6
      AllPay_Integration_Specification_CH.md
  2. 2 2
      AllPay_Integration_Specification_EN.md

+ 2 - 6
AllPay_Integration_Specification_CH.md

@@ -68,7 +68,7 @@ GoAllPay 为客户提供统一的API接入,以帮助客户实现快速、安
 
 3.跳转型消费接口响应报文
 
-  商户需要提供一个 http/https 协议的接口,包含在参数里传递给GoAllPay,即 backURL。GoAllPay 服务器在支付完成后,会以 Post 方式调用 backURL,通知支付结果(JSON)。商户在接收到通知后,需返回“OK”。
+  商户需要提供一个 http/https 协议的接口,包含在参数里传递给GoAllPay,即 backURL。GoAllPay 服务器在支付完成后,会以 Post 方式调用 backURL,通知支付结果(JSON)。商户在接收到通知后,需响应字符串“OK”。
 
   如果没有收到商户返回“OK”,GoAllPay将会过一段时间后重新推送,时间间隔为[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400],单位为秒。
 
@@ -272,7 +272,7 @@ GoAllPay 为客户提供统一的API接入,以帮助客户实现快速、安
 
 3.响应报文
 
-  商户需要提供一个 http/https 协议的接口,包含在参数里传递给GoAllPay,即 backURL。GoAllPay 服务器在支付完成后,会以 Post 方式调用 backURL,通知支付结果(JSON)。商户在接收到通知后,需返回“OK”。
+  商户需要提供一个 http/https 协议的接口,包含在参数里传递给GoAllPay,即 backURL。GoAllPay 服务器在支付完成后,会以 Post 方式调用 backURL,通知支付结果(JSON)。商户在接收到通知后,需响应字符串“OK”。
 
   如果没有收到商户返回“OK”,GoAllPay将会过一段时间后重新推送,时间间隔为[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400],单位为秒。
 
@@ -939,10 +939,6 @@ CVV2: 830
 卡号: 5204730000002555
 有效期: 1225
 CVV2: 123
-
-卡号: 5200831111111113
-有效期: 1119
-CVV2: 123
 ```
 
 ### 5.11 RevPay渠道

+ 2 - 2
AllPay_Integration_Specification_EN.md

@@ -65,7 +65,7 @@ This field is a list of common fields, sending, every channel needs some channel
 
 3.Jump transformation Purchase interface response message
 
-  The merchant needs to provide an HTTP/HTTPS protocol interface that is included in the parameters passed to the SDK, the backURL. After the payment is complete, the AllPay server will call the backURL as a POST, informing the payment result (JSON). When merchant receive the notification, the merchant is required to return "OK".
+  The merchant needs to provide an HTTP/HTTPS protocol interface that is included in the parameters passed to the SDK, the backURL. After the payment is complete, the AllPay server will call the backURL as a POST, informing the payment result (JSON). When merchant receive the notification, the merchant is required to response String "OK".
 
   If we didn't receive "OK" from merchant,AllPay will resend the response message to merchant.Time interval is[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400], the unit is second.
 
@@ -272,7 +272,7 @@ Parameters as follows:
 
 3.Response message
 
-  The merchant needs to provide an HTTP/HTTPS protocol interface that is included in the parameters passed to the SDK, the backURL. After the payment is complete, the AllPay server will call the backURL as a POST, informing the payment result (JSON). When merchant receive the notification, the merchant is required to return "OK".
+  The merchant needs to provide an HTTP/HTTPS protocol interface that is included in the parameters passed to the SDK, the backURL. After the payment is complete, the AllPay server will call the backURL as a POST, informing the payment result (JSON). When merchant receive the notification, the merchant is required to response String "OK".
 
   If we didn't receive "OK" from merchant,AllPay will resend the response message to merchant.Time interval is[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400], the unit is second.