Stripe CLI Cheat Sheet/Create a recurring monthly price

Attach a monthly recurring price to a product.

Section: Resource CRUD Patterns

Create a recurring monthly price

bash
bash
stripe prices create --unit-amount 1500 --currency usd --product prod_123 --recurring interval=month

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 one-time price
Attach a price to a product.
OpenIn sheetbashsame section
Create a customer
Create a basic customer directly from the CLI.
OpenIn sheetbashsame section
Create a product
Create a one-time or recurring product entry.
OpenIn sheetbashsame section
Create a payment intent
Create a test payment intent from the terminal.
OpenIn sheetbashsame section
List customers
List recent customers in your account.
OpenIn sheetbashsame section
Retrieve a customer
Fetch a single customer by ID.
OpenIn sheetbashsame section