Stripe CLI Cheat Sheet/List customers

List recent customers in your account.

Section: Resource CRUD Patterns

List customers

bash
bash
stripe customers list --limit 10

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Resource CRUD Patterns
Create a customer
Create a basic customer directly from the CLI.
OpenIn sheetbashsame section
Retrieve a customer
Fetch a single customer by ID.
OpenIn sheetbashsame section
Update a customer
Modify customer fields such as email or metadata.
OpenIn sheetbashsame section
Delete a customer
Delete a customer object in test mode.
OpenIn sheetbashsame section
Create a product
Create a one-time or recurring product entry.
OpenIn sheetbashsame section
Create a one-time price
Attach a price to a product.
OpenIn sheetbashsame section