Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
PriorAuthCapture message
<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
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
All you need it the transactionID
โ01-08-2015 12:20 PM