cancel
Showing results for 
Search instead for 
Did you mean: 

Need refund transaction status API endpoint

I am method looking for (API end point ) from which I can get refund transaction status if I pass transaction ID with profile.

Devendra1511
Member
4 REPLIES 4

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

 

mmcguire
Administrator Administrator
Administrator

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.

Yes, desperately need original transactions to have links to their refunded transactions.  

@nealdyrkacz,

What is it you need this for?