
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
- Need help on Flutter OAuth2
Am trying to use Appwrite OAuth (google, apple and facebook), am been on it for sometimes now which have tried many things but still not able to make it work: ...
- How to detect user disconnection?
I'm creating a 1v1 challenge using realtime and i want to trigger a function when the user disconnect... how to make this using Appwrite Realtime? i searched i...
- Custom domain issue
Hello following another post I'm creating dedicated post according to my project ID: 67ffbd800010958ae104 I deployed for debug my React Native app in web, chrom...
