Validate an IBAN number. Checks format, length, and mod-97 checksum. Extracts co...
https://api.strale.io/x402/v2/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
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-08-28 13:14:00
Health
Status
healthy
Latency (p50)
148ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-08-29 05:50:38
Last Healthy
2026-08-29 05:50:38
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
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-08-29 05:50:38 | healthy | 402 | 148ms | |
| 2026-08-28 19:21:01 | healthy | 402 | 140ms |