Merge branch 'develop'

master
yixian 3 years ago
commit ded855ac9b

@ -116,7 +116,7 @@ tags:
返回值包括支付地址,商户应该引导用户跳转支付页,跳转支付页需要带上签名信息; 货币类型如果是CNY注意通过汇率转换后不得低于0.01AUD,否则订单可以创建成功,但支付时会报金额不合法错误 返回值包括支付地址,商户应该引导用户跳转支付页,跳转支付页需要带上签名信息; 货币类型如果是CNY注意通过汇率转换后不得低于0.01AUD,否则订单可以创建成功,但支付时会报金额不合法错误
- name: MobileH5 - name: MobileH5
description: | description: |
创建H5支付单(仅支持支付宝) 创建H5支付单
H5支付适用场景为移动端App或者手机自带浏览器进行支付用户下单后浏览器跳转至微信支付页面并自动拉起支付宝客户端完成支付。 H5支付适用场景为移动端App或者手机自带浏览器进行支付用户下单后浏览器跳转至微信支付页面并自动拉起支付宝客户端完成支付。
返回值包括跳转支付地址,跳转支付页需要带上签名信息。 货币类型如果是CNY注意通过汇率转换后不得低于0.01AUD,否则订单可以创建成功,但支付时会报金额不合法错误 返回值包括跳转支付地址,跳转支付页需要带上签名信息。 货币类型如果是CNY注意通过汇率转换后不得低于0.01AUD,否则订单可以创建成功,但支付时会报金额不合法错误
<img src="img/h5_api_payment.jpg"> <img src="img/h5_api_payment.jpg">

@ -118,7 +118,7 @@ tags:
otherwise user will get Invalid Amount Error from WeChat when making the payment. otherwise user will get Invalid Amount Error from WeChat when making the payment.
- name: MobileH5 - name: MobileH5
description: | 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. 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. 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. 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.

Loading…
Cancel
Save