
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
- How many users can be added in the Pro p...
<#1072905050399191082>
- Queries about live WebSocket connections
Hey everyone! 👋 I'm exploring Appwrite for a live online test where thousands of candidates will be active simultaneously. I couldn't find any official docume...
- Enum
How can I decode a attribute that I set as enum in swift? I tried creating an enum variable in swift, but i got a json decoidng error. I looked through the do...
