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

# Stripe

1. Click **Plugins**.

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

2. Click **Install Now** on **Billplz**.

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

3. After the plugin already installed, click **Activate**.

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

4. Click **Configure**.

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

5. Click **Configure**.

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

6. Go to **Configuration**.

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

7. Choose the Client Account. Then, enter all the details below (get the details from your payment gateway account):
   * Set the Mode: Test (Sandbox)
   * Enter: **Secret Key**
   * Enter: **Publishable Key**
   * Enter: **Webhook Signing Secret**
   * Click **Generate Webhook URL**

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

{% hint style="info" %}
After complete fill up all the details, click **Save Configuration**.
{% endhint %}

{% hint style="success" %}
Well Done! You already complete payment gateway plugin setup.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.kuasa.io/start-selling/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.
