Loading
Loading
Look up any SWIFT/BIC code to retrieve complete bank details including name, physical address, city, country, and bank identifier code. Accepts both 8-character and 11-character SWIFT/BIC formats.
The API validates the SWIFT/BIC code against a maintained database and returns an error for non-existent codes. Use this endpoint to verify recipient bank details before processing international wire transfers.
Pass your API key as the apiKey parameter in every request.
This is version v1.0 of the API.
The swiftCode parameter is required and must be exactly 8 or 11 characters.
swiftCoderequiredstringSWIFT/BIC code to look up. Must be exactly 8 or 11 characters.
A successful request returns a 200 OK with a JSON object containing bank details for the provided SWIFT/BIC code.
swiftCodeThe SWIFT/BIC code (may be padded to 11 characters with XXX).
countryCodeISO country code of the bank (e.g., "US", "GB", "DE").
bankAddressPhysical address of the bank branch.
bankCodeBank identifier code (first 4 characters of the SWIFT code).
bankNameFull name of the bank.
cityCity where the bank branch is located.
countryFull country name where the bank is located.
The API uses standard HTTP status codes to indicate the success or failure of requests. For common status codes like 429 (Too Many Requests), refer to the general API documentation.
Bad request: SWIFT code input must be either 8 characters or 11 characters
No bank found with the provided SWIFT code