-
Notifications
You must be signed in to change notification settings - Fork 69
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
SEPA debit payment not working with Woopayments #8476
Comments
Hey @Lockoloop, thanks for the report. I've been trying to reproduce it but with no success so far, as I'm able to successfully place an order paying with SEPA on my test site with WooPayments
Could we try to turn off Stripe payments plugin for testing purposes and confirm if the failing SEPA if indeed coming from WooPayments? Thank you. |
This could be related to #3776 |
Hi Timur, |
@csmcneill please correct me if I'm wrong but it seems that #3776 covers subscription renewals while this issue covers placing an order? |
@timur27 That's correct — but it's the only other instance I can find of this specific error. |
Just want to add that I was also unable to replicate the issue described here--using WooPayments v.7.3.0 both locally and on a Jurassic Ninja test site. @csmcneill & @Lockoloop, we may need some more details about the specifics of the store in question here to aid us in replicating and resolving the scenario described herein. 🙏 |
Thanks for looking into this @FangedParakeet! @Lockoloop Since we need some specific details about your site and how it is set up, we would prefer not to handle further troubleshooting on a public forum. Could you please navigate to Woo.com > My Account > Support and open up a chat or ticket with us so that we can look into this further? You may need to create an account before you can access that page. Please include a link to this GitHub issue so that our Happiness Engineers can have a more complete picture of what's going on :) |
Hi @timur27 , have you been able to check my last comment? |
Howdy @Lockoloop! I worked with Timur a bit on this today, and we've been able to reproduce the issue you specified in #8476 (comment). Steps to Reproduce
Background and ScreenshotsCurrently, customers add a new saved SEPA payment method, but they were able to up through version 6.4.0. This was also when we were using a different implementation of the Universal Payment Element (or Since then, we split payment methods into individual radio buttons on checkout (which we call After this change, we are seeing that saved SEPA payment methods are also rendered under the However, attempting to pay via the saved SEPA payment method that appears under the
And the order notes will include the following error:
|
@Lockoloop if everything what Chris mentioned in #8476 (comment) is true for your store and saved SEPA token is also showing up under SEPA payment element, then we can use this issue to improve the following:
|
That seems spot on, great work, guys! |
Hi @timur27 , has this issue been addressed? |
Howdy @Lockoloop, This issue has not been addressed yet. We do not have a planned date for a fix at this time, but I can assure you we will work on it as soon as possible and will notify you when an update is available. Additionally, since you opened the issue and commented on it, you should automatically receive notifications for future comments and when the issue is moved from |
Please add your planning poker estimate with Zenhub @FangedParakeet |
Hey @Lockoloop! Everything that Chris mentioned above is true. However, we started discussing this issue internally and eventually prepared a fix for it slightly faster than initially planned. It should be included in WooPayments |
Great to hear! Sorry for the previous comment, I was worried the issue had fallen through a crack because you were so fast with fixing the other issue :) |
Describe the bug
When my customer tries to pay via SEPA direct debit, their order fails.
To Reproduce
Actual behavior
The SEPA Direct Debit method of payment is enabled on the WooPayments page.
This error message shows in the order notes:
Screenshots
Expected behavior
The customer should be able to complete their transaction.
Desktop (please complete the following information):
Additional context
This customer has successfully used SEPA direct debit in the past, although I'm unsure if I were also using Stripe payments plugin on top of WooPayments back then.
The text was updated successfully, but these errors were encountered: