Skip to content
FinCode

API reference

Every V1 endpoint at a glance.

This documentation covers API V1.

Endpoints

MethodPathDescription
GET/v1/iban/validate?iban=Validate an IBAN.
GET/v1/swift/{code}Look up a SWIFT/BIC code.
GET/v1/routing/{number}Look up a US routing number.
GET/v1/sort-code/{code}Look up a UK sort code.
GET/v1/bsb/{code}Look up an Australian BSB.
GET/v1/ifsc/{code}Look up an Indian IFSC.
GET/v1/cnaps/{code}Look up a China CNAPS code.
GET/v1/banksList financial institutions.
GET/v1/banks/{id}Get one institution.
GET/v1/banks/search?q=Search institutions by name.
GET/v1/banks/{id}/branchesList branches of an institution.
GET/v1/countriesList countries.
GET/v1/countries/{code}Get one country.
GET/v1/countries/{code}/iban-formatGet the IBAN format for a country.
GET/v1/lookup?q=Universal identifier lookup.

Base URL

http
Production: https://api.fincode.example.com/v1
Development: http://localhost:8080/v1