How to integrate PayuMoney Payment gateway with ionic 4?

Hello Everyone,
Please help me, how to handle payu money response in inapp browser ionic 4.
In case of web, after successful transaction it’ll return SURL, we are capture the response but
In case of app, unable to capture it.

sample code:
iabrowser.on(‘loadstart’).subscribe(event => {
console.log(“First Event Url======” + event.url);
alert(event.url);
});

Please help me team, I have done lots of R&D but didn’t get any output.

Thank u

1 Like

Are you using some kit of this link https://developer.payumoney.com/?_ga=2.4524213.746721229.1578334519-2042085463.1578334519#explore-our-stack ?

See more https://www.payumoney.com/dev-guide/apireference.html?_ga=2.230368666.746721229.1578334519-2042085463.1578334519#operation/chkMerchantTxnStatusUsingPOST

i have also same problem