-
Notifications
You must be signed in to change notification settings - Fork 377
Samples command
Kenneth Auchenberg edited this page Oct 31, 2019
·
1 revision
With Stripe Samples, you can experience fully-functional sample Stripe integrations covering different integration styles, languages, and frameworks. The CLI supports downloading and configuring specific samples locally, letting you quickly get up-and-running with a sample.
To see a list of samples supported by your version of the CLI, run:
$ stripe samples list
To create a new sample locally, select one of the samples from the list and run:
$ stripe samples create <name>
The CLI will configure the sample with the API key used after logging in as well the webhook signing secret from running the listen
command.