> For the complete documentation index, see [llms.txt](https://mind-for-apps.gitbook.io/templates-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mind-for-apps.gitbook.io/templates-documentation/stripe.md).

# Stripe

1. **Create a Stripe Account**: If you don't already have one, go to [stripe.com](https://stripe.com/en-de) and [create an account.](https://docs.stripe.com/get-started/account)
2. **Get API Keys**: Navigate to the "Developers" section in your Stripe account and copy your API keys. You'll need these keys to connect Stripe to your Bubble app.

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2FRCfI5cRsjhm44AvO5GAV%2FScreenshot_18.png?alt=media&amp;token=1cae1c34-f60f-40a0-aa32-e566faf2fb8c" alt=""><figcaption></figcaption></figure>

If you would need to set up a Marketplace format within your application, where buyers and seller can handle payments you will need to setup [Stripe Connect](https://docs.stripe.com/connect).

1. Go to Connected accounts tab, complete all the steps to register your platform&#x20;
2. Go to Settings -> Connect -> Onboarding options

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2FMdGUuclNiGLbYt8CON6t%2FScreenshot_14.png?alt=media&amp;token=a3bef03e-d469-41a6-8270-ae135f0ade3b" alt=""><figcaption></figcaption></figure>

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2FGf7eloAHnxpb4Hd56o1D%2FScreenshot_17.png?alt=media&amp;token=5dae606c-7e43-407d-8e71-7bb9cc292d26" alt=""><figcaption></figcaption></figure>

3. Copy the `Client ID`

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2FLeqkoNMzEZN8h0cN9tER%2FScreenshot_15.png?alt=media&amp;token=5b071c50-a71c-4788-9ac3-be018a9a45d1" alt=""><figcaption></figcaption></figure>

4. Install Redirect URL.&#x20;

```
https://bubble.io/poststripeauth
```

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2F22IH520IHnMnXPAai4Wc%2FScreenshot_16.png?alt=media&amp;token=895bda0d-d3b1-45ef-bed8-bf565060446e" alt=""><figcaption></figcaption></figure>

## Plugins Tab in Bubble editor <a href="#fad7916e65674d6894b09c1e7f101ef4" id="fad7916e65674d6894b09c1e7f101ef4"></a>

Go to Plugins Tab within your Bubble editor. Open Stripe Plugin

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2F4z5GPTnWfHSUTKotU9X5%2FaHR0cHM6Ly93d3cubm90aW9uLnNvL2ltYWdlL2h0dHBzJTNBJTJGJTJGenEtbm90aW9uLXN0b3JhZ2UuczMuYW1hem9uYXdzLmNvbSUyRjU5djk5M2IzcV9vRk15NmMyWEZkMVFCTXAtSThQMUpfaW1hZ2UucG5nP3RhYmxlPWJsb2NrJnNwYWNlSWQ9ZjAyN2RkN2QtZTM3Ny00YzIxLWFk.png?alt=media&amp;token=60a74422-861d-4173-b4d1-77f4b9793f21" alt=""><figcaption></figcaption></figure>

Paste `Client ID`, `Secret key` and `Publishable key` from your Stripe Dashboard.

<figure><img src="https://184458815-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LOc6TTUFXem91kZBFum%2Fuploads%2Ff4U3eYRoW3UVknGtbJ8r%2FScreenshot_19.png?alt=media&amp;token=ab3f1ce9-fa1f-440f-82d9-db8b7adfe71f" alt=""><figcaption></figcaption></figure>
