How to integrate Razorpay payment gateway

Hi Friend any one please suggest me, how to integrate razorpay payment gateway by default

1 Like

Unfortunately, you can’t implement. You can only use razor pay with payments links only or try PayU

You can only add it through html at the current time.

https://www.wix.com/corvid/forum/community-discussion/how-do-i-integrate-a-thrid-party-payment-gateway-such-as-http-razorpay-com-with-corvid-on-my-wix-store-paypal-isn-t-user-friendly

I have integrated the Invoices API to create links for the payment via POST (https://api.razorpay.com/v1/invoices) and then I use wixLocation.to() to redirect the user to the link which I get in the response body.

On my RazorPay Dashboard I have a Webhook setup and I have exposed my site’s API to receive incoming requests.

Once the payment is successful RazorPay will send a request to my API and I fulfill the order on my site’s backend.

Plz share sample code for example

@shantanukumar847 Can you please share code to get payment id from the razorpay webhook

Wix India needs this so badly!
@yisrael-wix

Yes please share the code so that i can integrate to my website,I need it badly
http://taruorganics.com/ has already integrated this buit I don’t know how,please help me I need it badly.

Read the Community Guidelines before making a post or commenting. Do not expect full solutions or freebies. If you are stuck, post your code here and we will try to help you debug it.