
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
- CSV uploads
when I loaded the CSV file into Appwrite, the data didn’t show up automatically. I had to manually enter each record myself. Not sure how to fix
- Correct way of updating console?
I see that console updates with regular minor fixes, now on self hosted version I have 6.0.13 what's the correct procedure to update it? If I update the vers...
- env var - APP_DOMAIN
Hey guys I am developing a flutter app - the app is already in production. Now I need to change the URL from the public IP to a domain. I cannot break the old u...
