The Credit Card Type generator creates data related to different types of credit cards. These types include commonly recognized categories such as Visa, Mastercard, American Express, Discover, and others. The generator produces realistic credit card type values for use in testing, development, or data simulation scenarios, ensuring that generated data aligns with the typical classification of credit cards.
The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.
Short name | Example of generated data | Data type matching | Country-specific |
---|---|---|---|
Credit Card Type | American Express, VISA, MasterCard, Discover, JCB, … | character varying character text |
Default |
The generator can be assigned to a column that matches any of the following rules:
The generator produces data based on a regular expression. Since it is built on the RegExp generator, see Regular Expression generator to customize settings and understand the correct usage of syntax.
In addition, the tool allows you to choose a column to which the generator must be applied from the Credit Card Number Column list.