Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

下发通道支持的国家

简要描述
查询下发通道支持的国家列表,用于获取可用国家信息。


请求URL
${baseUrl}/tf/v4/type/countries


请求方式

  • 方法:POST
  • Content-Type: application/json

请求参数

参数名必选类型说明示例
typestring下发通道,例如 wire,详见下方字典wire

返回示例

{
    "data": [
        {
            "code": "ABW",
            "name": "Aruba",
            "shortCode": "AW"
        },
        {
            "code": "AFG",
            "name": "Afghanistan",
            "shortCode": "AF"
        }
    ],
    "msg": "操作成功",
    "status": 200,
    "success": true
}

返回参数说明

参数名称示例参数说明类型
data-响应数据,详见 data 信息数组
msg操作成功响应消息字符串
status200响应码整数
successtrue是否成功(true/false)布尔值

data 对象字段说明

参数名称示例参数说明
codeCHN国家编码(用于下单)
nameAfghanistan国家名称
shortCodeAF国家简写

下发通道类型字典说明

type参数说明
wire全球转账
ewallet电子钱包
bank_account本地银行
cash_pickup现金提款