-
Notifications
You must be signed in to change notification settings - Fork 4
Credit Card
The credit card is probably one of the easiest and most commonly used payment methods. Using this payment method doesn't require a lot of configuration.
Still, it's possible to use it in 2 different ways.
If you do not have enabled the "Mollie Components", Mollie will automatically redirect the customer to the external Mollie payment page, where that customer will enter the credit card data.
The shop does not know anything about the data.
Use this as a simple plug-and-play solution to provide credit card payments.
If you don't want to redirect your customer to an external page to enter the credit card data, you can also show that option directly in your shop.
Enable the "Mollie Components" in the credit card payment method configuration and clear shop caches.
Now the payment selection page during the checkout process will show a form to enter data when a credit card is selected.
Validation will happen immediately when the customer tries to submit the credit card payment method.
- If everything succeeds, the Mollie plugin will automatically use the entered credit card when the customer places his order.
- If the data is somehow gone, missing, or invalid, the default payment page of Mollie will be shown, where he can add the credit card data one more time.