Banks
GET
/v1/references/banksLast modified:Â 5 months ago
Maintainer:Â Not configured
Get TranSwap supported Bank
list by parameter(s).
Request
Query Params
country
string  | nullÂ
optional
two-letter ISO 3166-2 country code
bank_country
string  | nullÂ
optional
two-letter ISO 3166-2 country code
Request samples
Responses
OK(200)
Bad Request(400)
Unauthorized(401)
429(429)
Server Error(500)
HTTP Code:Â 200
Content Type :Â JSONapplication/json
Success.
Data Schema
array of:
bank_name
string  | nullÂ
optional
bank_country
string  | nullÂ
optional
ts_bank_code
string  | nullÂ
optional
swift_bic_code
string  | nullÂ
optional
bank_code
string  | nullÂ
optional
zengin_code
string  | nullÂ
optional
ifsc_code
string  | nullÂ
optional
cnaps_code
string  | nullÂ
optional
Exampleexample
[
{
"bank_country": "HK",
"bank_name": "003 STANDARD CHARTERED BANK (HONG KONG) LIMITED",
"ts_bank_code": "TSHK0003",
"swift_bic_code": "",
"bank_code": "003",
"zengin_code": "",
"ifsc_code": "",
"cnaps_code": ""
},
{
"bank_country": "SG",
"bank_name": "DBS Bank Ltd / POSB Bank",
"ts_bank_code": "TSSG0014",
"swift_bic_code": "DBSSSGSG",
"bank_code": "",
"zengin_code": "",
"ifsc_code": "",
"cnaps_code": ""
}
]
Last modified: 5 months ago