get https://cubi-sandbox-api.customersbank.com/itoperations/v1/Banks/
Retrieves a specific bank, by locationId
Responses
Retrieves a specific bank, by locationId
xxxxxxxxxx
curl --request GET \
--url https://cubi-sandbox-api.customersbank.com/itoperations/v1/Banks/id \
--header 'accept: application/json'
xxxxxxxxxx
14{
"locationId": 0,
"bankName": "string",
"routingCode": "string",
"alternateRoutingCode": "string",
"routingType": "string",
"pairedBic": "string",
"countryCode": "string",
"branchName": "string",
"streetAddress": "string",
"stateOrProvince": "string",
"postalCode": "string",
"city": "string"
}