ProfesorOriginal post
Rank 1: Thread
Hi, I have a question I use function template "Subscriptions-with-stripe" and /subscribe is working fine, but if try to call /webhook I get error response: {"type":"StripeSignatureVerificationError","raw":{"message":"No webhook payload was provided."},"payload":""}
Summary
Hi, I'm using the "Subscriptions-with-stripe" function template and the /subscribe function is working fine. However, when I try to call /webhook, I receive an error response: {"type":"StripeSignatureVerificationError","raw":{"message":"No webhook payload was provided."},"payload":""}. Can anyone help with this?
Solution: This error usually occurs when the webhook payload is not being passed correctly. Make sure you are sending the required payload when calling the /webhook function. Check your code and make sure the payload is being transmitted properly.