GET

/rest/bank-accounts

Authorization*
curl --request GET \
  --url https://api-test.koywe.com/rest/bank-accounts \
  --header 'Authorization: <authorization>'
[
  {
    "_id": "63dd5fd9cccad469ee2408f7",
    "account": "62f28c4aa05176c3dfba8e",
    "accountNumber": "1234596789",
    "bankCode": "SANTANDER",
    "countryCode": "CHL",
    "currencySymbol": "CLP",
    "name": "BANCO SANTANDER"
  }
]

Authorizations

Authorizationheaderrequired
string

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

countryCoderequired
string

Symbol of the country of choice.

currencySymbolrequired
string

Symbol of the currency of the chosen country.

Response

200 - application/json
_id
string
account
string
accountNumber
string
bankCode
string
countryCode
string
currencySymbol
string
name
string