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
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...