# Adyen - Alternate Payments

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

* Afterpay
* Bancontact
* iDEAL
* Kakao Pay
* Klarna
* MobilePay
* PayByBank
* Riverty
* SEPA
* Swish
* Trustly
* Apple Pay
* 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 via Direct API. This will NOT work with Order Entry.
{% endhint %}

{% hint style="warning" %}
Make sure the appropriate payment method is enabled on your Adyen Account
{% endhint %}

**STEP 1**

Go to **Gateways** | **Gateway Integrations** and select AdyenV2. Click on <mark style="color:green;">**+Activate**</mark>. Follow instructions [here ](/konnektive-crm/gateway-setup/gateways/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.\ <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 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
* Bancontact
  * prepaidType = BANCONTACT
* iDEAL
  * prepaidType = IDEAL
* Kakao Pay
  * prepaidType = KAKAOPAY
* Klarna
  * prepaidType = KLARNA
* MobilePay
  * prepaidType = MOBILEPAY
* PayByBank
  * prepaidType = PAYBYBANK
* Riverty
  * prepaidType = RIVERTY
* SEPA
  * prepaidType = SEPA\_DEBIT
* Swish
  * prepaidType = SWISH
* Trustly
  * prepaidType = TRUSTLY

{% 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 call, please refer to our [API Documentation.](https://apidocs.konnektive.com/)
{% endhint %}

**STEP 3**

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


---

# 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/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.
