Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.75 KB

mollie.md

File metadata and controls

33 lines (18 loc) · 1.75 KB

Mollie setup guide

In this guide we'll setup Mollie payment gateway with Saleor Checkout.

Setup

  1. Sign up for Mollie account

  2. Make sure you've enabled at least 1 payment provider in Mollie dashboard (Settings > Website profiles > Payment methods):

Getting to payment providers settings in Mollie dashboard At least one payment method is enabled on Payment methods page

Note: Don't worry about "You need to complete the boarding before this payment method can be activated." message if you only want to test. Enabled payment methods will still work in test mode, even without completing verification of your Mollie account

  1. In your Mollie dashboard, select: Developers > API keys and copy API key and Profile ID
  • Live API key - for production environment
  • Test API key - for development environment
  1. Go to Checkout app configuration and enter the data you've just copied

Configuration page can be found in Saleor dashboard in: Apps > Third party apps > Checkout. Once you open the app, select one of the channels and click the gears icon:

Payment gateway configuration in Saleor dashboard

To configure the API keys choose "Mollie" from left side navigation and paste what you've copied from Mollie dashboard:

Mollie config inside Saleor dashboard after env variable and profile id were pasted

  1. 🏁 You've finished the configuration! Now you can enable Mollie for one of your Saleor channel in app configuration:

Payment method configuration in Saleor dashboard