Nets Qrcode
<p><strong>简要描述:</strong> </p>
<ul>
<li>Nets Qrcode Pay</li>
<li>可以使用<strong>NetsPay APP</strong>、<strong>DBS APP</strong>、<strong>UOB APP</strong>、<strong>OCBC APP</strong>以及<strong>银联云闪付 APP</strong>
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/d92a12427993d79115b38a179d486cf2?showdoc=.jpg" alt="" />
<strong>请求URL:</strong> </li>
<li>生产环境 (仅生产环境)
<code>http://merchant.singaporepay.sg/shop/orders/nets_qrcode?</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET </li>
</ul>
<p><strong>参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">orderid</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>统一下单返回的支付订单号</td>
</tr>
<tr>
<td style="text-align: left;">callback</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>推送通知地址 ,如果传了这个通知地址,支付后亚洲支付服务器会推送通知结果到配置的这个地址中</td>
</tr>
<tr>
<td style="text-align: left;">redirect_url</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>跳转链接,添加后在支付后会跳转到这个地址上</td>
</tr>
</tbody>
</table>
<p><strong>请求示例</strong>
<strong><a href="http://merchant.singaporepay.sg/shop/orders/nets_qrcode?orderid=yyyyy&callback=http://www.xxxx.com">http://merchant.singaporepay.sg/shop/orders/nets_qrcode?orderid=yyyyy&callback=http://www.xxxx.com</a></strong></p>
<p><strong>返回说明</strong>
<strong>1:页面跳转</strong>
使用云闪付或者NetsApp 扫码支付后,页面会跳转到商户后台配置的回调URL上面。
eg: <a href="http://www.xxxx.com/?order_id=1565418844834&status_code=200">http://www.xxxx.com/?order_id=1565418844834&status_code=200</a>
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/1ed8fcae48862a4197e4c0a093575725?showdoc=.jpg" alt="" /></p>
<p><strong>2:推送通知</strong>
支付过后,亚洲支付服务器会根据商户请求配置的callback地址,将支付结果推送通知过去。
商户服务器收到的推送内容:
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/7e8361a246c5238349b04fbd839e6197?showdoc=.jpg" alt="" /></p>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>