#Mah
1 messages · Page 1 of 1 (latest)
Hello
When you say "no packages" you mean that you don't want to use one of our client libraries in your Webhook handler?
or via api
Can you tell me why you don't want to use one of our client libraries?
It is going to be much easier really
I could but I'm making modifications to an old project and I'd need to spend a lot of time changing stuff to make it work with the stripe libary
Hmmm okay well if you don't want to use one of our libraries then we have docs here https://stripe.com/docs/webhooks#verify-manually on how to verify a signature manually
Other than that you just set up an endpoint and receive the Webhook request to your endpoint
Alright, your help is much appreciated