海外分发


下发银行查询

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>该接口用户查询下发国家的银行或钱包payerId</li> </ul> <h5>请求URL</h5> <ul> <li><code>/proxy-pay/api/transfer/payers</code></li> </ul> <h5>请求方式</h5> <ul> <li>post</li> <li>application/json</li> </ul> <h5>请求参数说明</h5> <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;">destinationCurrency</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>查询国家或地区的货币码</td> </tr> <tr> <td style="text-align: left;">destinationCountryIsoCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>查询国家或地区ISO CODE</td> </tr> <tr> <td style="text-align: left;">transferType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>下发类型:1银行 2钱包</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>银行名称 可用于模糊查询</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code> {      &amp;quot;destinationCurrency&amp;quot;: &amp;quot;USD&amp;quot;,      &amp;quot;destinationCountryIsoCode&amp;quot;: &amp;quot;USA&amp;quot;,      &amp;quot;transferType&amp;quot;: &amp;quot;1&amp;quot;,      &amp;quot;name&amp;quot;: &amp;quot;&amp;quot;   }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">payerId</td> <td style="text-align: left;">int</td> <td>银行或钱包payerId值</td> </tr> <tr> <td style="text-align: left;">countryIsoCode</td> <td style="text-align: left;">int</td> <td>查询国家或地区ISO CODE</td> </tr> <tr> <td style="text-align: left;">currency</td> <td style="text-align: left;">int</td> <td>国家或地区的货币码</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">int</td> <td>银行名称</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 0,     &amp;quot;msg&amp;quot;: &amp;quot;success&amp;quot;,     &amp;quot;data&amp;quot;: [         {             &amp;quot;payerId&amp;quot;: &amp;quot;2549&amp;quot;,             &amp;quot;countryIsoCode&amp;quot;: &amp;quot;USA&amp;quot;,             &amp;quot;currency&amp;quot;: &amp;quot;USD&amp;quot;,             &amp;quot;name&amp;quot;: &amp;quot;All Banks United States of America&amp;quot;         }     ] }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML