12-22-2012 01:27 PM
can you log into your mechant account and see what happend to the transaction? It is getting charge or just getting credit hold? If all else fail call support with the transactionID.
12-22-2012 01:37 PM
Yes there is a charge that has to be voided.
12-22-2012 01:43 PM
So, you have to void it in the merchant account? Do you capture all the data return from authorize.net so you can see why it got decline? are you using relay response?
12-22-2012 02:06 PM - edited 12-22-2012 02:06 PM
Sure do! Here's a list of values I captured:
3
1
6
The credit card number is invalid.
P
0
School
45.00
CC
auth_capture
41F1CED7D79B2249DE6778B4F34BE5B9
XXXX)(&?
12-22-2012 02:11 PM
So the response said the credit card# is invalid but it still getting an auth/capture on the authorize.net side. what is the 0?
12-22-2012 02:21 PM
It's in the 7th position of the transaction response.
12-22-2012 02:33 PM
Closest thing would be the x_trans_id field.
12-22-2012 02:37 PM
It's in the 7th position of the transaction response.
SIM relay response are by field name, and not by position. Only response for AIM are by position.
How did you find the transaction to void if the id is 0? 0 mean it didn't generate an transaction, I'm not sure how it will get charge at all at authorize.net
does SIM return error on certain card? does it error an A card consistently.
12-22-2012 04:08 PM - edited 12-22-2012 04:14 PM
It returns instantly according to the user. I have code to tell me what position in the response array the value occupied that's how I counted the 7th position. Since this is the first time I've had to do forensics on this type of thing, I'm taking notes on how to improve it.
12-22-2012 05:55 PM