API call to financial-validation
https://gateway.apiosk.com/financial-validation/iban-country-checkOverview
API call to financial-validation
Protocol
x402 (POST)
Price
$0.05
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-07-01 12:14:26
Health
Status
healthy
Latency (p50)
435ms
Uptime (30d)
100.0%
Reliability Score
92/100
Last Checked
2026-07-08 01:55:19
Last Healthy
2026-07-08 01:55:19
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"bodyFields": {
"expected_country": {
"description": "Optional ISO 3166-1 alpha-2 code to compare against, e.g. \"NL\".",
"type": "string"
},
"iban": {
"description": "IBAN, spaces allowed, e.g. \"NL91ABNA0417164300\" or \"NL91 ABNA 0417 1643 00\".",
"type": "string"
}
},
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"country": "NL",
"country_matches": true,
"expected_country": "NL",
"format_valid": true,
"iban": "NL91ABNA0417164300"
}