
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
- Relationships restricted to a max depth ...
When I do query like: ``` await _databases.listDocuments( databaseId: AppwriteConfig.DATABASE_ID, collectionId: AppwriteConfig.SERVICES_COLLECTI...
- Is appwrite down?
Getting 500 Server Error. It’s not letting me log in as well.
- SMTP Error: Could not connect to SMTP ho...
My Appwrite is not sending emails. The following tests were performed to validate the environment variables: Log: ``` appwrite-worker-mails | [Worker] Worker...
