Bank Routing
Look up correspondent banks for a foreign BIC
Returns the correspondent banks on file for the given foreign BIC, sorted by confidence descending. Returns 404 when the BIC is structurally valid but no routes are on file, and 422 when the BIC fails structural validation. Each lookup is recorded and billed — supply an Idempotency-Key so retries replay without re-charging.
Authorization
API key in the X-API-Key header.
Headers
Idempotency-KeystringrequiredRequired. Unique printable-ASCII key (1-255 chars) per logical request; retries with the same key replay the original result without re-charging.
Body required
bicstringrequiredThe foreign BIC/SWIFT code to look up correspondents for. 8 or 11 characters.
Response
bicstringrequiredThe queried foreign BIC, uppercased
correspondentsobject[]requiredCorrespondent banks sorted by confidence descending
Show child attributes
namestringrequiredCanonical name of the correspondent bank
bicstringrequiredBIC/SWIFT code of the correspondent bank
routing_numberstringrequiredABA routing number (9 digits)
account_numberstring | nullrequiredNostro account number (null when not on file)
confidencenumberrequiredRoute confidence score (0.0–1.0)
last_verifiedstringrequiredDate last verified, YYYY-MM-DD
reason_codestringPresent only on 404 — NO_ROUTE_FOUND when no routes exist for this BIC