Withdrawal Form
Introduction
Merchant can request funds withdraw to their bank account by this api.
API Description
Request Method:POST
Request Path:open/api/merchant/requiredField
Parameters
Request parameters
Parameter | Sign | Mandatory | Type | Length | Remarks |
---|---|---|---|---|---|
appId | Y | Y | string | 64 | AppId is unique for merchant |
sign | Y | Y | string | 128 | |
payWayCode | Y | Y | string | 32 | Pay way code |
Pay Way Code
Fiat | payWayCode | Description |
---|---|---|
USDT | USDT | |
EUR | EUR | |
HKD | HKD | |
THB | THB | |
USD | USD_94438 | Local transfer: |
USD | USD_94439 | International transfers: |
Request Example
{
"appid": "YOUR_APP_ID",
"payWayCode": "HKD",
"sign": "YOUR_SIGN"
}
Description of Response Parameters
Parameter | Type | Details |
---|---|---|
success | boolean | Success |
error | boolean | Error |
code | long | Response code |
msg | string | Response message |
traceId | string | Trace id |
model | object | Response details |
Response Example
When multiple fields have the same “formElement”: “select” and the dataSourceKey is the same, it means that multiple fields use the same dropdown list for values.
Response Example Hong Kong Dollar
{
"code": "0",
"msg": "success",
"model": {
"fields": [
{
"regex": "",
"fieldName": "registeredName",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "country",
"dataSourceKey": "bankList",
"formElement": "select",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "address",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "msisdn",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "email",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "locationId",
"dataSourceKey": "bankList",
"formElement": "select",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "accountNo",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "bankBranchCode",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "bankName",
"dataSourceKey": "bankList",
"formElement": "select",
"fieldType": "string"
}
],
"dataSource": {
"bankList": [
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4172",
"address": "Hong Kong DBS Bank Ltd, HK Branch",
"bankBranch": "Hong Kong DBS Bank Ltd, HK Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4172",
"bankName": "DBS Bank Ltd, HK Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4173",
"address": "Hong Kong The Shizuoka Bank, Ltd.",
"bankBranch": "Hong Kong The Shizuoka Bank, Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4173",
"bankName": "The Shizuoka Bank, Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4174",
"address": "Hong Kong The Hachijuni Bank Ltd",
"bankBranch": "Hong Kong The Hachijuni Bank Ltd",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4174",
"bankName": "The Hachijuni Bank Ltd",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4175",
"address": "Hong Kong HUA NAN COMMERCIAL BANK LTD. (HK BRANCH)",
"bankBranch": "Hong Kong HUA NAN COMMERCIAL BANK LTD. (HK BRANCH)",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4175",
"bankName": "HUA NAN COMMERCIAL BANK LTD. (HK BRANCH)",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4176",
"address": "Hong Kong THE SHIGA BANK, LTD.",
"bankBranch": "Hong Kong THE SHIGA BANK, LTD.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4176",
"bankName": "THE SHIGA BANK, LTD.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4177",
"address": "Hong Kong BANK OF TAIWAN",
"bankBranch": "Hong Kong BANK OF TAIWAN",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4177",
"bankName": "BANK OF TAIWAN",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4210",
"address": "Hong Kong INDUSTRIAL BANK OF KOREA",
"bankBranch": "Hong Kong INDUSTRIAL BANK OF KOREA",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4210",
"bankName": "INDUSTRIAL BANK OF KOREA",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4178",
"address": "Hong Kong THE CHUGOKU BANK, LTD.",
"bankBranch": "Hong Kong THE CHUGOKU BANK, LTD.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4178",
"bankName": "THE CHUGOKU BANK, LTD.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4211",
"address": "Hong Kong Bank of Singapore Limited",
"bankBranch": "Hong Kong Bank of Singapore Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4211",
"bankName": "Bank of Singapore Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4179",
"address": "Hong Kong FIRST COMMERCIAL BANK LTD HONG KONG BRANCH",
"bankBranch": "Hong Kong FIRST COMMERCIAL BANK LTD HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4179",
"bankName": "FIRST COMMERCIAL BANK LTD HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4212",
"address": "Hong Kong Shinhan Bank Hong Kong Branch",
"bankBranch": "Hong Kong Shinhan Bank Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4212",
"bankName": "Shinhan Bank Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2551",
"address": "Hong Kong Bank of China ( Hong Kong ) Limited",
"bankBranch": "Hong Kong Bank of China ( Hong Kong ) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2551",
"bankName": "Bank of China ( Hong Kong ) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2550",
"address": "Hong Kong China Minsheng Banking Corp., Ltd",
"bankBranch": "Hong Kong China Minsheng Banking Corp., Ltd",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2550",
"bankName": "China Minsheng Banking Corp., Ltd",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4170",
"address": "Hong Kong Wells Fargo Bank, N.A. Hong Kong Branch",
"bankBranch": "Hong Kong Wells Fargo Bank, N.A. Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4170",
"bankName": "Wells Fargo Bank, N.A. Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4171",
"address": "Hong Kong COOPERATIEVE RABOBANK U.A.",
"bankBranch": "Hong Kong COOPERATIEVE RABOBANK U.A.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4171",
"bankName": "COOPERATIEVE RABOBANK U.A.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2548",
"address": "Hong Kong China Construction Bank (Asia) Corporation Limited",
"bankBranch": "Hong Kong China Construction Bank (Asia) Corporation Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2548",
"bankName": "China Construction Bank (Asia) Corporation Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2547",
"address": "Hong Kong Nanyang Commercial Bank",
"bankBranch": "Hong Kong Nanyang Commercial Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2547",
"bankName": "Nanyang Commercial Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2546",
"address": "Hong Kong Industrial and Commercial Bank of China (Asia)",
"bankBranch": "Hong Kong Industrial and Commercial Bank of China (Asia)",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2546",
"bankName": "Industrial and Commercial Bank of China (Asia)",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2545",
"address": "Hong Kong CMB Wing Lung Bank Limited",
"bankBranch": "Hong Kong CMB Wing Lung Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2545",
"bankName": "CMB Wing Lung Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2544",
"address": "Hong Kong DBS Bank (Hong Kong) Limited",
"bankBranch": "Hong Kong DBS Bank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2544",
"bankName": "DBS Bank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2543",
"address": "Hong Kong Chong Hing Bank Limited",
"bankBranch": "Hong Kong Chong Hing Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2543",
"bankName": "Chong Hing Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2542",
"address": "Hong Kong Hang Seng Bank Ltd.",
"bankBranch": "Hong Kong Hang Seng Bank Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2542",
"bankName": "Hang Seng Bank Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2541",
"address": "Hong Kong Citibank (Hong Kong) Limited",
"bankBranch": "Hong Kong Citibank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2541",
"bankName": "Citibank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4169",
"address": "Hong Kong KBC Bank N.V. Hong Kong Branch",
"bankBranch": "Hong Kong KBC Bank N.V. Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4169",
"bankName": "KBC Bank N.V. Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4202",
"address": "Hong Kong CANARA BANK HONG KONG",
"bankBranch": "Hong Kong CANARA BANK HONG KONG",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4202",
"bankName": "CANARA BANK HONG KONG",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4203",
"address": "Hong Kong CATHAY BANK",
"bankBranch": "Hong Kong CATHAY BANK",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4203",
"bankName": "CATHAY BANK",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4204",
"address": "Hong Kong LAND BANK OF TAIWAN CO.,LTD.",
"bankBranch": "Hong Kong LAND BANK OF TAIWAN CO.,LTD.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4204",
"bankName": "LAND BANK OF TAIWAN CO.,LTD.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4205",
"address": "Hong Kong Taiwan Cooperative Bank",
"bankBranch": "Hong Kong Taiwan Cooperative Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4205",
"bankName": "Taiwan Cooperative Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4206",
"address": "Hong Kong PUNJAB NATIONAL BANK",
"bankBranch": "Hong Kong PUNJAB NATIONAL BANK",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4206",
"bankName": "PUNJAB NATIONAL BANK",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4207",
"address": "Hong Kong BANCO SANTANDER S.A.",
"bankBranch": "Hong Kong BANCO SANTANDER S.A.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4207",
"bankName": "BANCO SANTANDER S.A.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4208",
"address": "Hong Kong UNION BANK OF INDIA",
"bankBranch": "Hong Kong UNION BANK OF INDIA",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4208",
"bankName": "UNION BANK OF INDIA",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2549",
"address": "Hong Kong Agricultural Bank of China Limited",
"bankBranch": "Hong Kong Agricultural Bank of China Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2549",
"bankName": "Agricultural Bank of China Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4209",
"address": "Hong Kong The Shanghai Commercial & Savings Bank Ltd.Hong Kong Branch.",
"bankBranch": "Hong Kong The Shanghai Commercial & Savings Bank Ltd.Hong Kong Branch.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4209",
"bankName": "The Shanghai Commercial & Savings Bank Ltd.Hong Kong Branch.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4183",
"address": "Hong Kong State Street Bank & Trust Company, Hong Kong",
"bankBranch": "Hong Kong State Street Bank & Trust Company, Hong Kong",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4183",
"bankName": "State Street Bank & Trust Company, Hong Kong",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4184",
"address": "Hong Kong China Construction Bank Corporation, Hong Kong Branch",
"bankBranch": "Hong Kong China Construction Bank Corporation, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4184",
"bankName": "China Construction Bank Corporation, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4185",
"address": "Hong Kong Erste Group Bank AG",
"bankBranch": "Hong Kong Erste Group Bank AG",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4185",
"bankName": "Erste Group Bank AG",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4186",
"address": "Hong Kong CTBC BANK CO., LTD",
"bankBranch": "Hong Kong CTBC BANK CO., LTD",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4186",
"bankName": "CTBC BANK CO., LTD",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4187",
"address": "Hong Kong Taiwan Business Bank, Ltd.",
"bankBranch": "Hong Kong Taiwan Business Bank, Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4187",
"bankName": "Taiwan Business Bank, Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4220",
"address": "Hong Kong Union Bancaire Privee, UBP SA",
"bankBranch": "Hong Kong Union Bancaire Privee, UBP SA",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4220",
"bankName": "Union Bancaire Privee, UBP SA",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4188",
"address": "Hong Kong Credit Suisse AG Hong Kong Branch",
"bankBranch": "Hong Kong Credit Suisse AG Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4188",
"bankName": "Credit Suisse AG Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4221",
"address": "Hong Kong Skandinaviska Enskilda Banken AB",
"bankBranch": "Hong Kong Skandinaviska Enskilda Banken AB",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4221",
"bankName": "Skandinaviska Enskilda Banken AB",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4189",
"address": "Hong Kong Cathay United Bank Company, Limited, Hong Kong Branch",
"bankBranch": "Hong Kong Cathay United Bank Company, Limited, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4189",
"bankName": "Cathay United Bank Company, Limited, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4222",
"address": "Hong Kong BANK JULIUS BAER AND CO LTD HONG KONG",
"bankBranch": "Hong Kong BANK JULIUS BAER AND CO LTD HONG KONG",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4222",
"bankName": "BANK JULIUS BAER AND CO LTD HONG KONG",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4223",
"address": "Hong Kong Credit Industriel et Commercial, Hong Kong Branch",
"bankBranch": "Hong Kong Credit Industriel et Commercial, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4223",
"bankName": "Credit Industriel et Commercial, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4180",
"address": "Hong Kong CHANG HWA COMMERCIAL BANK LIMITED",
"bankBranch": "Hong Kong CHANG HWA COMMERCIAL BANK LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4180",
"bankName": "CHANG HWA COMMERCIAL BANK LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4181",
"address": "Hong Kong NATIXIS HONG KONG BRANCH",
"bankBranch": "Hong Kong NATIXIS HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4181",
"bankName": "NATIXIS HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4182",
"address": "Hong Kong INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED",
"bankBranch": "Hong Kong INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4182",
"bankName": "INDUSTRIAL AND COMMERCIAL BANK OF CHINA LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4213",
"address": "Hong Kong O-Bank Co., Ltd",
"bankBranch": "Hong Kong O-Bank Co., Ltd",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4213",
"bankName": "O-Bank Co., Ltd",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4214",
"address": "Hong Kong BNP PARIBAS SECURITIES SERVICES",
"bankBranch": "Hong Kong BNP PARIBAS SECURITIES SERVICES",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4214",
"bankName": "BNP PARIBAS SECURITIES SERVICES",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4215",
"address": "Hong Kong China Development Bank Hong Kong Branch",
"bankBranch": "Hong Kong China Development Bank Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4215",
"bankName": "China Development Bank Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4216",
"address": "Hong Kong First Abu Dhabi Bank PJSC",
"bankBranch": "Hong Kong First Abu Dhabi Bank PJSC",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4216",
"bankName": "First Abu Dhabi Bank PJSC",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4217",
"address": "Hong Kong BANK J. SAFRA SARASIN LTD, HONG KONG BRANCH",
"bankBranch": "Hong Kong BANK J. SAFRA SARASIN LTD, HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4217",
"bankName": "BANK J. SAFRA SARASIN LTD, HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4218",
"address": "Hong Kong ABN AMRO BANK N.V.",
"bankBranch": "Hong Kong ABN AMRO BANK N.V.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4218",
"bankName": "ABN AMRO BANK N.V.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4219",
"address": "Hong Kong HDFC BANK LIMITED",
"bankBranch": "Hong Kong HDFC BANK LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4219",
"bankName": "HDFC BANK LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4194",
"address": "Hong Kong Mega International Commercial Bank Co Ltd",
"bankBranch": "Hong Kong Mega International Commercial Bank Co Ltd",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4194",
"bankName": "Mega International Commercial Bank Co Ltd",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4195",
"address": "Hong Kong E.Sun Commercial Bank, Ltd.",
"bankBranch": "Hong Kong E.Sun Commercial Bank, Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4195",
"bankName": "E.Sun Commercial Bank, Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4196",
"address": "Hong Kong Taishin International Bank Co Ltd",
"bankBranch": "Hong Kong Taishin International Bank Co Ltd",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4196",
"bankName": "Taishin International Bank Co Ltd",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4197",
"address": "Hong Kong Hong Leong Bank Berhad Hong Kong Branch",
"bankBranch": "Hong Kong Hong Leong Bank Berhad Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4197",
"bankName": "Hong Leong Bank Berhad Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4230",
"address": "Hong Kong Pictet & Cie (Europe) S.A., Hong Kong Branch",
"bankBranch": "Hong Kong Pictet & Cie (Europe) S.A., Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4230",
"bankName": "Pictet & Cie (Europe) S.A., Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4198",
"address": "Hong Kong ICICI BANK LIMITED",
"bankBranch": "Hong Kong ICICI BANK LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4198",
"bankName": "ICICI BANK LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4231",
"address": "Hong Kong China Everbright Bank",
"bankBranch": "Hong Kong China Everbright Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4231",
"bankName": "China Everbright Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4199",
"address": "Hong Kong Melli Bank Plc",
"bankBranch": "Hong Kong Melli Bank Plc",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4199",
"bankName": "Melli Bank Plc",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4232",
"address": "Hong Kong Sumitomo Mitsui Trust Bank, Limited, Hong Kong Branch",
"bankBranch": "Hong Kong Sumitomo Mitsui Trust Bank, Limited, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4232",
"bankName": "Sumitomo Mitsui Trust Bank, Limited, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4233",
"address": "Hong Kong CIMB BANK BERHAD",
"bankBranch": "Hong Kong CIMB BANK BERHAD",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4233",
"bankName": "CIMB BANK BERHAD",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4113",
"address": "Hong Kong Credit Agricole Corporate and Investment Bank",
"bankBranch": "Hong Kong Credit Agricole Corporate and Investment Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4113",
"bankName": "Credit Agricole Corporate and Investment Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4234",
"address": "Hong Kong Industrial Bank Co., Ltd., Hong Kong Branch",
"bankBranch": "Hong Kong Industrial Bank Co., Ltd., Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4234",
"bankName": "Industrial Bank Co., Ltd., Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4190",
"address": "Hong Kong EFG Bank AG Hong Kong Branch",
"bankBranch": "Hong Kong EFG Bank AG Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4190",
"bankName": "EFG Bank AG Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4191",
"address": "Hong Kong China Merchants Bank Co. Ltd. Hong Kong Branch",
"bankBranch": "Hong Kong China Merchants Bank Co. Ltd. Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4191",
"bankName": "China Merchants Bank Co. Ltd. Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4192",
"address": "Hong Kong Taipei Fubon Commercial Bank",
"bankBranch": "Hong Kong Taipei Fubon Commercial Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4192",
"bankName": "Taipei Fubon Commercial Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4193",
"address": "Hong Kong Bank SinoPac (Hong Kong Branch)",
"bankBranch": "Hong Kong Bank SinoPac (Hong Kong Branch)",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4193",
"bankName": "Bank SinoPac (Hong Kong Branch)",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4224",
"address": "Hong Kong Taiwan Shin Kong Commercial Bank Co., LTD.",
"bankBranch": "Hong Kong Taiwan Shin Kong Commercial Bank Co., LTD.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4224",
"bankName": "Taiwan Shin Kong Commercial Bank Co., LTD.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4225",
"address": "Hong Kong CA Indosuez (Switzerland) SA",
"bankBranch": "Hong Kong CA Indosuez (Switzerland) SA",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4225",
"bankName": "CA Indosuez (Switzerland) SA",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4226",
"address": "Hong Kong ICBC STANDARD BANK PLC",
"bankBranch": "Hong Kong ICBC STANDARD BANK PLC",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4226",
"bankName": "ICBC STANDARD BANK PLC",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4227",
"address": "Hong Kong LGT Bank AG., HK Branch",
"bankBranch": "Hong Kong LGT Bank AG., HK Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4227",
"bankName": "LGT Bank AG., HK Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4228",
"address": "Hong Kong MACQUARIE BANK LIMITED",
"bankBranch": "Hong Kong MACQUARIE BANK LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4228",
"bankName": "MACQUARIE BANK LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4229",
"address": "Hong Kong Shanghai Pudong Development Bank Co., Ltd.",
"bankBranch": "Hong Kong Shanghai Pudong Development Bank Co., Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4229",
"bankName": "Shanghai Pudong Development Bank Co., Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4240",
"address": "Hong Kong Ping An Bank Co., Ltd.",
"bankBranch": "Hong Kong Ping An Bank Co., Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4240",
"bankName": "Ping An Bank Co., Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4120",
"address": "Hong Kong Bank of Communications Co., Ltd. Hong Kong Branch",
"bankBranch": "Hong Kong Bank of Communications Co., Ltd. Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4120",
"bankName": "Bank of Communications Co., Ltd. Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4241",
"address": "Hong Kong Hua Xia Bank Co., Limited",
"bankBranch": "Hong Kong Hua Xia Bank Co., Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4241",
"bankName": "Hua Xia Bank Co., Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4121",
"address": "Hong Kong Public Bank (Hong Kong) Limited",
"bankBranch": "Hong Kong Public Bank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4121",
"bankName": "Public Bank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4242",
"address": "Hong Kong ZA Bank Limited",
"bankBranch": "Hong Kong ZA Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4242",
"bankName": "ZA Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4122",
"address": "Hong Kong OCBC Wing Hang Bank Limited",
"bankBranch": "Hong Kong OCBC Wing Hang Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4122",
"bankName": "OCBC Wing Hang Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4243",
"address": "Hong Kong Livi Bank Limited",
"bankBranch": "Hong Kong Livi Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4243",
"bankName": "Livi Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4123",
"address": "Hong Kong Tai Yau Bank Limited",
"bankBranch": "Hong Kong Tai Yau Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4123",
"bankName": "Tai Yau Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4244",
"address": "Hong Kong Mox Bank Limited",
"bankBranch": "Hong Kong Mox Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4244",
"bankName": "Mox Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4124",
"address": "Hong Kong Chiyu Banking Corporation Limited",
"bankBranch": "Hong Kong Chiyu Banking Corporation Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4124",
"bankName": "Chiyu Banking Corporation Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4245",
"address": "Hong Kong Welab Bank Limited",
"bankBranch": "Hong Kong Welab Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4245",
"bankName": "Welab Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4114",
"address": "Hong Kong JPMorgan Chase Bank, N.A.",
"bankBranch": "Hong Kong JPMorgan Chase Bank, N.A.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4114",
"bankName": "JPMorgan Chase Bank, N.A.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4235",
"address": "Hong Kong YUANTA COMMERCIAL BANK CO.,LTD",
"bankBranch": "Hong Kong YUANTA COMMERCIAL BANK CO.,LTD",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4235",
"bankName": "YUANTA COMMERCIAL BANK CO.,LTD",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4115",
"address": "Hong Kong NatWest Markets Plc Hong Kong Branch",
"bankBranch": "Hong Kong NatWest Markets Plc Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4115",
"bankName": "NatWest Markets Plc Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4236",
"address": "Hong Kong Mashreq Bank Public Shareholding Company",
"bankBranch": "Hong Kong Mashreq Bank Public Shareholding Company",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4236",
"bankName": "Mashreq Bank Public Shareholding Company",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4116",
"address": "Hong Kong The Bank of East Asia, Limited",
"bankBranch": "Hong Kong The Bank of East Asia, Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4116",
"bankName": "The Bank of East Asia, Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4237",
"address": "Hong Kong Kookmin Bank",
"bankBranch": "Hong Kong Kookmin Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4237",
"bankName": "Kookmin Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4117",
"address": "Hong Kong CHINA CITIC BANK INTERNATIONAL LIMITED",
"bankBranch": "Hong Kong CHINA CITIC BANK INTERNATIONAL LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4117",
"bankName": "CHINA CITIC BANK INTERNATIONAL LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4238",
"address": "Hong Kong Bank of Communications (Hong Kong) Ltd.",
"bankBranch": "Hong Kong Bank of Communications (Hong Kong) Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4238",
"bankName": "Bank of Communications (Hong Kong) Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4118",
"address": "Hong Kong OVERSEA - CHINESE BANKING CORPORATION LIMITED",
"bankBranch": "Hong Kong OVERSEA - CHINESE BANKING CORPORATION LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4118",
"bankName": "OVERSEA - CHINESE BANKING CORPORATION LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4239",
"address": "Hong Kong CHINA ZHESHANG BANK CO., LTD.",
"bankBranch": "Hong Kong CHINA ZHESHANG BANK CO., LTD.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4239",
"bankName": "CHINA ZHESHANG BANK CO., LTD.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4119",
"address": "Hong Kong Shanghai Commercial Bank Limited",
"bankBranch": "Hong Kong Shanghai Commercial Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4119",
"bankName": "Shanghai Commercial Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4130",
"address": "Hong Kong INDIAN OVERSEAS BANK",
"bankBranch": "Hong Kong INDIAN OVERSEAS BANK",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4130",
"bankName": "INDIAN OVERSEAS BANK",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4131",
"address": "Hong Kong Deutsche Bank AG Hong Kong Branch",
"bankBranch": "Hong Kong Deutsche Bank AG Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4131",
"bankName": "Deutsche Bank AG Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4132",
"address": "Hong Kong Bank of America N.A.",
"bankBranch": "Hong Kong Bank of America N.A.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4132",
"bankName": "Bank of America N.A.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4133",
"address": "Hong Kong BNP PARIBAS HONG KONG BRANCH",
"bankBranch": "Hong Kong BNP PARIBAS HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4133",
"bankName": "BNP PARIBAS HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4134",
"address": "Hong Kong BANK OF INDIA",
"bankBranch": "Hong Kong BANK OF INDIA",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4134",
"bankName": "BANK OF INDIA",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4135",
"address": "Hong Kong National Bank of Pakistan",
"bankBranch": "Hong Kong National Bank of Pakistan",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4135",
"bankName": "National Bank of Pakistan",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4125",
"address": "Hong Kong Dah Sing Bank, Limited",
"bankBranch": "Hong Kong Dah Sing Bank, Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4125",
"bankName": "Dah Sing Bank, Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4246",
"address": "Hong Kong Fusion Bank Limited",
"bankBranch": "Hong Kong Fusion Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4246",
"bankName": "Fusion Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4126",
"address": "Hong Kong UCO BANK HONG KONG",
"bankBranch": "Hong Kong UCO BANK HONG KONG",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4126",
"bankName": "UCO BANK HONG KONG",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4247",
"address": "Hong Kong Ping An OneConnect Bank (Hong Kong) Limited",
"bankBranch": "Hong Kong Ping An OneConnect Bank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4247",
"bankName": "Ping An OneConnect Bank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4127",
"address": "Hong Kong KEB HANA BANK",
"bankBranch": "Hong Kong KEB HANA BANK",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4127",
"bankName": "KEB HANA BANK",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4248",
"address": "Hong Kong Ant Bank (Hong Kong) Limited",
"bankBranch": "Hong Kong Ant Bank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4248",
"bankName": "Ant Bank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4128",
"address": "Hong Kong MUFG Bank, Ltd.",
"bankBranch": "Hong Kong MUFG Bank, Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4128",
"bankName": "MUFG Bank, Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4249",
"address": "Hong Kong Airstar Bank Limited",
"bankBranch": "Hong Kong Airstar Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4249",
"bankName": "Airstar Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4129",
"address": "Hong Kong BANGKOK BANK PUBLIC COMPANY LIMITED",
"bankBranch": "Hong Kong BANGKOK BANK PUBLIC COMPANY LIMITED",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4129",
"bankName": "BANGKOK BANK PUBLIC COMPANY LIMITED",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4140",
"address": "Hong Kong BDO UNIBANK, INC.",
"bankBranch": "Hong Kong BDO UNIBANK, INC.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4140",
"bankName": "BDO UNIBANK, INC.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4141",
"address": "Hong Kong United Overseas Bank Limited",
"bankBranch": "Hong Kong United Overseas Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4141",
"bankName": "United Overseas Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4142",
"address": "Hong Kong Barclays Bank PLC",
"bankBranch": "Hong Kong Barclays Bank PLC",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4142",
"bankName": "Barclays Bank PLC",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4143",
"address": "Hong Kong The Bank of Nova Scotia",
"bankBranch": "Hong Kong The Bank of Nova Scotia",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4143",
"bankName": "The Bank of Nova Scotia",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4144",
"address": "Hong Kong Royal Bank of Canada, Hong Kong Branch",
"bankBranch": "Hong Kong Royal Bank of Canada, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4144",
"bankName": "Royal Bank of Canada, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4145",
"address": "Hong Kong SOCIETE GENERALE HONGKONG BRANCH",
"bankBranch": "Hong Kong SOCIETE GENERALE HONGKONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4145",
"bankName": "SOCIETE GENERALE HONGKONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4146",
"address": "Hong Kong STATE BANK OF INDIA",
"bankBranch": "Hong Kong STATE BANK OF INDIA",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4146",
"bankName": "STATE BANK OF INDIA",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4136",
"address": "Hong Kong TAI SANG BANK LTD.",
"bankBranch": "Hong Kong TAI SANG BANK LTD.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4136",
"bankName": "TAI SANG BANK LTD.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4137",
"address": "Hong Kong Malayan Banking Berhad Hong Kong Branch",
"bankBranch": "Hong Kong Malayan Banking Berhad Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4137",
"bankName": "Malayan Banking Berhad Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4138",
"address": "Hong Kong Sumitomo Mitsui Banking Corporation",
"bankBranch": "Hong Kong Sumitomo Mitsui Banking Corporation",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4138",
"bankName": "Sumitomo Mitsui Banking Corporation",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4139",
"address": "Hong Kong PT. BANK NEGARA INDONESIA (PERSERO) TBK.",
"bankBranch": "Hong Kong PT. BANK NEGARA INDONESIA (PERSERO) TBK.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4139",
"bankName": "PT. BANK NEGARA INDONESIA (PERSERO) TBK.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4150",
"address": "Hong Kong Commerzbank AG, Hong Kong Branch",
"bankBranch": "Hong Kong Commerzbank AG, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4150",
"bankName": "Commerzbank AG, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4151",
"address": "Hong Kong UBS AG Hong Kong",
"bankBranch": "Hong Kong UBS AG Hong Kong",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4151",
"bankName": "UBS AG Hong Kong",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4152",
"address": "Hong Kong Mizuho Bank, Ltd.",
"bankBranch": "Hong Kong Mizuho Bank, Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4152",
"bankName": "Mizuho Bank, Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4153",
"address": "Hong Kong DZ BANK AG DEUTSCHE ZENTRAL- GENOSSENSCHAFTSBANK, FRANKFURT AM MAIN, HONG KONG BRANCH",
"bankBranch": "Hong Kong DZ BANK AG DEUTSCHE ZENTRAL- GENOSSENSCHAFTSBANK, FRANKFURT AM MAIN, HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4153",
"bankName": "DZ BANK AG DEUTSCHE ZENTRAL- GENOSSENSCHAFTSBANK, FRANKFURT AM MAIN, HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4154",
"address": "Hong Kong Woori Bank Hong Kong Branch",
"bankBranch": "Hong Kong Woori Bank Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4154",
"bankName": "Woori Bank Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4155",
"address": "Hong Kong PHILIPPINE NATIONAL BANK",
"bankBranch": "Hong Kong PHILIPPINE NATIONAL BANK",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4155",
"bankName": "PHILIPPINE NATIONAL BANK",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4156",
"address": "Hong Kong Fubon Bank (Hong Kong) Limited",
"bankBranch": "Hong Kong Fubon Bank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4156",
"bankName": "Fubon Bank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4157",
"address": "Hong Kong MITSUBISHI UFJ TRUST AND BANKING CORPORATION",
"bankBranch": "Hong Kong MITSUBISHI UFJ TRUST AND BANKING CORPORATION",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4157",
"bankName": "MITSUBISHI UFJ TRUST AND BANKING CORPORATION",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4147",
"address": "Hong Kong Toronto Dominion Bank",
"bankBranch": "Hong Kong Toronto Dominion Bank",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4147",
"bankName": "Toronto Dominion Bank",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4148",
"address": "Hong Kong BANK OF MONTREAL",
"bankBranch": "Hong Kong BANK OF MONTREAL",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4148",
"bankName": "BANK OF MONTREAL",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4149",
"address": "Hong Kong CANADIAN IMPERIAL BANK OF COMMERCE",
"bankBranch": "Hong Kong CANADIAN IMPERIAL BANK OF COMMERCE",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4149",
"bankName": "CANADIAN IMPERIAL BANK OF COMMERCE",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4161",
"address": "Hong Kong National Australia Bank Limited",
"bankBranch": "Hong Kong National Australia Bank Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4161",
"bankName": "National Australia Bank Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4162",
"address": "Hong Kong Westpac Banking Corporation",
"bankBranch": "Hong Kong Westpac Banking Corporation",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4162",
"bankName": "Westpac Banking Corporation",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4163",
"address": "Hong Kong Australia and New Zealand Banking Corporation Limited",
"bankBranch": "Hong Kong Australia and New Zealand Banking Corporation Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4163",
"bankName": "Australia and New Zealand Banking Corporation Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4164",
"address": "Hong Kong Commonwealth Bank of Australia",
"bankBranch": "Hong Kong Commonwealth Bank of Australia",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4164",
"bankName": "Commonwealth Bank of Australia",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4165",
"address": "Hong Kong Intesa Sanpaolo S.p.A., Hong Kong",
"bankBranch": "Hong Kong Intesa Sanpaolo S.p.A., Hong Kong",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4165",
"bankName": "Intesa Sanpaolo S.p.A., Hong Kong",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4166",
"address": "Hong Kong UNICREDIT BANK AG HONG KONG BRANCH",
"bankBranch": "Hong Kong UNICREDIT BANK AG HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4166",
"bankName": "UNICREDIT BANK AG HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4167",
"address": "Hong Kong SVENSKA HANDELSBANKEN AB (PUBL) HONG KONG BRANCH",
"bankBranch": "Hong Kong SVENSKA HANDELSBANKEN AB (PUBL) HONG KONG BRANCH",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4167",
"bankName": "SVENSKA HANDELSBANKEN AB (PUBL) HONG KONG BRANCH",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4200",
"address": "Hong Kong EAST WEST BANK",
"bankBranch": "Hong Kong EAST WEST BANK",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4200",
"bankName": "EAST WEST BANK",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4168",
"address": "Hong Kong The Chiba Bank Ltd",
"bankBranch": "Hong Kong The Chiba Bank Ltd",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4168",
"bankName": "The Chiba Bank Ltd",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4201",
"address": "Hong Kong Far Eastern International Bank Co Ltd.",
"bankBranch": "Hong Kong Far Eastern International Bank Co Ltd.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4201",
"bankName": "Far Eastern International Bank Co Ltd.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2540",
"address": "Hong Kong Citibank N.A.",
"bankBranch": "Hong Kong Citibank N.A.",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2540",
"bankName": "Citibank N.A.",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4160",
"address": "Hong Kong Banco Bilbao Vizcaya Argentaria S.A., Hong Kong Branch",
"bankBranch": "Hong Kong Banco Bilbao Vizcaya Argentaria S.A., Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4160",
"bankName": "Banco Bilbao Vizcaya Argentaria S.A., Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4158",
"address": "Hong Kong The Bank of New York Mellon, Hong Kong Branch",
"bankBranch": "Hong Kong The Bank of New York Mellon, Hong Kong Branch",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4158",
"bankName": "The Bank of New York Mellon, Hong Kong Branch",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "4159",
"address": "Hong Kong ING Bank N.V., Hong Kong",
"bankBranch": "Hong Kong ING Bank N.V., Hong Kong",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "4159",
"bankName": "ING Bank N.V., Hong Kong",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2539",
"address": "Hong Kong The Hongkong and Shanghai Banking Corporation Limited",
"bankBranch": "Hong Kong The Hongkong and Shanghai Banking Corporation Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2539",
"bankName": "The Hongkong and Shanghai Banking Corporation Limited",
"currency": "HKD",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HK",
"bankId": "2538",
"address": "Hong Kong Standard Chartered Bank (Hong Kong) Limited",
"bankBranch": "Hong Kong Standard Chartered Bank (Hong Kong) Limited",
"city": "Hong Kong",
"countryCode": "HK",
"locationId": "2538",
"bankName": "Standard Chartered Bank (Hong Kong) Limited",
"currency": "HKD",
"channelCode": "59"
}
]
}
},
"traceId": "67e21db7b29d6dc1dd6b8746bda2f586",
"success": true,
"error": false
}
Response Example EUR
{
"code": "0",
"msg": "success",
"model": {
"fields": [
{
"regex": "",
"fieldName": "registeredName",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "country",
"dataSourceKey": "bankList",
"formElement": "select",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "registrationNumber",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "dateOfIncorporation",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "locationId",
"dataSourceKey": "bankList",
"formElement": "select",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "bankBranchCode",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "accountNo",
"dataSourceKey": "",
"formElement": "input",
"fieldType": "string"
},
{
"regex": "",
"fieldName": "bankName",
"dataSourceKey": "bankList",
"formElement": "select",
"fieldType": "string"
}
],
"dataSource": {
"bankList": [
{
"transactionType": "B2B",
"country": "CH",
"bankId": "2625",
"address": "Switzerland All Banks Switzerland / EUR / Payment System: SEPA",
"bankBranch": "Switzerland All Banks Switzerland / EUR / Payment System: SEPA",
"city": "Switzerland",
"countryCode": "CH",
"locationId": "2625",
"bankName": "All Banks Switzerland / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "SM",
"bankId": "1811",
"address": "San Marino All Banks San Marino / EUR / Payment System: SEPA",
"bankBranch": "San Marino All Banks San Marino / EUR / Payment System: SEPA",
"city": "San Marino",
"countryCode": "SM",
"locationId": "1811",
"bankName": "All Banks San Marino / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "AD",
"bankId": "2624",
"address": "Andorra All Banks Andorra / EUR / Payment System: SEPA",
"bankBranch": "Andorra All Banks Andorra / EUR / Payment System: SEPA",
"city": "Andorra",
"countryCode": "AD",
"locationId": "2624",
"bankName": "All Banks Andorra / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "FI",
"bankId": "1799",
"address": "Finland All Banks Finland / EUR / Payment System: SEPA",
"bankBranch": "Finland All Banks Finland / EUR / Payment System: SEPA",
"city": "Finland",
"countryCode": "FI",
"locationId": "1799",
"bankName": "All Banks Finland / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "PT",
"bankId": "1810",
"address": "Portugal All Banks Portugal / EUR / Payment System: SEPA",
"bankBranch": "Portugal All Banks Portugal / EUR / Payment System: SEPA",
"city": "Portugal",
"countryCode": "PT",
"locationId": "1810",
"bankName": "All Banks Portugal / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "SE",
"bankId": "2623",
"address": "Sweden All Banks Sweden / EUR / Payment System: SEPA",
"bankBranch": "Sweden All Banks Sweden / EUR / Payment System: SEPA",
"city": "Sweden",
"countryCode": "SE",
"locationId": "2623",
"bankName": "All Banks Sweden / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "EE",
"bankId": "1798",
"address": "Estonia All Banks Estonia / EUR / Payment System: SEPA",
"bankBranch": "Estonia All Banks Estonia / EUR / Payment System: SEPA",
"city": "Estonia",
"countryCode": "EE",
"locationId": "1798",
"bankName": "All Banks Estonia / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "CY",
"bankId": "1797",
"address": "Cyprus All Banks Cyprus / EUR / Payment System: SEPA",
"bankBranch": "Cyprus All Banks Cyprus / EUR / Payment System: SEPA",
"city": "Cyprus",
"countryCode": "CY",
"locationId": "1797",
"bankName": "All Banks Cyprus / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "RO",
"bankId": "2622",
"address": "Romania All Banks Romania / EUR / Payment System: SEPA",
"bankBranch": "Romania All Banks Romania / EUR / Payment System: SEPA",
"city": "Romania",
"countryCode": "RO",
"locationId": "2622",
"bankName": "All Banks Romania / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "PL",
"bankId": "2621",
"address": "Poland All Banks Poland / EUR / Payment System: SEPA",
"bankBranch": "Poland All Banks Poland / EUR / Payment System: SEPA",
"city": "Poland",
"countryCode": "PL",
"locationId": "2621",
"bankName": "All Banks Poland / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "BE",
"bankId": "1796",
"address": "Belgium All Banks Belgium / EUR / Payment System: SEPA",
"bankBranch": "Belgium All Banks Belgium / EUR / Payment System: SEPA",
"city": "Belgium",
"countryCode": "BE",
"locationId": "1796",
"bankName": "All Banks Belgium / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "NO",
"bankId": "2620",
"address": "Norway All Banks Norway / EUR / Payment System: SEPA",
"bankBranch": "Norway All Banks Norway / EUR / Payment System: SEPA",
"city": "Norway",
"countryCode": "NO",
"locationId": "2620",
"bankName": "All Banks Norway / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "AT",
"bankId": "1795",
"address": "Austria All Banks Austria / EUR / Payment System: SEPA",
"bankBranch": "Austria All Banks Austria / EUR / Payment System: SEPA",
"city": "Austria",
"countryCode": "AT",
"locationId": "1795",
"bankName": "All Banks Austria / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "ES",
"bankId": "1814",
"address": "Spain All Banks Spain / EUR / Payment System: SEPA",
"bankBranch": "Spain All Banks Spain / EUR / Payment System: SEPA",
"city": "Spain",
"countryCode": "ES",
"locationId": "1814",
"bankName": "All Banks Spain / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "SI",
"bankId": "1813",
"address": "Slovenia All Banks Slovenia / EUR / Payment System: SEPA",
"bankBranch": "Slovenia All Banks Slovenia / EUR / Payment System: SEPA",
"city": "Slovenia",
"countryCode": "SI",
"locationId": "1813",
"bankName": "All Banks Slovenia / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "SK",
"bankId": "1812",
"address": "Slovakia All Banks Slovakia / EUR / Payment System: SEPA",
"bankBranch": "Slovakia All Banks Slovakia / EUR / Payment System: SEPA",
"city": "Slovakia",
"countryCode": "SK",
"locationId": "1812",
"bankName": "All Banks Slovakia / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "VA",
"bankId": "2626",
"address": "Vatican City (The Holy See) All Banks Vatican City State / EUR / Payment System: SEPA",
"bankBranch": "Vatican City (The Holy See) All Banks Vatican City State / EUR / Payment System: SEPA",
"city": "Vatican City (The Holy See)",
"countryCode": "VA",
"locationId": "2626",
"bankName": "All Banks Vatican City State / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "NL",
"bankId": "1809",
"address": "Netherlands All Banks Netherlands / EUR / Payment System: SEPA",
"bankBranch": "Netherlands All Banks Netherlands / EUR / Payment System: SEPA",
"city": "Netherlands",
"countryCode": "NL",
"locationId": "1809",
"bankName": "All Banks Netherlands / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HR",
"bankId": "2614",
"address": "Croatia All Banks Croatia / EUR / Payment System: SEPA",
"bankBranch": "Croatia All Banks Croatia / EUR / Payment System: SEPA",
"city": "Croatia",
"countryCode": "HR",
"locationId": "2614",
"bankName": "All Banks Croatia / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "FR",
"bankId": "1800",
"address": "France All Banks France / EUR / Payment System: SEPA",
"bankBranch": "France All Banks France / EUR / Payment System: SEPA",
"city": "France",
"countryCode": "FR",
"locationId": "1800",
"bankName": "All Banks France / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "BG",
"bankId": "2613",
"address": "Bulgaria All Banks Bulgaria / EUR / Payment System: SEPA",
"bankBranch": "Bulgaria All Banks Bulgaria / EUR / Payment System: SEPA",
"city": "Bulgaria",
"countryCode": "BG",
"locationId": "2613",
"bankName": "All Banks Bulgaria / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "MC",
"bankId": "1808",
"address": "Monaco All Banks Monaco / EUR / Payment System: SEPA",
"bankBranch": "Monaco All Banks Monaco / EUR / Payment System: SEPA",
"city": "Monaco",
"countryCode": "MC",
"locationId": "1808",
"bankName": "All Banks Monaco / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "MT",
"bankId": "1807",
"address": "Malta All Banks Malta / EUR / Payment System: SEPA",
"bankBranch": "Malta All Banks Malta / EUR / Payment System: SEPA",
"city": "Malta",
"countryCode": "MT",
"locationId": "1807",
"bankName": "All Banks Malta / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "LU",
"bankId": "1806",
"address": "Luxembourg All Banks Luxembourg / EUR / Payment System: SEPA",
"bankBranch": "Luxembourg All Banks Luxembourg / EUR / Payment System: SEPA",
"city": "Luxembourg",
"countryCode": "LU",
"locationId": "1806",
"bankName": "All Banks Luxembourg / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "LT",
"bankId": "1805",
"address": "Lithuania All Banks Lithuania / EUR / Payment System: SEPA",
"bankBranch": "Lithuania All Banks Lithuania / EUR / Payment System: SEPA",
"city": "Lithuania",
"countryCode": "LT",
"locationId": "1805",
"bankName": "All Banks Lithuania / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "LI",
"bankId": "2619",
"address": "Liechtenstein All Banks Liechtenstein / EUR / Payment System: SEPA",
"bankBranch": "Liechtenstein All Banks Liechtenstein / EUR / Payment System: SEPA",
"city": "Liechtenstein",
"countryCode": "LI",
"locationId": "2619",
"bankName": "All Banks Liechtenstein / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "IT",
"bankId": "1804",
"address": "Italy All Banks Italy / EUR / Payment System: SEPA",
"bankBranch": "Italy All Banks Italy / EUR / Payment System: SEPA",
"city": "Italy",
"countryCode": "IT",
"locationId": "1804",
"bankName": "All Banks Italy / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "IS",
"bankId": "2618",
"address": "Iceland All Banks Iceland / EUR / Payment System: SEPA",
"bankBranch": "Iceland All Banks Iceland / EUR / Payment System: SEPA",
"city": "Iceland",
"countryCode": "IS",
"locationId": "2618",
"bankName": "All Banks Iceland / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "IE",
"bankId": "1803",
"address": "Ireland All Banks Ireland / EUR / Payment System: SEPA",
"bankBranch": "Ireland All Banks Ireland / EUR / Payment System: SEPA",
"city": "Ireland",
"countryCode": "IE",
"locationId": "1803",
"bankName": "All Banks Ireland / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "HU",
"bankId": "2617",
"address": "Hungary All Banks Hungary / EUR / Payment System: SEPA",
"bankBranch": "Hungary All Banks Hungary / EUR / Payment System: SEPA",
"city": "Hungary",
"countryCode": "HU",
"locationId": "2617",
"bankName": "All Banks Hungary / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "GR",
"bankId": "1802",
"address": "Greece All Banks Greece / EUR / Payment System: SEPA",
"bankBranch": "Greece All Banks Greece / EUR / Payment System: SEPA",
"city": "Greece",
"countryCode": "GR",
"locationId": "1802",
"bankName": "All Banks Greece / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "DK",
"bankId": "2616",
"address": "Denmark All Banks Denmark / EUR / Payment System: SEPA",
"bankBranch": "Denmark All Banks Denmark / EUR / Payment System: SEPA",
"city": "Denmark",
"countryCode": "DK",
"locationId": "2616",
"bankName": "All Banks Denmark / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "DE",
"bankId": "1801",
"address": "Germany All Banks Germany / EUR / Payment System: SEPA",
"bankBranch": "Germany All Banks Germany / EUR / Payment System: SEPA",
"city": "Germany",
"countryCode": "DE",
"locationId": "1801",
"bankName": "All Banks Germany / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "LV",
"bankId": "1867",
"address": "Latvia All Banks Latvia / EUR / Payment System: SEPA",
"bankBranch": "Latvia All Banks Latvia / EUR / Payment System: SEPA",
"city": "Latvia",
"countryCode": "LV",
"locationId": "1867",
"bankName": "All Banks Latvia / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
},
{
"transactionType": "B2B",
"country": "CZ",
"bankId": "2615",
"address": "Czech Republic All Banks Czech Republic / EUR / Payment System: SEPA",
"bankBranch": "Czech Republic All Banks Czech Republic / EUR / Payment System: SEPA",
"city": "Czech Republic",
"countryCode": "CZ",
"locationId": "2615",
"bankName": "All Banks Czech Republic / EUR / Payment System: SEPA",
"currency": "EUR",
"channelCode": "59"
}
]
}
},
"traceId": "67e2204b2f5479aac8e41eb5f161f6fe",
"success": true,
"error": false
}
Updated 10 days ago