Dummy payment and banking data
1. WHAT IT IS The Generator API is a RESTful service built to deliver high‑quality, synthetic data on demand. It leverages the powerful @faker-js/faker library under the hood, ensuring that all generated information looks authentic and is structurally correct (e.g., credit cards pass Luhn validation). The API is designed to be simple to use, with a clean set of endpoints that let you generate…
Dummy payment and banking data endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Person /person |
Generate realistic person profiles. |
| GET |
Credit Card /credit-card |
Generate fake credit cards with valid Luhn checksums. visa, mastercard, amex, discover, jcb, diners (default: random) |
| GET |
Bank Account /bank-account |
Generate fake bank account details. |
| GET |
Address /address |
Generate random US addresses. |
| GET |
Transaction /transaction |
Generate fake financial transactions. |
| GET |
Full Profile /profile |
Generate complete profiles with person, credit card, bank account, and recent transactions. |
| POST |
Bulk Generator /bulk |
Generate multiple items of the same type in one request. |
| GET |
Multiple Types /multi |
Generate several data types in one request. |
| GET |
All Card Types /card-types |
Generate credit cards for all supported types at once. |
| GET |
Everything /everything |
Generate all data types in one request. |
Dummy payment and banking data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / minute |
|
| MEGA | $3 / month | 1000 / minute |
|