# 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 ](https://help.konnektive.com/konnektive-crm/gateway-setup/gateways/checkout.com)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](https://help.konnektive.com/konnektive-crm/gateway-setup/basic-3ds-instructions)
{% endhint %}

{% hint style="info" %}
For more info on the API calls, please refer to our [API Documentation.](https://apidocs.konnektive.com/)
{% endhint %}
