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, with Jersey preselected.
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.
Success, delayed, failed, disputed, and volume-limit fixtures with expected statuses.
MATCH, CLOSE MATCH, NO MATCH, and verification-not-possible request/response fixtures.
Valid and negative US ACH, UK FPS, AU BECS, or Canada EFT field fixtures.
Queue country, city, bank, exact BIC, or multi-bank fixture runs.
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": ""
}
Deterministic payment-form fixtures for domestic routing and account fields.
Sandbox rows with expected payment, mandate, payout, and webhook outcomes.
Request and expected-response fixtures for payee verification branches.
Save a generated JSON dataset for repeat QA work, release fixtures, or CI handoff. Saved datasets are a Pro+ workflow.