Skip to main content
GET
/
banks
Get bank data by Swift code
curl --request GET \
  --url https://access.utgl.io/v1/banks \
  --header 'Authorization: Basic <encoded-value>'
{
  "id": "<string>",
  "countryCode": "<string>",
  "country": "<string>",
  "bankName": "<string>",
  "swiftCode": "<string>",
  "branch": "<string>",
  "bankAddress": "<string>",
  "city": "<string>",
  "accountNumber": "<string>"
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

swiftCode
string
required

The Swift code of the bank to retrieve data for

Response

200 - application/json

OK

id
string

The ID of the bank

countryCode
string

The country code of the bank

country
string

The name of the country the bank is located in

bankName
string

The name of the bank

swiftCode
string

The Swift code of the bank

branch
string

The branch of the bank

bankAddress
string

The address of the bank

city
string

The city the bank is located in

accountNumber
string

The bank account number