Payment-method icon

Web Component

Add Multibanco to your Components 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 Component

Choose your version
6.5.1

Requirements

Requirement Description
Integration type Make sure that you have an existing Sessions flow Web Components 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

When you import Adyen Web, include Multibanco.

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

Add additional configuration for Multibanco

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

Initialize the Component for Multibanco

To initialize Multibanco, use the Multibanco class.

Initialize the Component
Expand view
Copy link to code block
Copy code
Copy code
const multibancoComponent = newMultibanco(checkout,
{
// The configuration object for Multibanco that you created.
// Mount the Component to a container.
} ).mount('#multibanco-container')

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.