Closed jimmyn closed 5 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
Checkout:
The full list of supported payment methods can be found here - https://docs.monei.com/api/#operation/payments_create
When the payment method is selected, the payment is created with allowedPaymentMethods: [selectedPaymentMethod]
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/
@jimmyn can we assign this issue to the right developer?
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
Checkout:
The full list of supported payment methods can be found here - https://docs.monei.com/api/#operation/payments_create
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/