cancel
Showing results for 
Search instead for 
Did you mean: 

Refund using AIM

Hi all,

I have been implementing Refund functionality for AIM. I have used the API dlls provided by Authorize .NET(programming language C# .NET).

So, the signature of Refund functionlity for AIM accepts three parameters.

1) Transaction id

2) amount

3) Card Number

 

Now, the question is can I skip the Card Number field? We are not storing the card information. So, I do not have the card information.

nihirporecha
Contributor
1 ACCEPTED SOLUTION

Accepted Solutions

You only need to submit the last 4 digits of the credit card. If you didn't save these or get them from the customer, you can use the Transaction Details API to look up the transaction and retrieve them.

View solution in original post

TJPride
Expert
1 REPLY 1

You only need to submit the last 4 digits of the credit card. If you didn't save these or get them from the customer, you can use the Transaction Details API to look up the transaction and retrieve them.

TJPride
Expert