Skip to content
Back

Stripe Subscription Functions

  • 0
  • Self Hosted
  • Web
Profesor
25 Jan, 2024, 14:58

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.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more