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
- Hostname redirect forwarding...
I want the redirect of the Cname is redirected correctly from www. to glossytech.co.ke
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- OAuth provider credentials reverting [CR...
Hi team, I’m experiencing repeated OAuth configuration resets in my Appwrite project. ## Issue 1 – Google OAuth credentials reverting * I configure my own Goog...