-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send 'Refunded' notices for charged back transaction #20
Comments
Seems fine to me, can there be customer notices and are they also suitable to send in the case of chargebacks? |
We have probably disabled these notices for chargebacks, because a "Your Transaction Was Refunded" can also be seen as confirmation/approval of the chargeback. A customer can initiate a chargeback himself, but that does not always remove the obligation to pay. It will differ per MemberPress website how the administrators want to deal with this. There are a number of options in this regard:
I will approve the PR for now, for any future issues we can consider option 2 or 3. |
For chargebacks we update the MemberPress transaction status to 'Refunded', but don't send the 'Refunded' notices:
wp-pronamic-pay-memberpress/src/Extension.php
Lines 341 to 380 in 4218e02
In internal support ticket https://secure.helpscout.net/conversation/2642579484/27460 we received a question about informing site admins about these chargebacks:
I suggest also sending the notices (lines 376-379) for chargebacks. What do you think, @remcotolsma?
The text was updated successfully, but these errors were encountered: