You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.