-
Notifications
You must be signed in to change notification settings - Fork 206
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
Stripe Subscription Payments Randomly Fail #2278
Comments
@thekendog, thank you for reporting the issue you're facing with Based on the information provided, it appears that the issue is related to the While I can provide a general analysis, I would recommend contacting our support team for a more in-depth investigation and resolution of this issue. Our support team has the necessary expertise and access to additional resources to diagnose and resolve such complex issues effectively. When you reach out to the support team, please provide them with the following information:
Our support team will thoroughly investigate the issue, and work closely with you to identify the root cause and provide an appropriate solution or workaround. |
I did open a ticket with support and went back and forth for a couple months with them. They were not helpful. I created a staging site for them, gave them access to the live site, gave them many examples of this happening, and still no resolution. Can you tell me what this issue is as I cannot see it? https://github.com/getdokan/client-issue/issues/93 There is a comment in the StripePaymentGateway.php file suggesting there is a known issue when bootstrapping Stripe and setting credentials. This appears to be the exact issue I am seeing. Sometimes renewal payments go through successfully, sometimes they don't. When they don't I get the error about an API key not being set, yet it is as evident by the fact that some renewal payments go through and all regular payments do as well. It seems as if there is some kind of issue with the plugin and I am trying to figure out why before I have to ditch it and go with another solution which works. |
mentioned issue is fixed and working fine as expected. CC: @tanjiralmamun vai, @mrabbani vai |
What was the issue and what version was it fixed in? |
v3.10.3 ( Apr 17, 2024 )
This appears to be a site-specific issue. We are actively investigating to identify the root cause. Our team is diligently working to develop a more effective solution that enhances the experience for our users. We kindly request that you reach out to our support team again, providing access to a staging site, and follow the necessary steps to assist us in pinpointing and resolving your problem efficiently. |
I updated everything yesterday. Dokan, Woocommerce, everything. Payments still failed last night. Once again, here is the error.
So it appears the issue is NOT fixed. |
@thekendog, it appears that the issue with Stripe subscription renewal payments failing is still persisting even after updating Dokan, WooCommerce, and other plugins/themes. The error message " Since this is a recurring and critical issue that is impacting their business operations, I would recommend you to contact our support team immediately with the following information:
Our support team is well-equipped with the necessary expertise and resources to thoroughly investigate and resolve this issue. By providing them with direct access to the site and all relevant information, they can expedite the troubleshooting process and provide a timely resolution. CC: @mrabbani vai |
As I have already said, I went back and forth with support for a few months. They were not helpful. We are just going to cancel our Dokan subscription and switch to another plugin. Our client is pretty upset right now and rightfully so. |
Hello @thekendog, I hope you are having a great day. I am unable to find any ticket history through your name. If you have already raised a support ticket, please share the ticket number here. Additionally, it seems that the issue you are experiencing is specific to your website and not related to our plugin. Therefore, I am unable to provide proper support or development assistance without thoroughly checking your site. As this is our public repository, please reach out to our support team for assistance. To expedite the process, kindly back up your website, provide us with a staging site and credentials, and enable the test mode of your payment gateway. Once you have provided this information, we will work to resolve your issues from our end. I am looking forward to your reply in support ticket. Best regards, |
Bug Description
I am having an issue with the Stripe and subscriptions modules. Subscription renewal payments fail randomly. They work sometimes, but a lot of times they are failing. Here is the error...
No API key provided. (HINT: set your API key using "Stripe::setApiKey(<API-KEY>)". You can generate API keys from the Stripe web interface.
I've done some digging and I see this note in the StripePaymentGateway.php file.
https://share.cleanshot.com/L4N92xmg
What is this issue exactly? I cannot see it as it is private, but it appears to be directly related to my issue and is in the exact spot where the error is occurring.
Step To Reproduce
Expected Behaviour
Subscription renewal payments should work all the time.
Actual Behaviour
Subscription renewal payments are failing about 50% of the time and I'm getting the setApiKey error.
Additional Information
No response
Environment (please complete the following information)
The text was updated successfully, but these errors were encountered: