> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-landing-page/payment-gateway/paypal.md).

# Paypal

Click on this link <https://www.paypal.com/my/webapps/mpp/account-selection> to start registering your Paypal account.&#x20;

[\*\*<mark style="color:red;">**Note**</mark>: For the Paypal account registration process, make sure you select as a **Business Account**.](#user-content-fn-1)[^1]

<figure><img src="https://3649361262-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M9wsSS6q4a48unw5U0k%2Fuploads%2FROToEr9JxynseyovsZRw%2Fpp.PNG?alt=media&#x26;token=657564a3-7793-42be-8839-20371ba51f7a" alt=""><figcaption></figcaption></figure>

## Get all the required keys from the Paypal account

To connect Paypal with the Commerce website, you need some keys for the verification process. Among the keys required are **Client ID** and **Client Secret**.&#x20;

To start the Paypal payment gateway setup process you can follow these setup steps:

1\. Log in to your **Paypal** account via this link [https://developer.paypal.com/developer/applications](https://www.paypal.com/my/signin)

<figure><img src="https://3649361262-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M9wsSS6q4a48unw5U0k%2Fuploads%2FMzv5f4sDuRpSfweLqNqp%2Flogin%20paypal.PNG?alt=media&#x26;token=82411bb4-1a14-4d03-af7f-10b884caa220" alt=""><figcaption></figcaption></figure>

2\. Next on the **Paypal dashboard** section, you can click on the **LIVE** tab.

<figure><img src="/files/7RrSqEVxVvzc3wOozVwP" alt=""><figcaption></figcaption></figure>

3\. Next you will be able to see your **Create App** button there. You can click on the button.

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

4\. On this screen, you are required to enter the **App Name**. It is recommended to enter your own business name. Next, press the **Create App** button.

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

5\. Next, after you click on **Create app** a new screen will appear. In this view, you are required to create a webhook setting.

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

Congratulation Your **Paypal** Account registration is DONE!\
\
Next we need to setup on Kuasa Account.

1. Log in to your account via <https://landing-page.kuasa.io/>.
2. Click **Landing Page.**

<figure><img src="/files/2oRhxlsJHFZotF69pFBu" alt=""><figcaption></figcaption></figure>

3. Click on **Settings**.

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

4. Click on **Payment Gateway**.

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

5. On **Paypal** section, please fill in all the details below with **Client ID** and **Secret Key.** Then, click **Save Changes** to save the changes.

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

[^1]:


---

# 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, and the optional `goal` query parameter:

```
GET https://tutorials.kuasa.io/getting-started/kuasa-landing-page/payment-gateway/paypal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
