Payment-method icon

Web Drop-in

Add Multibanco to your Drop-in integration.

How you add Multibanco depends on your integration.

Choose the server-side flow that your integration uses:

Sessions flow
Advanced flow

Start integrating with Sessions flow Drop-in

Choose your version
6.5.1

Requirements

Requirement Description
Integration type Make sure that you have an existing Sessions flow Web Drop-in integration.
Checkout API Make sure that you use Checkout API v68 or later.
Setup steps Before you begin, add Multibanco in your Customer Area.

Add additional parameters to your /sessions request

You do not need to add any parameters when you create a payment session.

Import Multibanco (optional)

When you import Adyen Web, you can optionally import individual payment methods to optimize performance by using tree shaking. To do this, include Multibanco.

Import
Expand view
Copy link to code block
Copy code
Copy code
import { AdyenCheckout, Dropin, Multibanco } from '@adyen/adyen-web';

Add additional configuration for Multibanco

You do not need to add any configuration parameters for Multibanco.

Test and go live

Before you can test Multibanco payments, you need to submit a request for Multibanco in your test Customer Area.

In the test environment, you can simulate a Multibanco payment by promoting the pending payment to a sale.

  1. Log in to your test Customer Area.
  2. Go to Transactions > Offers.
  3. Select the PSP reference of the pending Multibanco payment.
  4. Select Promote offer to sale button.

Multibanco payments that have been paid (including test offers that you manually promoted to sale) are under Transactions > Payments.

Test the reconciliation process by promoting test payments from offer to sale in your test Customer Area.

Before you can accept live Multibanco payments, you need to submit a request for Multibanco in your live Customer Area.