Payment Method Integration

Integrate an existing payment method so you can use it in a Scandi store!

A crucial part in any Magento website – payment methods! In the Magento Marketplace you can find a large number of payment method providers – but adapting them to work with Scandi can require additional effort (unless the integration already exists on the Scandi Marketplace).

In this tutorial, you'll learn the basics of building an extension for integrating a new payment method in Scandi.

For our example, we'll use Mollie. Like many other providers, Mollie redirects the user to another page after checkout to complete the payment. After the customer has entered their details on the 3rd party site, they are redirected back to the website, where they see a message about the current payment status. We'll need to adapt this logic so it also works in a Scandi theme.

Last updated