#rojinbastola
1 messages · Page 1 of 1 (latest)
Is this to test a webhook endpoint?
yes.
Ah so you can't do that. Recommend reading https://stripe.com/docs/webhooks/signatures#verify-manually to understand the signature. You'll need to just mock the signature verification call if you really want to test this via postman. Really just recommend testing locally with this flow instead: https://stripe.com/docs/webhooks/test
okay.. thank you for your help