Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Installation and setup

Step 1: Installation

To set up the Sequra extension, merchants can follow the classic Magento2 installation process by executing the subsequent commands:

...

If you have already used Sequra extensions, a merchant should consider migrating them into a unified extension sequra/magento2-core that contains the entire configuration in one place and remove those that are no longer necessary.

...

  • Require the latest version of the sequra/magento2-core extension:
    composer require sequra/magento2-core

Step 2: Connect integration

After installation, merchant can access the integration configuration page using the SeQura menu item from the Sales menu:

...

Additionally, you can select on which pages you want to allow widgets to be displayed and, in case of product listing mini-widgets, you will be able to configure additional options.

...

Configuration

Manage payment methods

Merchant is able to filter and see imported payment methods for each selling country on the payment methods page.

...

Manage general settings

Merchant is able to configure the main settings of the SeQura integration.

...

Manage connection settings

Merchant is able to disconnect his current API credentials or change connection settings at any time.

...

Place promotional widgets

Once merchants have enabled and configured promotional widgets in the integration configuration, they can add them to product and cart pages in the store using the native Magento 2 mechanism with blocks and widgets.

Step 1: Create a block

In Content > Blocks, merchants should create a block and place a layout component (row, columns or tabs). Then, merchant should drag and drop the SeQura promotional widget inside the layout component and save the block:

...

Step 2: Create a widget

In Content > Widgets, merchant should create a new widget and choose Sequra block created in previous step:

...

Then merchant can configure in which pages the blocks will be displayed:

...

Widgets interaction

Product listing

Customers browsing the product listing page on the storefront will be able to see ways to pay for a specific product using SeQura installments in the listing. In case the product price is equal or higher than the minimum supported product amount on SeQura, it will show the configured teaser message in the current storefront language.

...

Otherwise, if the product price is lower than the minimum supported product amount on SeQura, the configured message below limit will be displayed.

...

Product page

Customers that open the product page for a given product will be able to see ways to pay for that product using SeQura payment methods. Promotional widgets use the current product price and take into account any additional costs caused by the specific product variation.

...

Additionally, clicking on the info link in a specific promotional widget block opens up more information about payment arrangement for that specific SeQura payment method.

...

Cart page

Customers whoreach the cart page in Magento 2 storefront will be able to see options to pay for their current cart using SeQura payment methods.

...

Similarly as on the product page, customers can click on the link in the promotional widget and see more information about payment options with that payment method.

...

Payment methods interaction

Once the SeQura integration is successfully connected to the shop, customers will be able to select SeQura payment methods on the checkout page as their payment method of choice.

...

Since the payment may need a review from SeQura, merchants are able to check and monitor the payment status in the Magento 2 admin panel in the Orders page.

...

Order management

SeQura order information

Merchant is able to view SeQura payment information - the order reference and the link to SeQura order on the Order overview page.

...

Merchant is able to view SeQura payment information on the Order details page.

...

Update order

Merchant is able to update an order placed with SeQura payment method in the shop system and see that change propagated to the SeQura portal or rejected if the SeQura does not support such a change. The integration propagates changes in billing and shipping addresses.

...

Ship order

Merchants can either partially or fully ship an order placed with the SeQura payment method using the native Magento 2 mechanism for shipping an order.

...

Refund order

Merchants can either partially or fully refund order items using the native Magento 2 mechanism for refunding order line items.
To refund an order placed with the SeQura payment method, merchants should open an invoice for the created order and create a Credit Memo.

...

SeQura integration supports only online refunds:

...

Cancel order

Merchants can cancel an order made with SeQura payment methods using the native Magento 2 mechanism for cancelling an order. Magento 2 only allows merchants to cancel an order that has not yet been paid and shipped.

...