> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/gateway-setup/gateway-integrations/checkout.com/checkout.com-alternate-payments.md).

# Checkout.com - Alternate Payments

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

* Bancontact
* iDEAL
* EPS
* Kakao Pay
* Klarna
* MobilePay
* P24
* SEPA Direct Debit
* Tabby
* Vipps
* Apple Pay (follow instructions [here ](/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/funnel-visualizer/edit-funnel-settings/payments/apple-pay.md)or [here](/crm/gateway-setup/gateway-integrations/apple-pay.md))
  {% endhint %}

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

No card details are stored for merchants using alternative payment options

SEPA, iDEAL, Kakao Pay 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, Kakao Pay, 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 Checkout Champ pages and landers that connect to Checkout Champ via Direct API. This will NOT work with 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 ](/crm/gateway-setup/gateway-integrations/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.

&#x20;

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

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
* EPS
  * prepaidType = EPS
* iDEAL
  * prepaidType = IDEAL
* Kakao Pay
  * prepaidType = KAKAOPAY
* Klarna
  * prepaidType = KLARNA
* MobilePay
  * prepaidType = MOBILEPAY
* P24
  * prepaidType = P24
* SEPA
  * prepaidType = SEPA\_DEBIT
* Tabby
  * prepaidType = TABBY
* Vipps
  * prepaidType = VIPPS

&#x20;

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

Go to your Checkout.com account. Enter this Webhook URL. Be sure to set the API version to V2.

<https://api.checkoutchamp.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

[Direct API 3DS Instructions](/crm/gateway-setup/direct-api-3ds-instructions.md)
{% endhint %}

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