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
- Roles Enum Limitation in Kotlin SDK
The createMembership method in the Appwrite Kotlin SDK now requires List<io.appwrite.enums.Roles> instead of List<String>, but the predefined Roles enum only co...
- Failed to create function
Hey everyone ๐ I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Server Down
Appwrite services are down. When will they start working again?