Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I was integrated successfully Authorize.net to my web application and payment process is working fine. Now i need to look about Refund process.

I read in some documentation to refund amount in Authorize , we must integrate Authorize.net in Advanced Integration Method (AIM) and x_type should be CREDIT. i was doing the same.

but i didn't found any Sample code for Refund process
Can anyone help me with some code snippet ?

Thanks in advance
Posted
Updated 9-Mar-15 1:58am
v2
Comments
ZurdoDev 9-Mar-15 8:29am    
Refer to the documentation.

1 solution

Never, ever, accept code from a insecure website to handle anything to do with real money.
You do not know who is giving you the code, you do not know what it does, you do not know that it places the monies correctly into the appropriate account, without passing the details to any third parties.

Only get such code from the people you got your API from - the scope for fraud otherwise is far too large. And remember, you personally could be liable for any monies lost if your action is seen to be negligent - which getting your code from a public forum would most certainly be!
 
Share this answer
 
Comments
Dusara Maulik 9-Mar-15 10:41am    
very true

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900