Currently the user can select the payment method from a drop down. However, the drop down does not display payment methods. While the dropdown title states 'payment methods', it instead displays payment service providers instead which causes all kinds of issues.
For example this gives the wrong impression that you cannot use the payment service provider PayPal to pay by the payment method Credit Card.
We use PayPal to process both Credit Card payments as PayPal transfers. And we use the payment service provider Stripe to pay by the payment methods: iDeal, EPS, Apple Pay, Sofort?
The end user only gets confused by listing the payment service provider. They only care about payment methods.
Therefore the drop should display payment methods only. I suggest the following functionality:
For example this gives the wrong impression that you cannot use the payment service provider PayPal to pay by the payment method Credit Card.
We use PayPal to process both Credit Card payments as PayPal transfers. And we use the payment service provider Stripe to pay by the payment methods: iDeal, EPS, Apple Pay, Sofort?
The end user only gets confused by listing the payment service provider. They only care about payment methods.
Therefore the drop should display payment methods only. I suggest the following functionality:
- Add an admincp setting to add payment methods. For example: Apple Pay.
- Select the payment service provider for that payment method. For example: Stripe.
- Select a Font Awesome icon for the payment method.
- Only display the available payment methods in the dropdown for the payment methods. Also display the FA icon.
- Add a setting to display the dropdown OR to display the payment method icons for users to click on.
- When the user clicks on the Apple Pay payment method they are forwarded to Stripe.