<createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>xxx</name>
<transactionKey>yyy</transactionKey>
</merchantAuthentication>
<refId>auth0</refId>
<transactionRequest>
<transactionType>priorAuthCaptureTransaction</transactionType>
<amount>5</amount>
<refTransId>auth1?</refTransId>
</transactionRequest>
</createTransactionRequest>When performing a PriorAuthCapture I get a transaction Id and auth code from the people doing the preauth. Where in this message do I put the AuthCode?
Thanks!
01-08-2015 11:41 AM
All you need it the transactionID
01-08-2015 12:20 PM