I would like to create a link on my integration so users can view their transaction directly on authorize.net
I only have sandbox access, and the only url I can obtain is to a printable transaction detail (i.e. clicking print when viewing a transaction detail):
https://sandbox.authorize.net/ui/themes/sandbox/Transaction/TransactionReceipt.aspx?transid=12345
The rest load a modal within the control panel. Ideally the link would be to the control panel rather than just a printable transaction detail, but this would suffice. My problem is I don't know what the structure would be for the live production accounts.
Any help appreciated!
08-12-2018 04:00 AM
Hi msykes,
What you are describing is not possible. You can show the end-user the receipt at the time that the response is returned and/or you may email the customer a receipt which will show the transaction details. Alternatively, if the end-user would like to know the transaction details at a later date/time, you may use the getTransactionDetailsRequest as documented in our API Reference Guide located at https://developer.authorize.net/api/reference/#transaction-reporting-get-transaction-details.
Thank you,
Elaine
08-18-2018 01:11 PM