Dutch Fake Credit Card Number Generator (Test)
Generate fake, test-only credit card numbers for QA and form validation. These are not real cards and cannot be charged.
This generator produces Dutch (nl) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Fake Credit Card Number Generator (Test).
Generate now
Example output (Dutch)
A small sample of the JSON this generator returns (creditCardFake, nl):
[
{
"provider": "discover",
"number": "4511-0867-0982-1139",
"cvv": "542",
"expiry": "08/26",
"cardholder": "Isabelle van Vliet Sr."
},
{
"provider": "jcb",
"number": "3710-998306-41406",
"cvv": "926",
"expiry": "04/29",
"cardholder": "Dominik van Veen"
},
{
"provider": "visa",
"number": "3531-0332-8325-1802",
"cvv": "971",
"expiry": "01/31",
"cardholder": "Owen Cornelissen"
}
]Use it in code
Fetch the same Dutch data from the free API — no key needed during beta, up to 100 records per call:
curl "https://mock.wrapper-agency.com/api/v1/mock?type=creditCardFake&count=10&locale=nl"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the dutch fake credit card number generator (test) data real?
- No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
- How is this different from the default fake credit card number generator (test)?
- Names, addresses, phone numbers and other locale-specific fields are generated using Dutch (nl) data, so they look native to that region instead of US English.
- How do I get this data in my code?
- Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=creditCardFake&count=10&locale=nl. It returns a JSON array of Dutch records. Use ?seed=123 for deterministic output.
Fake Credit Card Number Generator (Test) in other locales
German Fake Credit Card Number Generator (Test)
de
French Fake Credit Card Number Generator (Test)
fr
Spanish Fake Credit Card Number Generator (Test)
es
Portuguese (Brazil) Fake Credit Card Number Generator (Test)
pt_BR
Japanese Fake Credit Card Number Generator (Test)
ja
Italian Fake Credit Card Number Generator (Test)
it
MockForge generates fully synthetic data — no real personal information, ever.