
How to add payment gateway in appwrite ??

What do you mean?

like stripe, paypal etc

Payment gateways like Stripe, InstaMojo, RazorPay, etc. should be (according to me) integrated on the server side. These payment gateways always have documentation that details how to integrate their services in any app.
That being said, you can create a cloud functions in Appwrite, and implement all the logic for the payment integration in it, and when you need to use the integration, just call the function from your app.

@Pradhumansinh Padhiyar like @Haimantika say on #🗂│hackathon-chat you can read https://dev.to/appwrite/start-selling-online-using-appwrite-and-stripe-3l04

Yes. Remember to check any change in syntax from our docs. Appwrite Cloud is in version 1.1, so you can check the docs accordingly
Recommended threads
- Database Double Requesting Error.
I am getting error for creating new document in an collection with new ID.unique() then too getting error of existing document. When button is pressed one docum...
- Sharing cookies
Hi, I’m using Appwrite Cloud, and I have a setup where my Appwrite backend is hosted on a subdomain (e.g., api.example.com), while my frontend (Next.js app) and...
- Trouble with Anonymous Login on iOS
Ideally I would like to be able to sign in anonymously and persist this user even if they close and reopen the app. Is this possible? Here is what I currently h...
