Adyen - Alternate Payments

The Adyen V2 gateway supports multiple alternative payment options

  • Trustly

  • iDEAL

  • SEPA

  • MobilePay

  • PayByBank

  • Riverty

  • Klarna

  • Apple Pay (follow instructions here or here)

  • Google Pay

STEP 1

Go to Gateways | Gateway Integrations and select AdyenV2. Click on +Activate. Follow instructions here for setup.

Click the 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.

STEP 2

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.

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

  • Trustly

    • prepaidType = TRUSTLY

  • iDEAL

    • prepaidType = IDEAL

  • SEPA

    • prepaidType = SEPA_DEBIT

  • MobilePay

    • prepaidType = MOBILEPAY

  • PayByBank

    • prepaidType = PAYBYBANK

  • Riverty

    • prepaidType = RIVERTY

  • Klarna

    • prepaidType = KLARNA

STEP 3

Go to your Adyen account. Enter the webhook described here.

Your checkout and upsale pages must support standard merchant redirect handling

Direct API 3DS Instructions

For more info on the API calls, refer to our API Documentation.

Last updated