How to Integrate Mollie Payment Gateway in Laravel 10 - Part 1

Category: Laravel
Updated on: 18 Oct, 2024
In this tutorial, I will show how to integrate mollie payment method with Laravel. I will first create an account in mollie in order to get the API credential.

First, go to the official Mollie website:
In the right top, you will get login and signup option. Click on the signup button.
Then just give your name, email address and password to create an account here. You will get a verification link to your email. Verify your email address.

Now just login to the system using your email address and password. Then you will get a dashboard.

Go to the top right side and click on "More". Then a dropdown will come and from there click on "Developers" option. See here:
You will get Test API Key to use in your website.
Now the most important task is: you have to enable the test mode so that you can test the API key with your application. If you do not enable the test mode, the dummy payment will not work and show error.

In order to enable the test mode, go to "Payments" tab from top and then click on the switch (indicated in the following photo) to change the mode.
Then you will see "Test mode is enabled" showing.
There is one more step to follow to get rid of the error in the integration. That is, you have to go to "More" and then "Organization settings" like this:
Click on "Awaiting to the verified" link. See this:
From the coming page go to "Payment methods" tab. See here:
Click on "Cards" section.
Click on the "Activate" button.
Now you can go forward to integrate this mollie with your application.

See Full Tutorial on YouTube

If you want to see the full functionality in live, you can see my video on youtube.

Download Source Code

Please give your email address. We will send you the source code on your email.