Redirect back in app (ios and android) after payment success in paytm

Viewed 2151

after payment success Paytm redirects user to the callback-url on mysite. How to redirect user back into the app from the view returned by callback url into the App.

2 Answers

For Payment success / Failure :-

In REACT NATIVE, If all the parameters are correct and call back URL also correct means, every success or failure transactions paytm itself redirect the order page. Based on the paytm results, you can redirect the page (success page / Failure page). Check the paytm response (TXN_FAILURE / PENDING / TXN_SUCCESS /NO_RECORD_FOUND).

Related