{"id":185183,"date":"2019-07-09T11:34:55","date_gmt":"2019-07-09T11:34:55","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=185183"},"modified":"2021-08-16T16:54:15","modified_gmt":"2021-08-16T16:54:15","slug":"laravel-ecommerce-mollie-payment-gateway","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/","title":{"rendered":"Laravel eCommerce Mollie Payment Gateway"},"content":{"rendered":"\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Laravel eCommerce Mollie Payment Gateway<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p><strong>Laravel eCommerce Mollie Payment Gateway<\/strong> module allows the customer to integrate Mollie payment gateway to their\u00a0<a href=\"http:\/\/bagisto.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">Laravel eCommerce Store<\/a>.<\/p>\r\n\r\n\r\n\r\n<p>The admin can easily link the Bagisto store with the Mollie payment gateway. Users can also enter their card credentials during Mollie Payment.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Features of Laravel eCommerce Mollie Payment<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<ul class=\"wp-block-list\">\r\n<li>Admin can Enable or Disable this module<\/li>\r\n<li>A title can also be set for the Mollie Payment that will be visible in the front end.<\/li>\r\n<li>Admin can also set the description which will be displayed on the front end<\/li>\r\n<li>Provide Secure payment method for the customer<\/li>\r\n<li>Customer can select the Mollie payment method on the checkout page<\/li>\r\n<li>Mollie payment also supports<strong> different currency types.<\/strong><\/li>\r\n<li>Mollie payment is also <strong>PCI-DSS level 1<\/strong> certified.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">What is PCI DSS?<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p><strong>PCI DSS stands (Payment Card Industry Data Security Standard) <\/strong>is the set of policies and regulations that aim to protect the customer&#8217;s <strong>personal details<\/strong> as well as<strong> credential details<\/strong> from theft and disclosure.<\/p>\r\n\r\n\r\n\r\n<p><strong>Mollie payment<\/strong> fully compiles with the security of internet payments and is <strong>PCI DSS level 1 certified.<\/strong><\/p>\r\n\r\n\r\n\r\n<p>Some of the main objectives of PCI DSS are:-<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li>Install and maintain a firewall configuration to protect cardholder data<\/li>\r\n<li>Encrypt transmission of cardholder data.<\/li>\r\n<li>Protect all systems against malware and regularly update anti-virus software.<\/li>\r\n<li>Develop and maintain secure systems and applications.<\/li>\r\n<li>Track and monitor all access to network resources and cardholder data.<\/li>\r\n<li>Maintain a policy that addresses information security for all personnel.<\/li>\r\n<\/ul>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Installation for Laravel eCommerce Mollie Payment<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Customers will get a <strong>zip folder<\/strong> after purchasing the extension and <strong>Unzip the extension<\/strong> zip and then <strong>merge<\/strong> the <strong>\u201cpackages\u201d <\/strong>folders into the project<strong> root directory.<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1136\" height=\"375\" class=\"wp-image-185185\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png\" alt=\"laravel ecommerce mollie payment\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png 1136w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png 768w\" sizes=\"(max-width: 1136px) 100vw, 1136px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Goto <strong>config\/app.php<\/strong> file and add the following line under<strong> &#8216;providers&#8217;<\/strong><\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"><strong>Webkul\\Mollie\\Providers\\MollieServiceProvider::class<\/strong><\/pre>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"821\" height=\"459\" class=\"wp-image-185208\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131208\/Screenshot8-1.png\" alt=\"mollie payment gateway in laravel\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131208\/Screenshot8-1.png 821w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131208\/Screenshot8-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131208\/Screenshot8-1.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131208\/Screenshot8-1.png 768w\" sizes=\"(max-width: 821px) 100vw, 821px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Goto<strong> config.json<\/strong> file and add the following line under<strong> &#8216;psr-4<\/strong>&#8216;<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"><strong>\"Webkul\\\\Mollie\\\\\": \"packages\/Webkul\/Mollie\"<\/strong><\/pre>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"654\" height=\"370\" class=\"wp-image-185207\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131149\/Screenshot7.png\" alt=\"laravel ecommerce mollie payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131149\/Screenshot7.png 654w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131149\/Screenshot7.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08131149\/Screenshot7.png 300w\" sizes=\"(max-width: 654px) 100vw, 654px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Run these commands below to complete the setup<\/p>\r\n\r\n\r\n\r\n<pre class=\"wp-block-preformatted\"><strong>composer require mollie\/laravel-mollie:^2.0\r\ncomposer dump-autoload<\/strong><\/pre>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Admin configuration for Laravel eCommerce Mollie Payment Gateway<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>After the successful installation of the module, the admin will also have to configure the module.<\/p>\r\n\r\n\r\n\r\n<p>Click on <strong>configure&gt;&gt;Sales&gt;&gt;Payments Method<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"888\" height=\"612\" class=\"wp-image-185375\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09094801\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-1.png\" alt=\"Laravel-eCommerce-Mollie-Payment-Gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09094801\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-1.png 888w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09094801\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09094801\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-1.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09094801\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-1.png 768w\" sizes=\"(max-width: 888px) 100vw, 888px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>As the module is installed Admin can see the section of the <strong>Mollie Payment <\/strong>that contains several fields that need to be filled.<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Title:- <\/strong>Admin can set the title in this field that will be visible in the Front end.<\/li>\r\n<li><strong>Description:-<\/strong> Admin can describe the Mollie Payment that here that will be visible on the checkout page.<\/li>\r\n<li><strong> API Key:- <\/strong>Admin will provide the API key in this field so that the user requests can be identified.<\/li>\r\n<li><strong> Status:- <\/strong>Admin can Active or Disactive the module from here.<\/li>\r\n<li><strong>Payment From Applicable Countries:- <\/strong>Admin can select the countries from where the Mollie Payment will be applicable. Admin can select either<strong> All Allowed Countries <\/strong>or <strong>Specific Countries.<\/strong><\/li>\r\n<li><strong> Payment From Specific Country:- <\/strong>Admin can select multiple countries from this field if the Admin has selected Specific Countries in the above field.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>After performing all these steps hit on the <strong>Save button.<\/strong><\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">How to generate the live API key ?<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>To generate a live API key so that your website can integrate with the Mollie Payment Gateway go to the Mollie website and perform the following steps<\/p>\r\n\r\n\r\n\r\n<p>After creating an account the page that opens will look like shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1196\" height=\"572\" class=\"wp-image-185821\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11104449\/Screenshot-1-4.png\" alt=\"Screenshot-1-4\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11104449\/Screenshot-1-4.png 1196w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11104449\/Screenshot-1-4.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11104449\/Screenshot-1-4.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11104449\/Screenshot-1-4.png 768w\" sizes=\"(max-width: 1196px) 100vw, 1196px\" loading=\"lazy\" \/>\r\n<figcaption>Source::-www.mollie.com<\/figcaption>\r\n<\/figure>\r\n\r\n\r\n\r\n<p>Click on the<strong> Activate account<\/strong> button.<\/p>\r\n\r\n\r\n\r\n<p>Now the next page will look like shown in the below image where all the details need to be filled.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1078\" height=\"647\" class=\"wp-image-185832\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11105240\/Screenshot-2-18.png\" alt=\"Screenshot-2-18\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11105240\/Screenshot-2-18.png 1078w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11105240\/Screenshot-2-18.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11105240\/Screenshot-2-18.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11105240\/Screenshot-2-18.png 768w\" sizes=\"(max-width: 1078px) 100vw, 1078px\" loading=\"lazy\" \/>\r\n<figcaption>Source::-www.mollie.com<\/figcaption>\r\n<\/figure>\r\n\r\n\r\n\r\n<p>Under the<strong> Basic information<\/strong>, there are three categories<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Organization details:-<\/strong> where all the details like <strong>Business location, Business name, Registration number, Postal code, City<\/strong> need to be filled.<\/li>\r\n<li><strong>Stakeholders<\/strong>:- The user fills the details of the representative details here like<strong> Name, Country of birth, Date of Birth, Nationality, <\/strong>and <strong>Country of residence<\/strong>.<\/li>\r\n<li><strong>Website profile:-<\/strong> In this page users need to provide the details regarding the website like Name, Kinds of services that the website offers and you can also select the payment methods like a <strong>credit card, Paypal, ING home pay<\/strong>, etc that will be available in Mollie payment on the website.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>Now the next comes is <strong>Additional information<\/strong> under which the three categories are:-<\/p>\r\n\r\n\r\n\r\n<ul class=\"wp-block-list\">\r\n<li><strong>Registration document:-<\/strong>To submit the documents about the organization in the PNG, JPG and PDf format.<\/li>\r\n<li><strong>Upload identification:-<\/strong> To submit the identification document of the owner like <strong>Passport, Id card, Residence permit.<\/strong><\/li>\r\n<li><strong>Business account:-<\/strong> Provide the bank account number in the name of the business.<\/li>\r\n<\/ul>\r\n\r\n\r\n\r\n<p>Select the payment method to pay the amount so that the live API will be provided to the user for the integration of Mollie payment.<\/p>\r\n\r\n\r\n\r\n<p>After the payment process, the live<strong> API key <\/strong>will be provided<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<div class=\"wk-index-wrap\">\r\n<h3 class=\"index-title\">Laravel eCommerce Mollie Payment- Front End<\/h3>\r\n<\/div>\r\n<div class=\"margin-bottom-50\">\r\n<p>Now the customers can select the <strong>Mollie Payment method<\/strong> that is visible under the <strong>Select Payment Method<\/strong><\/p>\r\n\r\n\r\n\r\n<p><strong>**Note:-<\/strong> <strong>Mollie Payment<\/strong> supports<strong><a href=\"https:\/\/help.mollie.com\/hc\/en-us\/articles\/360003980013-Which-currencies-are-supported-and-what-is-the-settlement-currency-\" target=\"_blank\" rel=\"noreferrer noopener\" aria-label=\" 27 Currency types. (opens in a new tab)\"> 27 Currency types.<\/a><\/strong><\/p>\r\n\r\n\r\n\r\n<p>Then click on the<strong> Continue button<\/strong>.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1173\" height=\"644\" class=\"wp-image-185385\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09095952\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-2.png\" alt=\"Laravel-eCommerce-Mollie-Payment-Gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09095952\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-2.png 1173w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09095952\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-2.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09095952\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-2.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/09095952\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-2.png 768w\" sizes=\"(max-width: 1173px) 100vw, 1173px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>In the <strong>Order Summary page <\/strong>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.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"946\" height=\"644\" class=\"wp-image-185904\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11124239\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-3-.png\" alt=\"Laravel-eCommerce-Mollie-Payment-Gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11124239\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-3-.png 946w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11124239\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-3-.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11124239\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-3-.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11124239\/Bagisto-Laravel-eCommerce-Mollie-Payment-Gateway-3-.png 768w\" sizes=\"(max-width: 946px) 100vw, 946px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Click on the<strong> Place Order button.<\/strong><\/p>\r\n\r\n\r\n\r\n<p>The page that generates that will show the message as shown below<\/p>\r\n\r\n\r\n\r\n<div class=\"wp-block-image\">\r\n<figure class=\"aligncenter\"><img decoding=\"async\" width=\"367\" height=\"73\" class=\"wp-image-185780\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11100507\/Screenshot-2-17.png\" alt=\"laravel eCommerce mollie payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11100507\/Screenshot-2-17.png 367w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11100507\/Screenshot-2-17.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11100507\/Screenshot-2-17.png 300w\" sizes=\"(max-width: 367px) 100vw, 367px\" loading=\"lazy\" \/><\/figure>\r\n<\/div>\r\n\r\n\r\n\r\n<p>Within a few seconds, you will be in the Mollie Payment website<\/p>\r\n\r\n\r\n\r\n<p>On this page, there are several paying methods available so that the customers can choose according to their requirements.<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"660\" height=\"554\" class=\"wp-image-185789\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11101445\/Screenshot-1-3.png\" alt=\"laravel ecommerce mollie payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11101445\/Screenshot-1-3.png 660w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11101445\/Screenshot-1-3.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/11101445\/Screenshot-1-3.png 300w\" sizes=\"(max-width: 660px) 100vw, 660px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>After selecting the paying method in <strong>Mollie Payment<\/strong> website the page that generate will look like shown below:-<\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"702\" height=\"608\" class=\"wp-image-185193\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125457\/Screenshot-3.png\" alt=\"laravel ecommerce mollie payment gateway\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125457\/Screenshot-3.png 702w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125457\/Screenshot-3.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125457\/Screenshot-3.png 300w\" sizes=\"(max-width: 702px) 100vw, 702px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<p>Tick on the <strong>Paid <\/strong>option and then click the <strong> Continue button<\/strong>.<\/p>\r\n\r\n\r\n\r\n<p>That&#8217;s all now the customer can see that the <strong>order is complete.<\/strong><\/p>\r\n\r\n\r\n\r\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"1065\" height=\"386\" class=\"wp-image-185194\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125640\/Admin-end-1-1.png\" alt=\"mollie payment gateway in laravel ecommerce\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125640\/Admin-end-1-1.png 1065w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125640\/Admin-end-1-1.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125640\/Admin-end-1-1.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08125640\/Admin-end-1-1.png 768w\" sizes=\"(max-width: 1065px) 100vw, 1065px\" loading=\"lazy\" \/><\/figure>\r\n\r\n\r\n\r\n<h2>Support<\/h2>\r\n<p>So, that was much about the User Guide of Laravel eCommerce Mollie Payment Gateway for any queries or doubts reach out to us at<strong>\u00a0<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>.<\/strong> You can also raise a ticket at our\u00a0<a href=\"https:\/\/bagisto.uvdesk.com\/en\/\"><strong>HelpDesk System.<\/strong><\/a><\/p>\r\n<p>Please explore our<strong><a href=\"https:\/\/webkul.com\/laravel-development\/\"> Laravel Development Services\u00a0<\/a><\/strong>and Quality\u00a0<strong><a href=\"https:\/\/store.webkul.com\/catalogsearch\/result\/index\/?cat=171&amp;q=laravel\">Bagisto Extensions<\/a><\/strong>.<\/p>\r\n<\/div>\r\n\r\n\r\n\r\n<p>&nbsp;<\/p>\r\n","protected":false},"excerpt":{"rendered":"<p>&nbsp;<\/p>\n","protected":false},"author":267,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8396,8929],"tags":[8055,8054,9120,8071],"class_list":["post-185183","post","type-post","status-publish","format-standard","hentry","category-bagisto","category-e-commerce-bagisto","tag-bagisto","tag-laravel-ecommerce","tag-mollie-payment-gateway","tag-opensource"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Laravel eCommerce Mollie Payment Gateway - Webkul Blog<\/title>\n<meta name=\"description\" content=\"With the help of the module Laravel eCommerce Mollie Payment Gateway the vendors can integrate Mollie Payment Gateway to their Bagisto store.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Laravel eCommerce Mollie Payment Gateway - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"With the help of the module Laravel eCommerce Mollie Payment Gateway the vendors can integrate Mollie Payment Gateway to their Bagisto store.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-09T11:34:55+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T16:54:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/07\/screenshot_aa1_.png\" \/>\n<meta name=\"author\" content=\"Simant Verma\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Simant Verma\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\"},\"author\":{\"name\":\"Simant Verma\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\"},\"headline\":\"Laravel eCommerce Mollie Payment Gateway\",\"datePublished\":\"2019-07-09T11:34:55+00:00\",\"dateModified\":\"2021-08-16T16:54:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\"},\"wordCount\":986,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/07\/screenshot_aa1_.png\",\"keywords\":[\"Bagisto\",\"Laravel eCommerce\",\"Mollie payment gateway\",\"Opensource\"],\"articleSection\":[\"Bagisto\",\"E commerce\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\",\"url\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\",\"name\":\"Laravel eCommerce Mollie Payment Gateway - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/07\/screenshot_aa1_.png\",\"datePublished\":\"2019-07-09T11:34:55+00:00\",\"dateModified\":\"2021-08-16T16:54:15+00:00\",\"description\":\"With the help of the module Laravel eCommerce Mollie Payment Gateway the vendors can integrate Mollie Payment Gateway to their Bagisto store.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png\",\"width\":1136,\"height\":375,\"caption\":\"laravel ecommerce mollie payment\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Laravel eCommerce Mollie Payment Gateway\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0\",\"name\":\"Simant Verma\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Simant Verma\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Laravel eCommerce Mollie Payment Gateway - Webkul Blog","description":"With the help of the module Laravel eCommerce Mollie Payment Gateway the vendors can integrate Mollie Payment Gateway to their Bagisto store.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/","og_locale":"en_US","og_type":"article","og_title":"Laravel eCommerce Mollie Payment Gateway - Webkul Blog","og_description":"With the help of the module Laravel eCommerce Mollie Payment Gateway the vendors can integrate Mollie Payment Gateway to their Bagisto store.","og_url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2019-07-09T11:34:55+00:00","article_modified_time":"2021-08-16T16:54:15+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/07\/screenshot_aa1_.png","type":"","width":"","height":""}],"author":"Simant Verma","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Simant Verma","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/"},"author":{"name":"Simant Verma","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0"},"headline":"Laravel eCommerce Mollie Payment Gateway","datePublished":"2019-07-09T11:34:55+00:00","dateModified":"2021-08-16T16:54:15+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/"},"wordCount":986,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/07\/screenshot_aa1_.png","keywords":["Bagisto","Laravel eCommerce","Mollie payment gateway","Opensource"],"articleSection":["Bagisto","E commerce"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/","url":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/","name":"Laravel eCommerce Mollie Payment Gateway - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2019\/07\/screenshot_aa1_.png","datePublished":"2019-07-09T11:34:55+00:00","dateModified":"2021-08-16T16:54:15+00:00","description":"With the help of the module Laravel eCommerce Mollie Payment Gateway the vendors can integrate Mollie Payment Gateway to their Bagisto store.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2019\/07\/08124459\/screenshot_aa1_.png","width":1136,"height":375,"caption":"laravel ecommerce mollie payment"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/laravel-ecommerce-mollie-payment-gateway\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Laravel eCommerce Mollie Payment Gateway"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/63f64723fe98f166757f7903d1f7e7e0","name":"Simant Verma","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d1724606c049d771b8373de3119b9fde5f988195eb2e7d951f4acafa583388c?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Simant Verma"},"url":"https:\/\/webkul.com\/blog\/author\/simantverma-bd183\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/185183","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/267"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=185183"}],"version-history":[{"count":39,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/185183\/revisions"}],"predecessor-version":[{"id":301633,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/185183\/revisions\/301633"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=185183"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=185183"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=185183"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}