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
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...
- 401 - Project not accessible in this reg...
Hi Appwrite team, I’m experiencing a Cloud Console issue with my NYC region project. Problem: - Some Console pages return: “401 - Project is not accessible ...