# Checkout.com - Alternate Payments

{% hint style="info" %}
The Checkout.com V2 gateway supports multiple alternative payment options

* Bancontact
* iDEAL
* SEPA
* EPS
* P24
* Klarna
  {% endhint %}

{% hint style="danger" %}
**Disclaimers:**

No card details are stored for merchants using alternative payment options

SEPA, iDEAL, and Bancontact support recurring billing/subscriptions. All other options will only work for one-time purchases and will NOT work for recurring billing/subscriptions.

SEPA, iDEAL, and Bancontact support one-click upsells (using the original payment token on each upsell). All other options require the consumer to go through the full checkout again.

These payments will work with landers that connect to Konnektive via Direct API. This will NOT work with form-code or via Order Entry.
{% endhint %}

{% hint style="info" %}
Klarna requires that the Hosted Payment Page API is enabled on your checkout.com account. Please confirm this with checkout.com.
{% endhint %}

#### **STEP 1** <a href="#step-1" id="step-1"></a>

Go to **Gateways** | **Gateway Integrations** and select CheckoutV2. Click on **+Activate**. Follow instructions [here ](/konnektive-crm/gateway-setup/gateways/checkout.com.md)for setup.

Click the green **Create Gateway** button to save your changes and create the gateway. Note the ID of the gateway on the gateway list page, for use in Step 2.<br>

**STEP 2**

The checkout page must be secure HTTPS. A non-secured call will be rejected. Pass the following parameters on the Import Order or Import Upsale API calls

* paySource = PREPAID
* forceMerchantId = the Checkout V2 id from Step 1
* redirectsTo = the url where the browser should redirect on a successful transaction
* errorRedirectsTo = the url where the browser should redirect on a failed transaction

Then include the **prepaidType** parameter based on the payment option

* Bancontact
  * prepaidType = BANCONTACT
* iDEAL
  * prepaidType = IDEAL
* SEPA
  * prepaidType = SEPA\_DEBIT
* EPS
  * prepaidType = EPS
* P24
  * prepaidType = P24
* Klarna
  * prepaidType = KLARNA

**STEP 3**

Go to your [Checkout.com](http://Checkout.com) account. Enter this Webhook URL. Be sure to set the API version to V2.

<https://api.konnektive.com/billers/checkout/notification/>

Enable events

* Payment captured
* Payment canceled
* Payment declined
* Payment expired

{% hint style="info" %}
Your checkout and upsale pages must support standard merchant redirect handling

[Basic 3DS Instructions](/konnektive-crm/gateway-setup/basic-3ds-instructions.md)
{% endhint %}

{% hint style="info" %}
For more info on the API calls, please refer to our [API Documentation.](https://apidocs.konnektive.com/)
{% 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://help.konnektive.com/konnektive-crm/gateway-setup/gateways/checkout.com/alternate-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.
