diff --git a/src/document/openapi/cn/document.yml b/src/document/openapi/cn/document.yml index d00778a0d..e378b8311 100644 --- a/src/document/openapi/cn/document.yml +++ b/src/document/openapi/cn/document.yml @@ -116,7 +116,7 @@ tags: 返回值包括支付地址,商户应该引导用户跳转支付页,跳转支付页需要带上签名信息; 货币类型如果是CNY,注意通过汇率转换后不得低于0.01AUD,否则订单可以创建成功,但支付时会报金额不合法错误 - name: MobileH5 description: | - 创建H5支付单(仅支持支付宝) + 创建H5支付单 H5支付适用场景为移动端App或者手机自带浏览器进行支付,用户下单后浏览器跳转至微信支付页面并自动拉起支付宝客户端完成支付。 返回值包括跳转支付地址,跳转支付页需要带上签名信息。 货币类型如果是CNY,注意通过汇率转换后不得低于0.01AUD,否则订单可以创建成功,但支付时会报金额不合法错误 diff --git a/src/document/openapi/en/document.yml b/src/document/openapi/en/document.yml index e575312b8..9fe9f7de9 100644 --- a/src/document/openapi/en/document.yml +++ b/src/document/openapi/en/document.yml @@ -118,7 +118,7 @@ tags: otherwise user will get Invalid Amount Error from WeChat when making the payment. - name: MobileH5 description: | - Create H5 order. Only Alipay supports. + Create H5 order. H5 Payment is used for payment in Webpage or App on mobile outside WeChat or Alipay App. The browser would redirect to a webpage from WeChat or Alipay and call the App to finish the payment. Return value contains a payment page. Partners shall guide users to redirect to this page. Sign params are required. If the currency is CNY, equivalent AUD amount shall never less than 0.01AUD, otherwise user will get Invalid Amount Error from WeChat when making the payment.