TR IBAN Validator API avatar

TR IBAN Validator API

Pricing

from $1.00 / 1,000 iban validation requests

Go to Apify Store
TR IBAN Validator API

TR IBAN Validator API

TR IBAN format + MOD-97 checksum doğrulama, banka tespiti, KVKK-safe (kişisel veri yok)

Pricing

from $1.00 / 1,000 iban validation requests

Rating

0.0

(0)

Developer

Fatih Şahinbaş

Fatih Şahinbaş

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

14 days ago

Last modified

Share

IBAN Validator API — ISO 13616 Checksum & Bank Lookup

The IBAN Validator API checks whether an IBAN is structurally valid using the ISO 13616 format rules and the MOD-97 checksum, and returns the bank name where available. It works for Turkish IBANs and international ones, and runs as a fast Standby API that returns clean JSON — no login, no personal data stored.

What the IBAN validator checks

  • Length & country format — per-country IBAN length and structure (ISO 13616).
  • MOD-97 checksum — the international IBAN check-digit algorithm.
  • Bank identification — maps the bank code to the bank name when known.

API usage

GET /validate?iban=TR330006100519786457841326

Send the IBAN with or without spaces. The response includes validity, the detected country, the normalized IBAN, the bank name (if known), and any errors.

Use cases

Validate customer or supplier IBANs before payouts, clean and verify banking data in onboarding forms, and reduce failed transfers caused by typos.

Pricing

Pay-per-event: $0.001 per API call.

Notes

This Actor performs offline structural validation. A valid result means the IBAN is well-formed and checksum-consistent; it does not confirm that the account exists or is active at the bank.