Payment form QA dataset
Valid IBANs, SWIFT/BIC, and bank names for checkout and onboarding form tests.
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.
Valid IBANs, SWIFT/BIC, and bank names for checkout and onboarding form tests.
IBAN rows with synthetic profile columns for onboarding and QA review flows.
Valid and invalid rows with expected errors for validator and CI fixtures.
A higher-volume bank-data workflow for teams evaluating API and saved datasets.
Generate larger country-specific datasets with IBAN, SWIFT/BIC, bank metadata, and optional AI profile columns.
{
"country": "DE",
"iban": "DE89...",
"swift_code": "COBADEFFXXX",
"bank_name": "Commerzbank",
"profile_quality": 92
}
Generate QA rows with expected outcomes: valid, invalid checksum, wrong length, malformed, and country mismatch.
{
"iban": "DE89...",
"scenario": "invalid_checksum",
"expected_valid": false,
"expected_error": "Invalid checksum"
}
Paste IBANs, validate checksum/format in bulk, and export diagnostics with expected errors for QA pipelines.
{
"iban": "DE89...",
"valid": true,
"swift_code": "COBADEFFXXX",
"bank_name": "Commerzbank",
"error": ""
}
Save a generated JSON dataset for repeat QA work, release fixtures, or CI handoff. Saved datasets are a Pro+ workflow.