MONEI / MONEI-AdobeCommerce-Magento2

MONEI Payments Adobe Commerce (Magento 2) Official Module
https://monei.com
Other
1 stars 4 forks source link

Allow selecting payment methods individually #28

Closed jimmyn closed 3 months ago

jimmyn commented 12 months ago

We need to allow the merchant to enable/disable individual payment methods in the config settings so they are visible as a list on the checkout page.

This is an example from WooCommerce integration

image

Checkout:

2023-09-20 17 39 38

The full list of supported payment methods can be found here - https://docs.monei.com/api/#operation/payments_create

image

When the payment method is selected, the payment is created with allowedPaymentMethods: [selectedPaymentMethod]

This way, the user will be redirected to the selected payment method without going through the hosted payment page.

In the first iteration, it will be enough to implement redirect flow for each payment method (similar to what is implemented now)

In the second iteration, we need to integrate UI Components for all supported payment methods and process the payment without redirect

Here you can find an example of existing PrestaShop store - https://www.nitro-pc.es/

image
alexandresaiz commented 11 months ago

@jimmyn can we assign this issue to the right developer?