
Stuck on integrating stripe, whether to go with webhooks or cloud functions? After payment is done, I have list of users to send one by one if they accept or reject it, based on I would need to send to next user in list and so on. I want to hear your opinion as I don't know much about appwrite

Depends on which part. For payment fulfillment, Appwrite doesn't support it yet. check this, https://discord.com/channels/564160730845151244/1119861206308638770/1119861937359048737
For the second part to update your inner users etc, use cloud function regularly

I meant that it's more of delivery app like, so if payment goes through I need to send details of package to delivery guy who's closest to

would I have to use realtime then?

Webhooks in appwrite, are they provider?

No, it's only out-webhooks Like so

Yes, that will be the best approach.

Recommended threads
- JSON Parse error: Unexpected EOF when ex...
Hi, I'm trying to test a piece of code and I can't figure out what I'm doing wrong. I've reduced the deployed main to just this ```javascript export default as...
- Automatically Assigning the user and tea...
Hey AppWriters! Day 2 for me 😅 I'm reading the docs https://appwrite.io/docs/products/auth/team-invites In order to understand how a document is added then ...
- Function delayed execution does not exec...
Hi, I’m having issues with scheduled function executions. Sometimes the delayed function triggers, but a lot of the time it doesn’t. For example the status just...
