# Payments

At KASKO, we've already integrated with the most common payment providers and we provide a wide range of payment methods for you to choose from.&#x20;

Payments are to be set up on the Insurer account and once it is set up, it will be available for use for the products in the account. Setting up the Payments is very easy, simple go to Account Settings -> Advanced Settings -> Payments (under Account). You will need the full Self Service permissions to see this menu.

<figure><img src="/files/4jUFPJTbzREUUrPkL52r" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/WDQ6i1wgFIJXuZ1NbDZK" alt=""><figcaption><p>You can access payment screen by clicking on Settings -> Advanced Settings -> Payments (marked with red arrows)</p></figcaption></figure>

In Payments setting, you will see a `Create` button on the top right, and once clicked, you will enter the configuration process.

You will need to name this Payment for your future references on the Dashboard, and then select a Payment Provider. The supported Payment Providers are below

* Stripe
* Paypal
* Postfinance
* SlimPay
* Insurer\* \
  \*Insurer will take payments by other means not connected to KASKO, for example invoice.
* Distributor\*\
  \*Distributor will take payments by themselves (usually used in API products)

Once selected the Payment Provider, you will see the payment methods supported by each provider. Here is a full list:

<table><thead><tr><th width="198.33333333333331">Payment Provider</th><th width="316">Payment Method</th><th>Note</th></tr></thead><tbody><tr><td>Stripe</td><td><ul><li>Card</li><li>SEPA</li><li>Bancontact</li></ul></td><td></td></tr><tr><td>Paypal</td><td><ul><li>Card</li></ul></td><td>Do not support recurring payments.</td></tr><tr><td>Postfinance</td><td><ul><li>SEPA</li></ul></td><td></td></tr><tr><td>SlimPay</td><td><ul><li>SEPA</li></ul></td><td></td></tr><tr><td>Insurer</td><td><ul><li>Taken by the Insurer</li></ul></td><td></td></tr><tr><td>Distributor</td><td><ul><li>Taken by distributor</li></ul></td><td>This should be set up for API products</td></tr></tbody></table>

<figure><img src="/files/xl1R4gb9XAgE08jnANTd" alt=""><figcaption><p>After clicking create, you can start to setup your payment processing options</p></figcaption></figure>

After you selected the Payment Method, there will be a series of authentication keys for live and test modes, depending on your selection. You will typically find these keys in your account from each of the Payment Provider. Once you put in the correct keys, click `Create` on the top right to complete the setup.&#x20;

<figure><img src="/files/rdgXu036meSoODtHAAdr" alt=""><figcaption><p>After selecting a payment service provider, you can choose between serval payment methods. To complete the setup you need to fill out Public and Secret keys.</p></figcaption></figure>

That's it! The Payment is ready to be used in your product. Read [Payment Plans](/product-builder-manual/fundamentals/create-your-first-product/payment-plans.md) to see how to set it up on your product.


---

# 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://docs.kasko.io/product-builder-manual/account-settings/payments.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.
