#joaoivolopes22
1 messages · Page 1 of 1 (latest)
Hi there, happy to help in English. Are you able to translate your question to English here?
I need help with a stripe integration and a system in my php :/
Sure, what specifically do you need help with?
Well, I got the email saying that there is an error in the webhook
and now I'm in doubt if my system is receiving payments or not
Can you share an example event id with me? It would look something like evt_xxxx
taking a look here
You can take a look at your Dashboard, https://dashboard.stripe.com/events/evt_1MN1p9KvWxTJTDlBXNUY342t and see the reason behind the failure. In this case, No signatures found matching the expected signature for payload . For the signature verification to work, you can not alter the raw body that we send to your webhook endpoint. You'd want to make sure that you're not altering the webhook signature, https://stripe.com/docs/webhooks/signatures and passing the raw body itself.
complicated. Is it working or not?
It is not, and the above explains why not and how to fix this.