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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Paused project can't activate
I have failed to reactivate one my projects which had been paused