Rank 4: Virtual Machine
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
Votes
1
Replies
5
Participants
Unknown
Messages
6
Rank 4: Virtual Machine
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
Rank 4: Virtual Machine
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
Rank 4: Virtual Machine
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 😄