|| "en_GB"

Validate IBAN format and checksum API

Validate IBAN (International Bank Account Number) format, checksum (ISO 7064 Mod 97-10),

POST /v1/check/iban1× multiplier

Quick Start

Make your first API request in 3 steps:

1Make API Request

curl -X POST https://api.scorika.com/v1/check/iban \
  -H "X-Api-Key: sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"iban":"CZ6508000000192000145399"}'

2Handle Response

Response
{
  "valid": true,
  "bank": "Česká spořitelna",
  "country": "CZ"
}

3Try It Now

Interactive API Explorer

Try the API directly from your browser. No API key required for testing.

Ready for production?

Get your API key to use this endpoint in your application.

Get API Key →

Response Schema

Response Schema
{
  "$ref": "#/components/schemas/IbanCheckResponse"
}

Pricing

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo
Enterprise
$0.001/base check
1× = $0.001 per request
$10.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo
Enterprise
$0.001/base check
1× = $0.001 per request
$10.0/mo
Batch (20% off)
$0.0008/base check
1× = $0.0008 per request
$40.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo
Enterprise
$0.001/base check
1× = $0.001 per request
$10.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo

Pricing Calculator

This endpoint uses a 1× multiplier on your base plan rate.

Pro Plan
$0.001/base check
1× = $0.001 per request
$1.0/mo
Enterprise
$0.001/base check
1× = $0.001 per request
$10.0/mo
Batch (20% off)
$0.0008/base check
1× = $0.0008 per request
$40.0/mo

💡 Tip: Bulk requests get a 20% discount. Contact sales for custom pricing on high-volume usage.

Common Use Cases

Payment Validation

Validate IBAN format and bank details before processing payments

Fraud Prevention

Detect invalid or high-risk bank accounts

Related Endpoints

Start Using Validate IBAN format and checksum API

Get your API key in 30 seconds. No credit card required.

Get API Key →