私のイオンアプリに成功URLを設定またはレンダリングする方法を教えてください。PayU マネーを Ionic アプリに統合すると、支払いの完了後に成功 URL と失敗 URL が必要になり、成功 URL にレンダリングされますが、Ionic アプリには戻りません。
<form name="sendParam" method="post" action="https://test.payu.in/_payment.php">
<input type="text" name="key" value="P3kHif" />
<input type="text" name="txnid" value="mdd0123" />
<input type="text" name="amount" value="100" />
<input type="text" name="productinfo" value="oxygenconcentrator" />
<input type="text" name="firstname" value="test" />
<input type="text" name="email" value="test@gmail.com" />
<input type="text" name="phone" value="9999999999" />
<input type="text" name="surl" value="http://example.com" />
<input type="text" name="Furl" value="http://example.com/about-us/" />
<input type="text" name="Hash" value="9a4c95b065ae294414e6a5b0b6e8e5d1a2ebf26074228eac6ff7c7d739c9cd4d021a9f70af8860ac369b1ccecfdaa60ba5839ee9dc1fd41e2848a3813677d520"/>
<input type="submit" value="enter"/>
</form >
PayUmoney からの応答は HTML 形式のみで、JSON オブジェクト形式はありません。次のリンクPayU Money Rest API をたどっただけです