Below is an example of a response posted in another thread (and also in the XML documentation).
<?xml version="1.0" encoding="utf-8"?> <createCustomerPaymentProfileResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"> <messages> <resultCode>Ok</resultCode> <message> <code>I00001</code> <text>Successful.</text> </message> </messages> <customerPaymentProfileId>20000</customerPaymentProfileId> <validationDirectResponse>1,1,1,This transaction has been approved.,000000,Y,2000000000,none,Test transaction for ValidateCustomerPaymentProfile.,0.01,CC,auth_only,custId123,John,Doe,,123 Main St.,Bellevue,WA,98004,USA,000-000-0000,,mark@example.com,,,,,,,,,0.00,0.00,0.00,,none,D18EB6B211FE0BBF556B271FDA6F92EE,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,</validationDirectResponse> </createCustomerPaymentProfileResponse>
I am sure that this is somewhere in the documenation, but I have been unable to find it... what exactly are those fields returned as comma-seperated values in the validationDirectResponse text? I could pick out values that I need and hope that they always apply, but I am betting this is documented somewhere and I am just missing it.
So, can anyone possibly point me in the right direction?
Thanks
03-16-2011 12:36 PM
They are gateway transaction result. See what the fields are at.
03-16-2011 12:46 PM
Thanks so much
03-16-2011 12:52 PM
Not found this page......
11-12-2012 05:35 PM
Look like they move it, it is in the AIM documentation and search on "Fields in the Payment Gateway Response"
11-13-2012 05:10 AM - edited 11-13-2012 05:11 AM
it is not there either.
12-14-2015 06:52 AM
12-14-2015 07:30 AM