Browse Source

更新至5.1版本

tao.zhou 3 years ago
parent
commit
437626062b
2 changed files with 3 additions and 3 deletions
  1. 2 2
      AllPay_Integration_Specification_CH.md
  2. 1 1
      AllPay_Integration_Specification_EN.md

+ 2 - 2
AllPay_Integration_Specification_CH.md

@@ -29,7 +29,7 @@ signature: 1e0f24d39cdc8236d17a5f6f17672611
  测试主机:https://testapi.allpayx.com<br><br>
  生产主机:https://api.allpayx.com<br><br>
  请求方式:POST<br><br>
- 数据格式:application/json 或 application/x-www-form-urlencoded
+ 请求数据格式:application/json 或 application/x-www-form-urlencoded
 
 ### 4.1 API 列表 
 
@@ -69,7 +69,7 @@ signature: 1e0f24d39cdc8236d17a5f6f17672611
 | orderAmount   | String(12)   | M    | 订单金额:如 100 元,表示为 100 或 100.00 |
 | orderCurrency | String(3)    | M    | 订单币种:ISO标准。如:人民币填写“CNY”,美元填写"USD" |
 | frontURL      | String(400)  | M    | 支付完成后前端跳转到该URL |
-| backURL       | String(400)  | M    | 支付结果异步通知到该URL。支付成功后,GoAllPay 会以 POST 方式调用 backURL,通知支付结果(JSON)。商户在接收到通知后,需响应字符串“OK”。<br>如果没有收到商户响应“OK”,GoAllPay将会过一段时间后重新推送,时间间隔为[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400],单位为秒。 |
+| backURL       | String(400)  | M    | 支付结果异步通知到该URL。支付成功后,GoAllPay 会以 POST 方式调用 backURL,以 JSON 数据格式通知支付结果。商户在接收到通知后,需响应字符串“OK”。<br>如果没有收到商户响应“OK”,GoAllPay将会过一段时间后重新推送,时间间隔为[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400],单位为秒。 |
 | merID         | String(15)   | M    | 商户 ID,由 GoAllPay 分配 |
 | acqID         | String(11)   | M    | 收单行 ID,统一填写为"99020344" |
 | paymentSchema | String(10)   | M    | 渠道ID:[点击查看详情](paymentSchema.md) |

+ 1 - 1
AllPay_Integration_Specification_EN.md

@@ -69,7 +69,7 @@ It consists of general fields and channel exclusive fields. All upload fields mu
 | orderAmount   | String(12)   | M    | Order amount: if 100CNY, it will be 100 or 100.00                    |
 | orderCurrency | String(3)    | M    | Currency of the order: ISO standard, such as RMB filling in "CNY", US dollar filling in "USD" |
 | frontURL      | String(400)  | M    | When the payment is complete, jump to the URL. |
-| backURL       | String(400)  | M    | Payment results are asynchronously notified to this URL. After the payment is successful, the GoAllPay server will call the backURL by POST method, informing the payment result (JSON). When merchant receive the notification, it is required to response String "OK".<br>If we didn't receive "OK" from merchant,GoAllPay will resend the response message to merchant.Time interval is[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400], the unit is second. |
+| backURL       | String(400)  | M    | Payment results are asynchronously notified to this URL. After the payment is successful, the GoAllPay server will call the backURL by POST method, informing the payment result by JSON. When merchant receive the notification, it is required to response String "OK".<br>If we didn't receive "OK" from merchant,GoAllPay will resend the response message to merchant.Time interval is[15, 15, 30, 180, 1800, 3600, 7200, 14400, 14400], the unit is second. |
 | merID         | String(15)   | M    | Merchant ID, assigned by GoAllPay |
 | acqID         | String(11)   | M    | "99020344"  |
 | paymentSchema | String(10)   | M    | Channel ID:[Click Here](paymentSchema.md) |