Create a basic customer directly from the CLI.
Section: Resource CRUD Patterns
Create a customer
bash
bash
stripe customers create --name "Ada Lovelace" --email ada@example.comLearn 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