master
taylor.dang 5 years ago
parent dde64031d4
commit eaf8eab087

@ -706,7 +706,7 @@
* 与服务器API不同推送校验参数会包含在json内商户系统应该验证校验参数确定来源正确后再次进行订单接口查询确认订单支付状态再进行后续操作
* 商户系统收到请求后应按要求返回参数若RoyalPay未收到合法参数视为商户未接收成功推送动作最多会重试3次商户系统应当能够处理收到的重复请求
*
* 建议在收到推送后主动调用查询接口确认支付状态避免其他第三方伪造推送!!!
* <h4 style="color: red;"> 建议在收到推送后主动调用查询接口确认支付状态避免其他第三方伪造推送!!!</h4>
* @apiHeader Accept application/json
* @apiHeader Content-Type application/json
* @apiParam (JSON) {long} time UTC时间戳

@ -715,7 +715,7 @@
* Partner system shall response with correct parameters. If RoyalPay did not receive valid response, system will regard as receiving failed and retry the notification.
* System will retry up to3 times. Partner system shall be able to handle the repeated requests.
*
* It is recommended to actively call the query API to confirm the payment status after receiving the push, so as to prevent other third parties from forging the push!
* <h4 style="color: red;"> It is recommended to actively call the query API to confirm the payment status after receiving the push, so as to prevent other third parties from forging the push!</h4>
* @apiHeader Accept application/json
* @apiHeader Content-Type application/json
* @apiParam (JSON) {long} time UTC timestamp in millis

Loading…
Cancel
Save