# Stripe

{% hint style="danger" %}
Please follow this guide step-by-step!
{% endhint %}

1. Go to your Website Dashboard: <https://yourwebsite.com/wp-admin/> .
2. Download Stripe Gateway Plugin for woocommerce.
3. Go to WooCommerce Settings.

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

3. Go to payments.

<figure><img src="/files/785B5IxO0n1lLXw6KBg7" alt=""><figcaption></figcaption></figure>

4. Go to Stripe.

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

5. Click on Create or Connect an account.

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

6. Choose your account and click connect.

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

7. To enable webhooks (optional).

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

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

8. To get your Webhook Secret.
9. Go to <https://dashboard.stripe.com/webhooks>

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

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

10. &#x20;Select the events you need we suggest to select all events.

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

11. Get your webhook secret.

<figure><img src="/files/8GUvtVSRjBa2deW6BN5A" alt=""><figcaption></figcaption></figure>

12. Add it to the website to complete stripe setup.

<figure><img src="/files/Ct5gIY4X8KJz9uyo46jb" alt=""><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.imber.dev/website-development/payment-gateways/stripe.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.
