stripe
CLI interface for Stripe.com
Subcommands
Name | Description |
---|---|
login | Connects to your Stripe account |
config | Installs a tool in your toolchain |
completion | Generates shell autocompletions |
logs tail | Logs from your Stripe requests |
status | Displays Stripe's system status and service availability |
open | Displays Stripe's system status and service availability |
listen | Receives webhook events from Stripe locally |
trigger | Triggers webhook events to conduct local testing |
events resend | Resend an event to test a webhook endpoint |
get | Makes GET HTTP requests to retrieve an individual API object |
post | Makes POST HTTP requests to the Stripe API |
delete | Makes DELETE HTTP requests to the Stripe API |
samples | Creates a local copy of a sample |
serve | Starts an HTTP server to serve static files |
terminal quickstart | Starts up Stripe Terminal |
logout | Removes all credentials |
feedback | Prints info about how to provide feedback |
help | Gets help for any command |
version | Gets the version and checks or updates |
Options
Name | Description |
---|---|
--api-key <stripe api key> | Sets your API key to use for the command |
--color <setting> | Enables or disables color output |
--config <config filepath> | Sets your config file |
--device-name <name> | Runs command on behlaf of another device |
-h, --help | Provides the help documentation for commands, flags, and arguments |
--log-level <level> | Set the level of detail for log messages |
-v, --version | Prints the version of the Stripe CLI |