#papazov9_webhooks

1 messages ¡ Page 1 of 1 (latest)

glad scaffoldBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1301186599085936640

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

stable rivet
#

Hello
We have a doc that goes over what can affect and fail webhook signature verifications here - https://docs.stripe.com/webhooks/signature

I'd recommend reading through that as it should help resolve the issue.

hoary rover
#

Sure but i have already read this

stable rivet
#

One thing I'd flag is that your server might be altering the payload on it's own due to configuration.

hoary rover
#

I see, where i can see further more about self altering in the server

stable rivet
hoary rover
#

okay can i print the signature here and you say if it seems refactored?

glad scaffoldBOT
stable rivet
#

Not something I can just look at and confirm, you'd need to check your server configuration and look at what's happening with the incoming payload.

hoary rover
#

hmm sure, but i do not think in spring boot i can see if the request is altred or not

red plaza
#

Yeah it can be difficuly to verify unfortunately. Sometimes with frameworks you need to try a couple different methods to find the one that actually gives you the raw request body

hoary rover
#

no actually i just get it as a @RequsetBody String payload instead of HttpRequest adn it worked

#

Thank you for the help

#

appreciate it

red plaza
#

Nice! Glad that solved it