PickBazar Documentation
WelcomeHow It Works
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
IntroductionStripeStripe ElementPaypalRazorpayMollieMollieMollie Webhook settingsHow to create & setup Mollie information properly?Special Notes for Mollie.PaystackSSLCOMMERZXenditIyzicoPaymongobKashFlutterwaveIntegration of New Payment GatewayMulti payment gateway
Flash Sale
Shop Transfer
Social LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditions
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
Back-End Integration
Customizations
Update & Upgrade Guide
FAQ PageContactQuestion & AnswerBreaking ChangesSupportChange Log

Mollie

Mollie is a Payment Service Provider (PSP) that processes online payments for companies. If you buy something online from one of our merchants, we make sure that your money is transferred safely from your bank to the merchant's bank. Since we arrange the payment process, you may see Mollie or Stg Mollie Payments on your bank statement.

Mollie integrate inside PickBazar.

Please follow & complete this steps for Mollie integration for your e-commerce system.

  • Inside api there is .env file. You have to copy & paste this line of codes inside the .env file. We will discuss later about how to create those API keys in Mollie.
MOLLIE_KEY=[YOUR_MOLLIE_API_KEY]

Mollie Webhook settings

SHOP_URL=[YOUR_SHOP_URL]
MOLLIE_WEBHOOK_URL=[YOUR_MOLLIE_WEBHOOK_URL]
SHOP_URL=[YOUR_SHOP_URL] This parameter is must have in .env file when Mollie is using. Otherwise the payment redirection will be broken.
  • To activate Mollie go to settings from PickBazar admin dashboard. Inside settings you will find configure payment option. (e.g. Mollie Webhook URL is coming from local development. This static link will dynamically generated in live environment)

admin-pickbazar-settings mollie-pickbazar-dashboard

  • Copy & paste those inside PickBazar app .env file like mentioned above.

  • If you want to use webhook during development on localhost, you must use a tool like ngrok to have the webhooks delivered to your local machine. ngrok

  • Copy the forwarding https link & paste .env file after link add line- /webhooks/mollie mollie-localhost-webhooks

How to create & setup Mollie information properly?

  • Go to the Mollie website & login https://www.mollie.com If you aren't a registered user, the complete the Mollie registration first.
  • After logged in into Mollie dashboard, follow the developer link to copy the API keys.
  • Choose Test API key your are testing your development environment.
  • Copy & paste those inside PickBazar app .env file like mentioned above. copy-mollie-api-keys

Special Notes for Mollie.

If we have used any third party system/plugin/packages, then we have always encouraged our respected customers to follow the official documentation for detailed & in-depth knowledge.