- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
refund for credit card and echeck using AIM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can refund mutiple time up to the capture amount.
โ05-16-2013 08:09 AM