Retrieve detailed bank information using one of three identifier types: NID (9-digit routing number), BIC (SWIFT code), or IBAN.
Format rules per bankIdType:
Successful response
Bad request — missing/invalid parameters, validation failure, or bank not found.
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
bad input parameter environment
Internal Server Error - Unexpected error occurred while processing the request
Service unavailable
{- "data": {
- "institutionName": "1ST SOURCE BANK",
- "streetAddress1": "PO BOX 1602",
- "streetAddress2": "PO",
- "city": "SOUTH BEND",
- "zipCode": "46634",
- "countryName": "USA",
- "isoCountryCode": "US",
- "bic": "INGDDEFFXXX",
- "branchBic": "XXX",
- "nationalIdType": "ABA",
- "nationalId": "071212128",
- "deliveryMethods": [
- "ACH",
- "RTP"
]
}
}