#jlkinaz
1 messages · Page 1 of 1 (latest)
hi! so the webhook URL is the URL of your Woocomerce installation?
if so you should check the docs and support of that platform/plugin for help since they control the code that handles the webhook.
I believe that is correct. However, the transactions are generated from the QR code, not the website.
I'm not really sure what that means or how it would be relevant
Users are not making a purchase on the website. They are using the QR code generated on the Stripe site. However, the webhook error appears to be tied to the website but transaction details are linked to the QR code purchase.
in any case this Discord is for helping developers building bespoke integrations and writing their own code so I'm not sure how can I help if it's a Woocommerce plugin that is having trouble reciecing the webhook. I'd suggest checking their docs/support for help(sorry, nobody in Stripe email support is supposed to ever send you to Discord).
if you have something like the evt_xxx ID of a failed webhook event I can take a quick look.
Thanks. I was directed to this Discord by someone at Stripe who already investigated the issue. Let me see if I can pull an event id.
evt_3OIFYaCNpQbcJNgP0abXmQ6L
thanks! well yeah this is the Woocommerce server returning the error so not something we help with.
if you look at the repsonse it says Invalid signature received. Verify that your webhook secret is correct so maybe you didn't copy and paste the webhook signing secret correctly when setting up the Woocommerce plugin? I'd suggest triple checking the value and you didn't copy whitespace or trim characters from the end etc.
OK. Am I better off deleting the webhook and recreating a new one?
I don't know! If the problem is what the error message implies than it's a matter of updating the plugin to use the right secret I have no idea if you can edit the settings on the plugin for an existing endpoint or if you have to create a new one.
Got it. Thank you. At least I am now troubleshooting the proper area. Thanks for your help.