# Klarna through Stripe

## Before you start:

Make sure you:

* [Enable **Funnelish Pay**](/start/collecting-payments.md), before you try adding a payment gateway.
* Add a [**payment form**](/start/funnel-builder/editor-forms.md) to a funnel step.
* Have an active Stripe account.

{% hint style="info" %}
After you have created a gateway, you can use it again on any number of funnels.
{% endhint %}

## Create a gateway:

1. Open a funnel step.
2. Click the payment form field.
3. In the left settings panel, click on **Edit payment** **options**.
4. Click **Connect a new gateway.**
5. In the pop-up window, click **Buy Now, Pay Later > Klarna through Stripe.**&#x20;

<figure><img src="/files/LazWrvowGXRNWtF1HnVv" alt="" width="375"><figcaption><p>Klarna through Stripe.</p></figcaption></figure>

2. Enter a unique Gateway name. This name is for internal use, it is not visible in the funnel.
3. Click the **Connect** button. The app opens **Stripe** in a new tab.&#x20;
4. Log in to Stripe and connect (or create) a new account.

<figure><img src="/files/jwzsGuBUKNkKhlYQuBVb" alt=""><figcaption></figcaption></figure>

5. After you have completed the Stripe connection,  save your changes and you're good to go.

## Update your Stripe account

The final step requires some customization on your Stripe account.

1. Log in to your **Stripe** account.
2. Click the **Settings** gear in the top right corner.
3. Click **Payment methods** on the Product settings page.
4. Scroll down to **Klarna**.
5. Click the **Turn On** button. Stripe changes the button to a green checkmark.

<figure><img src="/files/n1buYMHk4sVX4LzPq2cK" alt=""><figcaption><p>Turn on Klarna in your Stripe account.</p></figcaption></figure>


---

# 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.funnelish.com/start/collecting-payments/klarna/klarna-through-stripe.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.
