# 3. PSP Integration

<mark style="background-color:blue;">**Complete the following steps:**</mark>

1. Go to Settings&#x20;

<div data-full-width="true"><figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2FZxRNzK9xW57zH0J37eG1%2Fsettings.png?alt=media&#x26;token=95bc6e02-df92-4698-8263-8e1cfa5ef762" alt="" width="563"><figcaption></figcaption></figure></div>

2. Choose “Billing”&#x20;

<div data-full-width="true"><figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2FKSxvHIzufG4xy7Wdfx4p%2FBilling.png?alt=media&#x26;token=ca598ef4-b825-481e-8860-fe335a897722" alt="" width="563"><figcaption></figcaption></figure></div>

3. In the newly opened window, choose the PSPs you will use to collect money

<div data-full-width="true"><figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2Fl1W7Ah4VMm52azk2zoVa%2Finvoice%20gen.png?alt=media&#x26;token=9eb64724-486b-47ee-a788-3eda6418de49" alt="" width="563"><figcaption></figcaption></figure></div>

### <mark style="background-color:yellow;">**1) Stripe**</mark>

1. Click the **+ button** next to the **PSPs** section and **choose Stripe** from the list of integrations.

<div data-full-width="true"><figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2FhFkpNOeUGGfaQfCJ2aKE%2FList%20of%20psp.png?alt=media&#x26;token=b238b4da-10c2-4ad3-bfb1-b8faedbc389e" alt="" width="563"><figcaption></figcaption></figure></div>

2. To set up the integration with Stripe, you will need to enter your **Key** and **Secret**.

<figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2F7RshIMwwhSIdCjyBStbL%2F%20Stripe.png?alt=media&#x26;token=3b3d7c93-5b9a-4c5c-9b19-a5febd110d5f" alt=""><figcaption></figcaption></figure>

3. Follow up on the instructions in the Platform

* Open your Stripe Dashboard and navigate to the "Developers" page. Find "Webhooks" in the tabs list and select it. Click the designed button to add an endpoint URL.  Next, follow your unique, personalized link **available on the platform.**&#x20;
* For the next step, add the events to listen to by selecting the following list of 9 events:
  * charge.refunded
  * charge.succeeded
  * charge.updated
  * setup\_intent.succeeded
  * source.canceled
  * source.chargeable
  * payment\_intent.succeeded
  * payment\_method.attached
  * payment\_method.detached
* Save these settings by clicking the "Add endpoint" button to complete the Stripe webhook setup.

### <mark style="background-color:yellow;">**2) PayPal**</mark>

<figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2FeimS0fHMDTCa0UuOOi1k%2FPayPal.png?alt=media&#x26;token=845d2541-b7d5-4b6b-94a9-435e966ee55f" alt=""><figcaption></figcaption></figure>

To integrate with PayPal, you will need to provide the following details:&#x20;

* Endpoint
* Username
* &#x20;Password
* Checkout
* Signature

### <mark style="background-color:yellow;">**3) Cardknox**</mark>**&#x20;(pending)**

<figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2Fv6VCrltPF8WM6AwHjHk4%2FCardknox.png?alt=media&#x26;token=5fde29df-510b-465d-af11-8670bfd73709" alt=""><figcaption></figcaption></figure>

To integrate with Cardknox, you will need to provide the **X-key**

### <mark style="background-color:yellow;">**4) Mollie**</mark>

<figure><img src="https://2408445593-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FxYJmxgUa2SDfD4byrJY1%2Fuploads%2FsZ0m3jKiMkD7lG7zl5jA%2FMollie.png?alt=media&#x26;token=bf005fd0-396a-437f-b9d2-0f1d3b3fca62" alt=""><figcaption></figcaption></figure>

To integrate with Cardknox, you will need to provide the **API Key**

{% hint style="warning" %}
If you plan to use only the Subscription type, PSP is not needed
{% endhint %}


---

# 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://faq.droam.com/onboarding-guide/optional-settings/3.-psp-integration.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.
