I am Implementing the Authorize.net Redirect method within Salesforce. A button on a visualforce page redirect the users to the Authorize.net hosted Payment Form. Hosted Form After a successful payment, a default receipt page displays transaction details such as the transaction ID and authorization code. Receipt
I want to save these details in Salesforce. I know that using an iframe provides a response code, but I specifically want to stick to the redirect method. So Is there any way to get the Transaction Details with Redirect approach.