Validate IBAN format and checksum API
Validate IBAN (International Bank Account Number) format, checksum (ISO 7064 Mod 97-10),
POST /v1/check/iban1× multiplierQuick 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
{
"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.
Waiting for response...Error:
Response Schema
{
"$ref": "#/components/schemas/IbanCheckResponse"
}Hinnoittelu
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
💡 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 →