Skip to content

Credit Card

markusmichalski-fc edited this page Jun 10, 2022 · 3 revisions

Credit Card is probably one of the easiest and most common used payment method. Using this payment method doesn't require lots of configuration.

Still it's possible to use it in 2 different ways, which can be configured within the payment method in OXID.

The recommended method is "Input in shop checkout with iframe form".

Input on external Mollie website

If you have this option enabled, Mollie will automatically redirect the user to the external Mollie payment page, where he will enter the credit card data.

The shop server does not get in contact with any credit card data.

Use this as a simple plug and play solution to provide credit card payments.

Input in shop checkout with iframe form

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.

Just enable the "Input in shop checkout with iframe form" option within the payment method.

The credit card data are now required to be entered during the checkout.
The shop server does not get in contact with any credit card data and therefor is PSR-2 compliant.

If everything succeeds, the Mollie plugin will automatically use the entered credit card when the customer places his order.

API Methods

With this payment method you can choose which Mollie API you want to use:

For more information about the APIs just click the links above.