GET

/rest/bank-info/{countryCode}

countryCode*
curl --request GET \
  --url https://api-test.koywe.com/rest/bank-info/{countryCode}
[
  {
    "bankCode": "BANCO_CHILE",
    "institutionName": "BANCO DE CHILE",
    "name": "BANCO DE CHILE",
    "transferCode": "001"
  }
]

Path Parameters

countryCoderequired
string

Symbol of the country of choice.

Response

200 - application/json
bankCode
string
institutionName
string
name
string
transferCode
string