## samples list A list of available [Stripe Samples](https://stripe.dev/samples) that can be created and bootstrapped by the CLI. > See the complete list of [Stripe Samples](https://stripe.dev/samples). **Command:** `stripe samples list` ### Examples **List available Stripe Samples** ```sh stripe samples list ``` ``` A list of available Stripe Samples: accept-a-payment Learn how to accept a payment Repo: https://github.com/stripe-samples/accept-a-payment card-brand-choice Supporting Card Brand Choice with Stripe. Repo: https://github.com/stripe-samples/card-brand-choice charging-a-saved-card Learn how to charge a saved card Repo: https://github.com/stripe-samples/charging-a-saved-card ... ```