How can I provide refund to the customer from my application instead of going to authorize.net
my application is written in classic asp
we are using two methods echeck and credit card
please tell how to refund for both of them are the refund will be same or will be in different way
we are not storing credit card on our server so i do not have last four digits of card,
but we have
transaction id
x_login
x_tran_key
08-23-2011 02:28 PM
Hi Yusuf,
I just answered you in this post, but here again, check out our sample code page. There'll you'll find ASP Classic sample code for AIM which should do what you're needing to do here. You can also check out the AIM Guide for more info.
Thanks,
Michelle
Developer Community Manager
08-24-2011 01:11 PM
Thanks for answering but for refund it says
x_type=CREDIT
x_trans_id=Transaction ID here
x_card_num=Full credit card number or last four digits only here
I have transaction id stored in my database but we are not storing credit card info(whole or last four digit), now how can I do refund
08-24-2011 02:51 PM
Without the last 4 digit.
There are 2 option that I can think of.
1)Login to the merchant account, search it and do the refund there.
2)Use "GetTransactionDetails" method in Transaction Detail API http://developer.authorize.net/api/transaction_details/ to get ther last 4 digit and then do a refund thru AIM.
08-24-2011 06:22 PM - edited 08-24-2011 06:22 PM
I like option 2. Didn't know there was a way to do that with AIM - there wasn't a code sample for it in the AIM.markdown - but the code sample on the URL you posted is perfect.
08-25-2011 01:19 AM
Hi Sir ,
I've a question regarding refund .First I am authorizing 100 USD then capturing 90 USD then we will make multiple refund transaction like refund 10 USD then refund 10 USD.
Is it possible? Please confirm
Thanks
Manish
05-16-2013 07:41 AM
You can refund mutiple time up to the capture amount.
05-16-2013 08:09 AM