-
Notifications
You must be signed in to change notification settings - Fork 54
Using the Payment Link to create an Admin payment
This method can be configured as any other payment method by navigating to Configuration, Mollie, Payment methods. Enable the payment method "Payment Link / Admin Payment" to make the configuration visible. Within the configuration, there are a few options that differ from the default Mollie payment methods;
Add Link to Payment Details
- If set to yes, the checkout URL will be automatically added to the order e-mail.
- If set to no, no link will be added and you can copy the URL from the order in the back-end.
Allow to manually mark as paid?
- If set to yes, there will be a "Mark as paid" button visible in the order, which can be used for example when the payment is done in the physical store.
- If set to no, this button will not be available in the order within Magento.
Payment Message / Link
You can add a message as a payment method including the link using %link%
to get the payment link.
For Example;
Click <a href="%link%">here</a> to pay for your purchase.
Language of the Mollie Payment Screen
The Language of the landings page at Mollie can be configured using the Language Payment Page configuration option under the advanced settings within the Mollie configuration. Here you can use the "use locale" option to always use the store_locale.
With this feature, you make it possible to create a Payment link on order creation which can be added to the order e-mail that's sent to the client. Using the multi-select, you can select the payments that you want to allow during the payment. If only one method is chosen, the selection screen is skipped and the customer is sent directly to the payment method.
You can also set an expiration time for the order before the order will be canceled. It is not possible to use Klarna Slice it or Klarna Pay later as a method when your expiry date is more than 28 days unless another maximum is agreed between the merchant and Klarna.
Normally, whenever an order is placed with a Mollie payment method, the transaction is created in the Mollie dashboard. However, with the payment link method this isn’t the case. This creation step is postponed until the customer clicks on the payment link. Then the transaction is created, and a transaction ID is assigned.
The Mollie Payments extension is developed by Magmodules.
- Install Mollie using Composer
- Update Mollie using Composer
- Install Mollie using the Magento® Marketplace