#manikandan_rajkumar
1 messages · Page 1 of 1 (latest)
Can you share more details of your integration please?
I am trying to use webhook for invoice status
event = stripe.Webhook.construct_event(
payload, sig_header , endpoint_secret
)
can i know wat is the sig_header
Here is a complete webhook sample project:
https://github.com/stripe/stripe-node/tree/master/examples/webhook-signing
Or you can follow this quickstart step by step:
https://stripe.com/docs/webhooks/quickstart
raise error.SignatureVerificationError(
stripe.error.SignatureVerificationError: Unable to extract timestamp and signatures from header
Geting the above error while using it
Did you download the sample project above and run it?
Any projects related to Django?
Hi! I'm taking over from my colleague. Please, give me a moment to catch up.
There's a python example: https://github.com/stripe/stripe-python/blob/master/examples/webhooks.py