#HKrievs - webhook
1 messages · Page 1 of 1 (latest)
Hi! It looks like Stripe tried to send you an event, and your server replied with a 400 status code. And I don't think we changed anything on our end.
Can you check if your server is working properly? And try to log the quests sent by Stripe?
Yes, my code will send a 400 when I get a Excep from Stripe.
But, why do I get the SignatureVerificationException?
I have tried running on localhost, with Stripe CLI setup.
I have pasted the Webhook secret from Stripe CLI into my code, but I still get the SignatureVerificationException
*Using Java.