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.

Generate now

Get this data from the API
curl "https://mock.wrapper-agency.com/api/v1/mock?type=creditCardFake&count=10&locale=en"

Free mock-data API — no key during beta, up to 100 records per call. Need bulk (up to 10,000)? Use the paid endpoint. Data is fully synthetic — no real PII.

Example output

A small sample of the JSON this generator returns (creditCardFake):

[
  {
    "provider": "discover",
    "number": "4511-0867-0982-1139",
    "cvv": "542",
    "expiry": "08/26",
    "cardholder": "Heather Schaden"
  },
  {
    "provider": "jcb",
    "number": "3528-6109-9830-6412",
    "cvv": "409",
    "expiry": "04/30",
    "cardholder": "Kim Denesik DDS"
  },
  {
    "provider": "visa",
    "number": "4901-0332-8325-1802",
    "cvv": "971",
    "expiry": "01/31",
    "cardholder": "Orville Blanda"
  }
]

Use it in code

Fetch the same 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"

Need thousands of rows at once? The bulk API returns up to 10,000 records per call.

FAQ

Is the 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 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. It returns a JSON array of records. Use ?seed=123 for deterministic output.
How many records can I generate?
Up to 100 per call for free, or up to 10,000 per call via the paid bulk API for agents and CI pipelines.

Other generators

MockForge generates fully synthetic data — no real personal information, ever.