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
- Does a user need to be registered in App...
If I want to send an email (for example, to xyz@gmail.com) from an Appwrite Cloud Function, does that email address need to be registered as a user in Appwrite?...
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- support counts
I want just want number of rows i have matching few conditions, if databse.count was there then will had saved few resources, instead using databse.listrows