Stripe CLI Cheat Sheet/Call the latest API version

Test a request against the latest available API version.

Section: Install, Authenticate, and Help

Call the latest API version

bash
bash
stripe products create --name="My Product" --latest

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 Install, Authenticate, and Help
Call an explicit Stripe API version
Override the API version for a single request.
OpenIn sheetbashsame section
Show CLI version
Print the installed Stripe CLI version.
OpenIn sheetbashsame section
Show top-level help
List top-level commands and global flags.
OpenIn sheetbashsame section
Show help for a specific command
Inspect a command or resource-specific subcommand.
OpenIn sheetbashsame section
Log in with the browser flow
Authenticate the CLI with your Stripe account.
OpenIn sheetbashsame section
Log out the CLI
Remove the current CLI session.
OpenIn sheetbashsame section