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":""}
TL;DR
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.Recommended threads
- MariaDB refuses to connect to appwrite
Earlier, I tried updating my Appwrite version from 18.1.x to the latest release because my Flutter package required it to function properly. I used the official...
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.