文档介绍
<p><img src="https://www.showdoc.com.cn/server/api/attachment/visitfile/sign/4257d3644406c2815d43882f26607036?showdoc=.jpg" alt="" /></p>
<h1>新加坡PAY接入文档</h1>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>商户后台管理系统</td>
<td><a href="https://merchant.singaporepay.sg/">https://merchant.singaporepay.sg/</a></td>
</tr>
<tr>
<td>代理商后台管理系统</td>
<td><a href="https://supervisor.singaporepay.sg/">https://supervisor.singaporepay.sg/</a></td>
</tr>
</tbody>
</table>
<h2>API对接指南</h2>
<h3>一、步骤说明</h3>
<pre><code class="language-mindmap"># 支付步骤
## 1、创建支付订单(统一下单接口)
## 2、调用支付页面
### 国际信用卡支付网关
### 国际银联支付网关
### 跨境微信支付网关
### 跨境支付宝支付网关
### NETS支付网关
### SGQrcode支付
### PayNow支付
### GrabPay支付
## 3、结果回调验签更新</code></pre>
<h3>二、支付说明</h3>
<table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td>大体流程</td>
<td>创建支付订单后,加载支付页面。支付后支付平台会将结果推送到商户服务器上,商户做好验签和更新自己平台支付状态</td>
</tr>
<tr>
<td>信用卡</td>
<td>【线上H5方式】3D通道需要持卡人短信码 【线上API方式】2D通道银行卡3要素支付</td>
</tr>
<tr>
<td>国际银联</td>
<td>【线上H5方式】3D通道需要持卡人短信码【Qrcode方式】需要云闪付APP扫码支付</td>
</tr>
<tr>
<td>微信支付</td>
<td>【JSAPI方式】链接需要在微信端打开支付 【APP方式】需要微信开放平台注册应用 【付款码支付】需要微信APP出示付款码</td>
</tr>
<tr>
<td>支付宝</td>
<td>【Qrcode方式】需要支付宝APP扫码支付 【付款码支付】需要支付宝APP出示付款码</td>
</tr>
<tr>
<td>NETS</td>
<td>【Qrcode方式】需要UOB/NETS/OCBC/DBS APP扫码</td>
</tr>
<tr>
<td>SGQrcode & PayNow</td>
<td>免费申请静态支付二维码</td>
</tr>
</tbody>
</table>
<h3>三、测试工具网站</h3>
<p><a href="https://tool.oschina.net/encrypt?type=2">https://tool.oschina.net/encrypt?type=2</a>
<a href="https://tool.oschina.net/encrypt?type=3">https://tool.oschina.net/encrypt?type=3</a></p>