
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
- 500 Server Error after migration
I am trying to migrate my current appwrite instance to a new VPS. I have followed the official [guide](https://appwrite.io/blog/post/how-to-back-up-your-appwrit...
- Dont throw error
In my webhook handler I am verifying the if webhook is duplicated or not since stripe sends events more than once sometimes. but if row not found in db appwrit...
- sdk-for-apple v.10.2.0 produces errors
I am trying to get the Apple SDK v10.2.0 to work on my tvOS project. I previously used v6.0.0 but decided to update. When I update the dependencies, the build f...
