We are using the AIM method with an auth_only transaction. I am looking at the response. It says in the documentation that the card type is supposed to be at index 52 of the response. But I don't even have that many indexes in my response. Does anyone know if I am doing something wrong? I am getting the message of "This transaction has been approved." and I have 38 indices in my response.
Thanks
Mike
Solved! Go to Solution.
05-15-2014 01:50 PM
It the account default to use Transaction Version 3.0?
Try adding x_version=3.1 to your param to see if you get the other fields.
05-16-2014 06:33 AM
Don't see an option to edit my post for some reason.
Anyway, I wanted to add that it appears that the last response code I am getting back is 38, the MD5 hash.
05-15-2014 02:23 PM
the whole delimited list only go to 38?
is this a test account? test mode on?
05-15-2014 04:14 PM - edited 05-15-2014 04:20 PM
Yes, it only goes to 38. This is not a test account. I'm fairly certain test mode is not on, how do I check that. This is the main account we use with our existing live shopping site.
05-16-2014 05:36 AM
Here is the full string I am getting back. Sensitive info "x"d out.
1|1|1|This transaction has been approved.|016343|Y|61799xxxxx||Transaction|0.00|CC|auth_only||First|Last||billing address||state|zip||||||||||||||||||6F3FF6B7DAD5EA17Bxxxxxxxxx
05-16-2014 05:45 AM
It the account default to use Transaction Version 3.0?
Try adding x_version=3.1 to your param to see if you get the other fields.
05-16-2014 06:33 AM
That was it! Thank you very much!
05-16-2014 06:39 AM