#magoware_16537
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- magoware_16537-webhooks, 17 hours ago, 17 messages
Hello there
I want to know something
I have a webhook
What security element should I add in the webhook in order the third application that listens to these calls, can identify my calls and accept them
You mean how to check that the webhook evens actually come from Stripe?
you can check the signature of the event: https://stripe.com/docs/webhooks#verify-official-libraries
sure
i want something without code
as we just create the webhook and then start working
can you please share something in this regard?
I don't see how it's possible to check that a webhook event comes from Stripe without code.