Harish Patidar
Harish Patidar

Reputation: 313

How to integrate PayU money with Cordova Application(Hybrid App)

I want to integrate PayU Money Payment gateway in my IONIC Cordova app. I got the doc from PayU team. There is mentioned one post api need to call. But problem is, what should be the correct JSON for the POST API? And How to create WEB VIEW in cordova app for PayU Money? And what should redirect URL?

Below test url provided by payu money.

POST URL: https://test.payu.in/_payment

I called below url via HTTP post request. But just returning html whole template page. And how to render it in WEB VIEW?

Can someone help me with steps, how to do so?

Upvotes: 1

Views: 3320

Answers (1)

Selvakumar
Selvakumar

Reputation: 56

Harish use this https://github.com/Wizcorp/phonegap-plugin-wizViewManager plugin to load your "returning html whole template page".

Upvotes: 3

Related Questions