#-m4yhem-_code

1 messages ¡ Page 1 of 1 (latest)

velvet irisBOT
#

👋 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/1272907274775564380

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

smoky umbra
slim cradle
#

thanks! tho i've already checked that out. I'm trying to verify a signature sent from a Stripe app, which is similar to a stripe webhook. the signature on the webhooks works, but not on the stripe app from the UI

smoky umbra
#

Ah, so to be clear, the code in the docs - not the code in your original message - is the thing that is returning that there is no signature match?

#

I'm actually not immediately sure that the differences between constructEvent and verifyHeader are. Checking in to those and will get back to you

slim cradle
#

Thats right, but both code snippets are the same (one is in express and the other in python). verifyHeader afaik is what you use in express to verify the signature and constructEvent is its python counterpart