I'm using Authorize.net AIM and silent post. The purchase is done via AIM, and it's working fine. If the user wants to refund then it's tracked via silent post url. But there is no parent transaction id for a refund transaction. So I couldn't understand of which transaction the refund is for. Do anyone have any idea on this one? Or how to do it.
Asked
Active
Viewed 487 times
1 Answers
2
Keep Test mode turned off, then you will get a Transaction ID for each payment transaction. For a refund call (credit or void) pass the particular transaction id which can identify the payment. In test mode Authorize.net returns 0 as transaction id. For more Test refunds on Authorize.net using a test account?
-
this example isn't working for getting the transaction details http://developer.authorize.net/api/transaction_details/ – Mazhar Ahmed Jul 24 '13 at 09:23
-
never mind, I forgot to enable Transaction Details API from the panel – Mazhar Ahmed Jul 24 '13 at 10:04
-
@gins thomas Can I get customer profile id using the transaction id – Mukesh Nov 14 '13 at 11:42