Bank Data API

Bank Data API

Instant IBAN and SWIFT number validation across the globe.
Free Plan $0.00 Monthly Subscribe
1,000 Requests / Monthly
Free for Lifetime
No Credit Card Required
MOST POPULAR
Starter Plan $39.99 Monthly Subscribe
2,500 Requests / Monthly
Standard Support
Pro Plan $139.99 Monthly Subscribe
25,000 Requests / Monthly
Standard Support
Enterprise Plan $239.99 Monthly Subscribe
60,000 Requests / Monthly
Standard Support
Custom Plan Volume Monthly Contact Us
Any requests volume you need

Bank Data API is a REST API that is able to check and validate IBAN and SWIFT numbers. With this API you will be able to get IBAN examples and structure by country, required fields for generating IBANs, banks by country, and all major banks and SWIFT codes.

Example Request


  curl --request GET 'https://api.apilayer.com/bank_data/iban_validate?iban_number=DE89370400440532013000' \
  --header 'apikey: YOUR API KEY'
  

Example Response


{
    "valid": true,
    "iban": "DE89370400440532013000",
    "iban_data": {
        "country": "Germany",
        "country_code": "DE",
        "sepa_country": true,
        "checksum": "89",
        "BBAN": "370400440532013000",
        "bank_code": "37040044",
        "account_number": "0532013000",
        "branch": "",
        "national_checksum": "",
        "country_iban_format_as_swift": "DE2!n8!n10!n",
        "country_iban_format_as_regex": "^DE(\\d{2})(\\d{8})(\\d{10})$"
    },
    "bank_data": {
        "bank_code": "37040044",
        "name": "Commerzbank",
        "zip": "50447",
        "city": "Köln",
        "bic": "COBADEFFXXX"
    },
    "country_iban_example": "DE89370400440532013000"
}

Reviews

5.00
  • Review rating
  • Review rating
  • Review rating
  • Review rating
  • Review rating
API rating
Cilene Veloria
11 months ago

Cilene Veloria

  • Review rating
  • Review rating
  • Review rating
  • Review rating
  • Review rating

really good api