Create rows of finance data, each with a card number, card issuer, IBAN, currency code, and amount. The set fits payment form testing, transaction tables, and billing mockups.
Valid format, not real cards
Card numbers use the right length and pass the Luhn check, so they trigger the same validation path as a real entry. They are not issued and will fail at any real processor. Never use them for an actual charge.
Amount and currency
The amount is an unlabeled number, and the currency code is generated on its own. Read them together as a pair, or open the full random data generator to add account holders and dates.