For AI agents: visit https://doc.futurepay.global/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
端点目标 URL
| 字段名称 | 必填 | 类 型 | 描述 |
|---|
routingCodeType | M | string | 路由编码类型枚举:swift_code,aba,bank_code,sort_code,bsb_code,ifsc,branch_code |
routingCodeValue | M | string | 路由编码值 |
countryCode | O | string | 两位国家码(ISO 3166-1 标准) |
bankName | O | string | 银行名称 |
| 字段名称 | 类 型 | 说明 |
|---|
routingCodeValue | string | 路由编码值 |
bankName | string | 银行名称 |
bankAddress | string | 银行地址 |
countryCode | String | 银行所在国家/地区 |
{
"routingCodeType":"branch_code",
"routingCodeValue":"11"
}
{
"code": "0",
"msg": "succeeded",
"serverTime": 1743562522626,
"data": [
{
"routingCodeValue": "11",
"bankName": "CULTURA LIMITED",
"bankAddress": "UNIT A, GROUND FLOOR, Q2, TIGNE POINT",
"countryCode": "MT"
}
],
"success": true
}