Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts co...
https://api.strale.io/x402/iban-validateOverview
Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts country code, bank identifier, and branch code. Pure algorithmic — fast and cheap.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
strale
Source
self-registered
Indexed
2026-03-22 07:54:50
Health
Status
healthy
Latency (p50)
114ms
Uptime (30d)
100.0%
Reliability Score
100/100
Last Checked
2026-06-28 21:15:15
Last Healthy
2026-06-28 21:15:15
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"iban": {
"description": "IBAN to validate (e.g. SE3550000000054910000003)",
"required": true,
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"bank_code": {
"type": "string"
},
"branch_code": {
"type": "string"
},
"country_code": {
"type": "string"
},
"error": {
"type": "string"
},
"valid": {
"type": "boolean"
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-06-28 21:15:15 | healthy | 402 | 116ms | |
| 2026-06-28 16:34:23 | healthy | 402 | 114ms | |
| 2026-06-28 13:29:45 | healthy | 402 | 112ms | |
| 2026-06-28 09:14:49 | healthy | 402 | 113ms | |
| 2026-06-27 10:42:46 | healthy | 402 | 116ms |