I want to use express in my website which build my using reactjs and appwrite as backend. Now for payment gateways integration (INSTAMOJO), I need to use express how can I do that
Hello anyone please help me
So your frontend is in React, your backend is Appwrite, and you want to integrate a payment gateway.
Why not create a cloud function to implement the payment gateway?
You can use nodejs for the cloud function
Can you please help me how to do that
what do you mean? there should be documentation for implementing the payment gateway. follow the docs and write a cloud function for it ๐
Recommended threads
- Docker Compose MongoDB Setup
everythings work fine but the mongodb fails on startup everytime. log: ``` Generating random MongoDB keyfile... /bin/bash: line 9: : No such file or directory ...
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...