Ionic with payment gateway integration

Hi,

I need integrate payment gateway in Ionic 2 Apps.

I refer this [razorpay.com].

But I have no idea.

How to integrate razorpay and how to use.

Kindly advice me,

Thanks

That is a question that you should probably ask the Razorpay people.

Do they have a Cordova plugin?
Do they have a JS library that works with Angular2+?

Few months back i made one demo of razorpay integration with website, what i remember , you need to use a link http://razorpay.com/payment?merchantid=xxxxxxx&billid=xxxxxx&amount=xxx,
, it will take u to the razor pay payment page , after completion it will return the transaction was succesfull or not , and according to that u can proceed further in your app/website.
Go ro their docs and example , if ionic/cordova specific solution is not there you can integrate that web based solution

1 Like

See here complete guide to integrate razorpay with ionic 3 http://www.programmingworldtech.com/2017/09/razorpay-integration-with-ionic-3-and.html

5 Likes