> 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/adyen-v2/adyen-alternate-payments.md).

# Adyen - Alternate Payments

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

* Afterpay
* Alipay
* Bancontact
* BLIK
* iDEAL
* Kakao Pay
* Klarna
* MB WAY
* MobilePay
* NaverPay
* PayByBank
* PayCo
* PayPay
* Pix
* Riverty
* SEPA
* Swish
* Trustly
* UPI
* Vipps
* WechatPay
* 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))
* Google Pay
  {% endhint %}

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

No card details are stored for merchants using alternative payment options

Recurring billing/subscriptions and one-click upsells are supported on Apple Pay, Google Pay, Bancontact, Kakao Pay, Klarna, iDEAL, and SEPA.  On upsells all other alternate payment methods 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 %}

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

Go to **Gateways** | **Gateway Integrations** and select AdyenV2. Click on <mark style="color:green;">**+Activate**</mark>. Follow instructions [here ](/crm/gateway-setup/gateway-integrations/adyen-v2.md)for setup.

Click the <mark style="color:green;">**Create Gateway**</mark> 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>

{% hint style="info" %}
This step can be skipped if using Checkout Champ hosted pages.  Drag the appropriate button to the checkout page.  Set the AdyenV2 gateway under funnel Alternate Payment Methods.
{% endhint %}

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 AdyenV2 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

* Afterpay
  * prepaidType = AFTERPAY
* Alipay
  * prepaidType = ALIPAY
* Bancontact
  * prepaidType = BANCONTACT
* BLIK
  * prepaidType = BLIK
  * onDemandData = {"blikCode":"12345"}   \[json string]
* iDEAL
  * prepaidType = IDEAL
* Kakao Pay
  * prepaidType = KAKAOPAY
* Klarna
  * prepaidType = KLARNA
* MB WAY
  * prepaidType = MBWAY
* MobilePay
  * prepaidType = MOBILEPAY
* PayByBank
  * prepaidType = PAYBYBANK
* PayCo
  * prepaidType = PAYCO
* PayPay
  * prepaidType = PAYPAY
* Pix
  * prepaidType = PIX
* Riverty
  * prepaidType = RIVERTY
* SEPA
  * prepaidType = SEPA\_DEBIT
* Swish
  * prepaidType = SWISH
* Trustly
  * prepaidType = TRUSTLY
* UPI
  * prepaidType = UPI
* Vipps
  * prepaidType = VIPPS
* WechatPay
  * prepaidType = WECHATPAY

&#x20;

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

Go to your Adyen account. Enter the webhook described [here](/crm/gateway-setup/gateway-integrations/adyen-v2.md).

{% 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 %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.checkoutchamp.com/crm/gateway-setup/gateway-integrations/adyen-v2/adyen-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.
