I have been using appwrite functions with the stripe api and so far it has worked perfectly, however now I need to receive real time updates that stripe provides through its webhook, I was wondering if there is a chance that I could run a function forever or if Is there a way to open an endpoint in my appwrite to receive real-time updates from stripe?
If they do not exist, what alternatives could I use?
thanks
In the future - Appwrite's gen 4 function - it will be an option.
For now there's a way for self-hosted
You can use Funcover and flatten the headers from Stripe into your function
And if you look for a quick alternative. Before Funcover I've used Cloudflare Workers to achieve this exactly.
I'll take a look at it ๐ , thanks
Recommended threads
- Api Key No Scopes Webhook
why scopes in self hosted missing but in cloud is available?
- Help Needed: "The current user has been ...
Facing a 403 Forbidden error with the message "The current user has been blocked" while trying to log in via GitHub and Email/Password. This is happening on a ...
- Unable to signup to appwrite cloud
When attempting to create an online cloud account on appwrite.io, I get the following message : "This email address must already be in its canonical form. Pleas...