QA Dataset Tools
Keep the main IBAN generator fast and simple. Use this workspace when you need bulk datasets, CSV/JSON exports, and edge-case IBAN validation files for QA automation.
Generate page export
Exports only the IBANs currently shown after a normal generation.
Tools workspace
Builds larger datasets, optional profile columns, and negative IBAN test cases for QA suites.
Plan Limits
FreeTest cases preview
24h Pass100 bulk rows
Starter500 bulk rows
Pro10,000 bulk rows
Business50,000 bulk rows
Enterprise100,000 bulk rows
Bulk Dataset Builder
Generate larger country-specific datasets with IBAN, SWIFT/BIC, bank metadata, and optional AI profile columns.
Free users can preview the shape. Paid plans unlock full bulk datasets, SWIFT/BIC metadata, exports, and higher row limits.
Sample output
{
"country": "DE",
"iban": "DE89...",
"swift_code": "COBADEFFXXX",
"bank_name": "Commerzbank",
"profile_quality": 92
}
Test Case Generator
Generate QA rows with expected outcomes: valid, invalid checksum, wrong length, malformed, and country mismatch.
Free preview is capped. Upgrade to Pro when you need full edge-case files for CI or QA automation.
Sample output
{
"iban": "DE89...",
"scenario": "invalid_checksum",
"expected_valid": false,
"expected_error": "Invalid checksum"
}
Bulk IBAN Validator
Paste IBANs, validate checksum/format in bulk, and export diagnostics with expected errors for QA pipelines.
Free preview validates up to 10 rows and shows city when available. Paid plans unlock CSV export, SWIFT/BIC, bank name, and higher bulk validation limits.
Sample output
{
"iban": "DE89...",
"valid": true,
"swift_code": "COBADEFFXXX",
"bank_name": "Commerzbank",
"error": ""
}