信用卡3D通道
<p>欢迎使用新加坡PAY商户端API接口</p>
<p><strong>简要描述:</strong> </p>
<ul>
<li>信用卡支付</li>
<li>FD接口</li>
</ul>
<p><strong>请求URL:</strong>
<code>https://merchant.singaporepay.sg/shop/orders/firstdata_pay?orderid=xxx&callback=http://xxx.yyy.com&redirect_url=https://www.yyy.com</code></p>
<p><strong>请求方式:</strong></p>
<ul>
<li><strong>GET</strong></li>
<li><strong>统一下单接口 PayType 传 5</strong></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>
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/e4bb9c2f927c3a209af9c7eed29417da?showdoc=.jpg" alt="" /></p>
<p><img src="https://www.showdoc.cc/server/api/common/visitfile/sign/abd323219599f4f027ef1bb2bc014827?showdoc=.jpg" alt="" /></p>
<p><strong>支付返回</strong>
点击页面【Return to Shop】 自动返回商户设置的回调地址中并返回订单号和支付状态
<code>https://www.baidu.com/?order_id=1561596526085&status_code=200</code>
<img src="https://www.showdoc.cc/server/api/common/visitfile/sign/f2cc61ed98499e990f19da30d80bad73?showdoc=.jpg" alt="" /></p>