Search code examples
c#asp.netpaytm

Read response from callbackurl after paytm transaction in asp.net


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.


Solution

  • get status as:

    Request.Form["Status"]