#akii-webhook
1 messages · Page 1 of 1 (latest)
Hi, what do you mean by send headers for webhook? Webhook is a server on your side to receive Stripe HTTP request, so you don't technically send to it
Yes i meant that stripe HTTP request must have some authorization headers to access the server.
It's the signature: https://stripe.com/docs/webhooks/signatures Using our SDK and you will have a default method to verify it
okay