pronamic / wp-pronamic-pay-mollie

Mollie driver for the WordPress payment processing library.
http://www.wp-pay.org/gateways/mollie/
6 stars 1 forks source link

Extend the Direct Debit (mandate via %s) payment methods #19

Closed remcotolsma closed 1 year ago

remcotolsma commented 1 year ago

EPS, Giropay en Sofort kunnen als initiële betalng gedaan worden voor een SEPA incasso bij Mollie. Ik zie echter alleen Sofort (in combinatie met SEPA) in de Pay plugin, klopt dat?

Internal HelpScout ticket: https://secure.helpscout.net/conversation/2128747568/25084?folderId=1425710


  1. Once completed there will be a customer mandate that you can access via the Mandates API. If the first payment was paid using a creditcard, the resulting mandate method will be creditcard as well. paypal will result in a paypal mandate. Virtually all other first payment methods will be a directdebit mandate.

https://docs.mollie.com/payments/recurring#payments-recurring-first-payment


Note Not all payment methods support a first payment. When the method parameter is not provided in the API, we take care of this automatically in our Checkout. The following payment methods support a first payment and are thus allowed as a value for the method parameter of a first payment: applepay bancontact belfius creditcard eps giropay ideal kbc mybank paypal sofort


We currently support these 3:

Should we extend this list?

CC @rvdsteege

rvdsteege commented 1 year ago

The regular EPS and Giropay payment methods can also be used for subscriptions.

remcotolsma commented 1 year ago

For now we will put this issue on-hold, client received the following update in Dutch:

Wat je zegt klopt inderdaad, maar in combinatie met Gravity Forms kun je als het goed is ook de EPS en Giropay betaalmethode wel gebruiken als initiële betaling. De Pronamic Pay plugin zal als er een abonnement opgestart wordt aan Mollie doorgeven dat het een eerste betaling betreft voor terugkerende betalingen. Hierdoor zal Mollie automatisch een mandaat aanmaken op basis van de IBAN-gegevens die verkregen worden via de EPS, Giropay, SOFORT, IDEAL, etc. betaling. Je kunt in Gravity Forms de betaalmethode ook wel de label "Incasso (machtiging via EPS)" geven indien gewenst. We overwegen wel ook om voor EPS en Giropay ook ondersteuning toe te voegen zoals we nu al voor iDEAL, Bancontact en SOFORT hebben. We zijn er echter nog niet helemaal uit of dat we op vergelijkbare manier willen doen. De "Incasso (machtiging via …)" betaalmethodes zijn een beetje vreemd vergeleken met andere betaalmethodes. We willen terugkerende betalingen ook mogelijk maken met andere payment providers. Onze bevindingen hierbij nemen we mee in de verder opzet van de incasso betaalmethode i.c.m. het verkrijgen van een mandaat.

remcotolsma commented 1 year ago

Discussed this yesterday with @rvdsteege @pronamic HQ, decided to not introduce extra Direct Debit (mandate via %s) methods/gateways for now. Instead, we have add the recurring feature support flag to the Mollie payment methods iDEAL, Giropay, EPS, etc.. We can always fine-tune this based on use and feedback from users.