Hello FRTech,
I'd like to call out that in our roll out of SEPA, under task: https://phabricator.wikimedia.org/T324520
that we should also roll out Auto Rescue for SEPA recurring transactions. Can we add this payment type to the Auto Rescue feature since SEPA will be promoted for recurring?
https://docs.adyen.com/online-payments/auto-rescue/sepa/
SEPA autorescue is a different flow than what we have for cards, a chargeback will initiate the flow, we also need to send the donors name and iban through
When charging a recurring SEPA with autorescue we need to:
- Remove flag that turns off SEPA auto rescue now, this will enable any chargebacked payments to be attempted again https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/SmashPig/+/1078502
- Save the donors IBAN, Adyen needs this unencrypted, when a recurring SEPA is created - already had this code
- Send the IBAN along with the autorescue request - already had this code
- Send the full name along too - already had this code
Handling the IPNs will be different too as it's using only the AUTORESCUE event code
- Handle the AUTORESCUE notification doing multiple things for SEPA where it's only telling us it finished for credit card - https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1070075