IBAN Validator
Under maintenancePricing
Pay per usage
Go to Apify Store
IBAN Validator
Under maintenanceValidate International Bank Account Numbers (IBAN): checksum (mod-97), country code, length rules and formatted display. Bulk-ready, fully offline. No API keys.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
soot
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
6 days ago
Last modified
Categories
Share
Validate International Bank Account Numbers (IBAN): checksum (mod-97), country code, length rules and formatted display. Bulk-ready, fully offline. No API keys.
What it does
A self-contained utility Actor - no API keys, no external accounts. Run it on one or many inputs and get a clean, structured dataset (CSV/JSON).
Features
- Batch processing - one or many inputs per run
- Structured output - tidy rows ready for CSV/JSON export
- No credentials - works out of the box
- Pay-per-event pricing - pay only for what you use
Input
| Field | Type | Required | Description |
|---|---|---|---|
ibans | array | yes | IBANs to validate. |
Usage example
curl -X POST "https://api.apify.com/v2/acts/sootesting~iban-validator/runs?token=YOUR_TOKEN" \-H "Content-Type: application/json" -d '{"ibans": ["GB82 WEST 1234 5698 7654 32", "DE89370400440532013000"]}'
Output
| Field | Type | Description |
|---|---|---|
input | string | Original input |
valid | boolean | Passes mod-97 + length |
country | string | Country code |
formatted | string | Grouped display form |
error | string | Reason if invalid |
Pricing
Pay-per-event: a small per-run start fee plus a low per-result fee.