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
Summary
The user is asking for advice on integrating Stripe with Appwrite. They are unsure whether to use webhooks or cloud functions for their specific use case. They explain that after a payment is made, they need to send information to a list of users one by one and proceed based on their responses. The solution provided suggests using webhooks for payment fulfillment (as Appwrite doesn't support it yet) and using cloud functions to handle updating users and other tasks. They also provide a link for more information on the lack of payment fulfillment support in Appwrite.