• Resolved abossola

    (@abossola)


    We disabled the plugin and tested another Stripe plugin. I keep getting this

    “We’ve had some trouble sending requests in live mode to a webhook endpoint associated with your account. Stripe sends webhook events to your server to notify you of activity in your Stripe account, such as a completed payout or a newly-created invoice.”

    The end point in the Stripe account is still active. Does that mean we need to leave the plugin active but disabled (if we wanted to) so that existing subscriptions will continue to rebill? And do so forever…



Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @abossola,

    If you disable the plugin but keep the webhook endpoint active, it’s possible that existing subscriptions will continue to be billed, but you might encounter errors or incomplete notifications, as the plugin responsible for processing those webhooks is inactive.

    Please review the Stripe webhook logs by logging in to your Stripe account and check the webhook logs. This will show you the exact error messages being returned. You can share these details with us, so we can assist you further.

    Thread Starter abossola

    (@abossola)

    there is a lot of info in stripe logs. What info do you need specifically?

    Plugin Support Sravan Bhaskaravajjula

    (@bhshravankumar)

    Hello @abossola,

    To troubleshoot the issue with the webhook endpoint associated with your Stripe account, you can follow these steps:

    1. Verify the webhook endpoint URL: Make sure the URL is correct and free of typos. Confirm that the URL is publicly accessible on the internet and can be resolved to the expected IP address using a DNS tool like nslookup or dig.
    2. Check SSL/TLS certificate and configuration: If you are receiving a “TLS error,” it indicates an SSL/TLS issue. Use a tool like SSL Labs’ SSL Server Test to check for any issues with your TLS certificate or configuration. Resolve any reported issues, such as incomplete certificate chains or security errors.
    3. Confirm firewall and network configuration: Ensure that connections from Stripe are not blocked by a firewall or network configuration. You may need to work with your hosting provider to confirm that the IP addresses Stripe uses for webhooks can access your webhook endpoint’s URL.

    If you continue to experience trouble after performing these steps, you may want to reach out to Stripe support for further assistance.
    For more information about troubleshooting webhook issues and verifying webhook events, refer to the webhooks troubleshooting guide.

    Or else they can try delete webhook and create new

    Let us know if we could be of any further assistance. 

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘subscriptions and disabling plugin’ is closed to new replies.