Laravel eCommerce Mollie Payment Gateway
Laravel eCommerce Mollie Payment Gateway module allows the customer to integrate Mollie payment gateway to their Laravel eCommerce Store.
The admin can easily link the Bagisto store with the Mollie payment gateway. Users can also enter their card credentials during Mollie Payment.
Features of Laravel eCommerce Mollie Payment
- Admin can Enable or Disable this module
- A title can also be set for the Mollie Payment that will be visible in the front end.
- Admin can also set the description which will be displayed on the front end
- Provide Secure payment method for the customer
- Customer can select the Mollie payment method on the checkout page
Installation for Laravel eCommerce Mollie Payment
Customers will get a zip folder after purchasing the extension and Unzip the extension zip and then merge the “packages” folders into the project root directory.
Goto config/app.php file and add the following line under ‘providers’
Webkul\Mollie\Providers\MollieServiceProvider::class
Goto config.json file and add the following line under ‘psr-4‘
"Webkul\\Mollie\\": "packages/Webkul/Mollie"
Run these commands below to complete the setup
composer require mollie/laravel-mollie:^2.0 composer dump-autoload
Admin configuration for Laravel eCommerce Mollie Payment Gateway
After the successful installation of the module, the admin will have to configure the module.
Click on configure>>Sales>>Payments Method
As the module is installed Admin can see the section of the Mollie Payment that contains several fields that need to be filled.
- Title:- Admin can set the title in this field that will be visible in the Front end.
- Description:- Admin can describe the Mollie Payment that here that will be visible on the checkout page.
- API Key:- Admin will provide the API key in this field so that the user requests can be identified.
- Status:- Admin can Active or Disactive the module from here.
- Payment From Applicable Countries:- Admin can select the countries from where the Mollie Payment will be applicable. Admin can select either All Allowed Countries or Specific Countries.
- Payment From Specific Country:- Admin can select multiple countries from this field if the Admin has selected Specific Countries in the above field.
After performing all these steps hit on the Save button.
Laravel eCommerce Mollie Payment- Front End
Now the customers can select the Mollie Payment method that is visible under the Select Payment Method
**Note:- Mollie Payment supports 27 Currency types.
Then click on the Continue button.
In the Order Summary page Customer can see the customers can also see the Mollie Payment that has been selected by the customer as a Payment Method for the purchase.
Click on the Place Order button.
After placing the order customer will be redirected to the Mollie Payment website that will look like shown below:-
Tick on the Paid option and then click Continue button.
That’s all now the customer can see that the order has been placed using Mollie Payment Method.
This is all about Laravel eCommerce Mollie Payment Gateway for any issue raise a ticket on https://bagisto.uvdesk.com/en/