# Billing Integrations

The **Billing Integrations** page is designed to manage and monitor financial transactions through integrated payment service providers (PSPs) and invoicing systems.&#x20;

[**1. PSPs (Payment Service Providers)**](/onboarding-guide/optional-settings/3.-psp-integration.md)

This section provides an overview of transaction data from various payment service providers integrated into the platform. For each PSP, you can view both monthly and total transaction details, presented in EUR and transaction count.

*

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

```
<figure><img src="/files/hm1SYCi1vIfivFxNGFg3" alt=""><figcaption></figcaption></figure>

* To set up the integration with Stripe, you will need to enter your **Key** and **Secret**.
* Follow up on the instructions below
  * 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, then enter the  following URL: [https://platform.droam.com/webhook/d813177c-51af-4836-8ab7-0c146ad6a886/stripe](https://platform.droam.com/webhook/d813177c-51af-4836-8ab7-0c146ad6a886/stripe)
  * For 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="/files/sRyWOP1cz6ZpHyCC9Uw1" 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="/files/1ikxsOh3SjLvTlvehRoH" 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="/files/QDmUMjLUFdq1pCkT3A00" alt=""><figcaption></figcaption></figure>

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



<div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>If you plan to use only Subscription - PSP is not needed</p></div>
```

***

**2. Invoice Integration**

This section allows you to add and manage third-party invoicing systems to streamline your billing process. By clicking the “+” button, you can integrate with supported invoicing platforms:

* **WeFact**: A cloud-based invoicing system.
* **Xero**: A popular accounting software for small businesses.

Once integrated, these systems allow for automated invoice generation and management, enhancing billing efficiency on the platform.

You as an Organization can connect all your products there and on the platform using SKU, and customers using Identifier.

{% hint style="info" %}
**Important**

If a Company or End User wants to make a payment, they can only use the payment methods linked by the organization. If the organization has not linked any payment systems, it means that the company and end user cannot make any payments (it all depends on the product type being used).
{% 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/menu/settings/billing-integrations.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.
