I am trying to integrate Paytm in an ASP.NET website. Payment processing is going well, but when a transaction is completed, it redirects to my "callbackurl" page.
Here I don`t know how to read the response of the transaction. I checked my callback page using inspect element but there was no json or any error message or message in console.
Any help will be appreciated.
get status as:
Request.Form["Status"]