APIHub
Back to Explore

IBANAPI OpenApi Documentation

It provides an endpoint to retrieve an account balance and two endpoints for IBAN validation, offering both a basic and a full validation check.

Finance
apiKeyQuery
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

2078ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/balance

Get Account Balance

GET

/validate

Validate IBAN

  • iban (query, required) — The IBAN
GET

/validate-basic

Validate IBAN Basic

  • iban (query, required) — The IBAN

3 endpoints auto-detected

Authentication

This API uses an API key, passed as the "api_key" query parameter. No OAuth required.

curl -X GET \
  "https://api.ibanapi.com/v1/balance?api_key=YOUR_API_KEY"

api.ibanapi.com · HTTPS only