> For the complete documentation index, see [llms.txt](https://cranford-tech.gitbook.io/stripe-connect-marketplace/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cranford-tech.gitbook.io/stripe-connect-marketplace/implementing-key-features/selecting-payment-methods.md).

# Selecting Payment Methods

You can choose which payment methods will be available to customers on your Stripe Checkout page in your Stripe dashboard.

**Navigate to:** Settings -> Payment methods

You'll then be able to toggle on/off the various payment methods Stripe integrates with.

<figure><img src="/files/wn46LbZINlxR95Fh1D9s" alt=""><figcaption></figcaption></figure>

Now when you create a [Stripe Checkout Session](/stripe-connect-marketplace/implementing-key-features/checkout-sessions-and-payment-forms.md), the options you select will be available to the customer. In the below example, we've enabled **Amazon Pay, Link** and **Google Pay.**

<figure><img src="/files/KhgNYImKcE58wgs6owXt" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Please note that not all enabled payment methods will necessarily be available to all customers. For example, Apple Pay will not appear as an option if your user is on Chrome even if you have it enabled as an option.
{% endhint %}
