Random Billing Address Generator

Assemble complete United States billing addresses with a name, house number, street, city, state and ZIP code.

Billing addresses5 generated
  1. Rosa Farooq, 5963 Twilight Lane, Albany, NY 12207
  2. Bruno Zhao, 2048 Marigold Road, Manchester, NH 03101
  3. Samir Fernandes, 101 Cardinal Drive, St. Louis, MO 63101
  4. Ronan Bianchi, 7253 Bluff Boulevard, Jackson, MS 39201
  5. Milos Fernandes, 7631 Pine Drive, Portland, OR 97204
Runs locally in your browser

About the Random Billing Address Generator

Checkout forms are hard to test with placeholder text because address validation rejects anything that does not look like a mailing address. This generator assembles one plausible line per record: a first and last name, a house number between 100 and 9899, a street name drawn from 110 common American street words, a suffix such as Avenue or Boulevard, then a real city with its correct state abbreviation and a ZIP code from that city.

The street names and house numbers are invented, so no line points at a household. The city, state and ZIP combination is real, which is exactly what payment gateways and address verification sandboxes need in order to accept a form and move on to the next screen.

Use it to fill a staging checkout, to build fixture rows for an orders table, to demo an invoice template, or to screenshot a shipping step without exposing a colleague home address. Never submit these to a live payment system: they are for sandboxes and mock data only. For a matching card number that passes the Luhn check, use the Test Credit Card Number Generator, and to turn a batch of addresses into structured rows use the CSV to JSON converter after downloading.

How to use

  1. Set how many addresses your test run needs.
  2. Choose Blank line between if you plan to paste each address into a separate form.
  3. Press Generate and check that the state and ZIP suit the sandbox you are testing.
  4. Copy a single line, or download the whole batch as a text file.

Common questions

Are these addresses real?
The city, state and ZIP are genuine, but the house number and street name are invented, so the full address does not belong to anyone.
Will they pass address verification?
Sandbox gateways usually accept them because the format and the city to ZIP pairing are correct. Strict live verification will reject them, which is intended.
Can I use these for a real order?
No. They are mock records for development and demos only.
Can I get addresses in one state only?
Yes, for California use the Random California Address Generator, and for Canadian formats use the Canada version.