I am method looking for (API end point ) from which I can get refund transaction status if I pass transaction ID with profile.
05-03-2018 08:06 AM
Use can use the GetTransactionDetails endpoint for this. It will require the transaction id but not the profile. It will return profile id related to the transaction.
https://developer.authorize.net/api/reference/#transaction-reporting-get-transaction-details
05-03-2018 02:09 PM
Thanks for the response.
With help of GetTransactionDetails getting transaction details of original transaction ID.
A refund will result in a new transaction id being issued.
But there is no link between the original and new transaction id.
I have original transaction id only at my end and GetTransactionDetails always giving its old transaction details.
05-04-2018 03:38 AM
Yes, desperately need original transactions to have links to their refunded transactions.
02-05-2019 12:25 PM
02-08-2019 05:51 AM