# Stripe

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

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

| KEY                 | VALUE                                |
| ------------------- | ------------------------------------ |
| Stripe Publish Key  | Publish Key of your Stripe account   |
| Stripe Secret Key   | Secret Key of your Stripe  account   |
| Test mode (Sandbox) | Payment type (Live Mode & Test Mode) |

```
Admin Panel -> Settings -> Payment -> Payment Settings -> Stripe
```

## Endpoints

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

{% tab title="Event Type" %}
`checkout.session.completed` Event Type
{% endtab %}
{% endtabs %}
