cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

CreateCustomerProfileTransaction response.directResponse

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

Mark_K
Member
1 ACCEPTED SOLUTION

Accepted Solutions
RaynorC1emen7
Expert
6 REPLIES 6
RaynorC1emen7
Expert

Thanks

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.

If I split the directResponse into an array, the transaction id appears to be array[6].  Can I hard-code that into my php?

Yes. it the standard AIM response.

The link is now broken. Is there a new link?