# Stripe Setup

Stripe is one of the primary payment gateways supported by HelpYouSponsor. Follow the steps below to set up Stripe:

1. Create a Stripe account at <https://stripe.com/>
2. Log in to your new Stripe account and retrieve your API Keys. They can be found by clicking **"Developers"** on the top menu and selecting **"API keys"** in the dropdown options. Make sure you are not in **"Test mode"** so that you can accept live payments. Copy the **"Publishable key**" and **"Secret Key"** and head back to HelpYouSponsor.

   <figure><img src="https://3594793218-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoKO2daI6MQ1KQOLltE3m%2Fuploads%2FGvxNlvlf5qRdvuxd4MTv%2Fimage.png?alt=media&#x26;token=4813fb08-4490-48c8-82e2-6631d25a0778" alt=""><figcaption></figcaption></figure>
3. In HelpYouSponsor, navigate to **"Payment Gateways"** under "**Settings"** and select the **"Payouts"** tab and click **"Setup payments".**

   <figure><img src="https://3594793218-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoKO2daI6MQ1KQOLltE3m%2Fuploads%2F6N98fkRFel00ec4brScn%2Fimage.png?alt=media&#x26;token=e07f50f0-6767-4076-8a99-3878ea8b2d43" alt="" width="361"><figcaption></figcaption></figure>

   This will open up a drawer for you to setup your Stripe payment gateway. Click **"Setup Stripe Connect"** and follow the instructions given by Stripe to complete the setup.

<figure><img src="https://3594793218-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoKO2daI6MQ1KQOLltE3m%2Fuploads%2FWaTeRKOOF94Ykt1MjWEK%2Fimage.png?alt=media&#x26;token=4743ba67-5ce0-464e-bb10-4556d1ab0ec7" alt=""><figcaption></figcaption></figure>

2. After setting up Stripe, you have to enable Stripe payments for your sponsorship programs. To do this follow the steps below.

   Navigate to **"Programs Settings"** under Programs in the main menu on the left and select **"Program Settings"** tab. This will show you all the program settings in the application and the sponsorship programs attached to them.<br>

   &#x20;

   <figure><img src="https://3594793218-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoKO2daI6MQ1KQOLltE3m%2Fuploads%2F2ATZ7B2xkyUp4GAcz7Sk%2Fimage.png?alt=media&#x26;token=f418555e-3b16-408a-974e-8f500c656c2a" alt=""><figcaption></figcaption></figure>
3. Choose the program setting of your choice and click **"Edit".** This will open up a drawer showing the details of the program setting. Scroll down to the **"Order Page Options"** category and make sure the **"Use Credit Card Processing"** checkbox is checked and click **"Save"**.

<figure><img src="https://3594793218-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoKO2daI6MQ1KQOLltE3m%2Fuploads%2FiCXqdb1Q7XXOWn1X2qBt%2FScreenshot%202024-10-17%20at%204.36.23%E2%80%AFPM.png?alt=media&#x26;token=e8ac8909-458c-407b-90fb-0524d86222f1" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helpyousponsor.com/guides/getting-started/quick-start-guide/payment-gateways/stripe-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
