I’ve managed to set up Razorpay payment gateway and now successfully receiving payments. Is there a way to create an order manually and push it to wix orders database so that it would trigger up notifications and send confirmation emails to the customer? Or should I be doing this manually ( settings us notification etc )? Any help would be appreciated. Thank you
I don’t see anything that looks like you can. I’m afraid this has to be handled manually. But look on it on the bright side: it will give you more flexibility since current Back end API’s won’t allow you to query orders. The only API that can is the wix-paid-plans (only for paid plans) and you can’t call this on back end side.
Thanks for the reply Tom. Appreciate it.
Wix Corvid API is working on a new API that will allow you to manually create orders on the Backend.
See the upcoming APIs:
https://www.wix.com/corvid/coming-soon
Yeah, I’m kind of in the same boat, but if its only notifications that your worried about, its pretty easy to setup some backend modules to send emails.