# PayPal (Checkout)

{% hint style="info" %}
You only need a **PayPal Business** account for this payment method.
{% endhint %}

{% embed url="<https://paypal.com/business>" %}

| KEY                  | VALUE                                         |
| -------------------- | --------------------------------------------- |
| PayPal Client ID     | Client ID of your PayPal Business account     |
| PayPal Client Secret | Client Secret of your PayPal Business account |
| Test mode (Sandbox)  | Payment type (Live Mode & Test Mode)          |

```
Admin Panel -> Settings -> Payment -> Payment Settings -> PayPal (Checkout)
```

## Endpoints

{% tabs %}
{% tab title="Endpoint URL" %}
`https://yourwebsite.com/payment/callback/paypal`
{% endtab %}

{% tab title="Event Type" %}

```
* All Events
```

{% endtab %}
{% endtabs %}
