I have been looking for a description of the fields in response.directResponse, but I can't seem to find it . I want to parse out some ot the information so I can save it to a transaction table. I see/can get the values that I want but it would be nice to know what the rest of the values are.
Thanks
Solved! Go to Solution.
โ09-05-2012 04:29 PM
The directResponse is the same as the AIM response
โ09-05-2012 04:35 PM
The directResponse is the same as the AIM response
โ09-05-2012 04:35 PM
Thanks
โ09-05-2012 06:15 PM
I'm using the AuthnetXML api (php) .
When I run the following function (from the AIM examples)
$xml->createTransactionRequest(array)
... I can retrieve the transaction id using
$xml->transactionResponse->transId
But using this function (from the CIM examples)
$xml->createCustomerProfileTransactionRequest(array)
... there's no corresponding field to retrieve the transId. Is there? (I could not tell how to do it from the AIM response link given in the other post.) Thanks.
โ10-05-2012 04:54 PM
If I split the directResponse into an array, the transaction id appears to be array[6]. Can I hard-code that into my php?
โ10-05-2012 05:20 PM
Yes. it the standard AIM response.
โ10-06-2012 07:29 AM
The link is now broken. Is there a new link?
โ07-27-2016 10:30 PM