authInformation

The authInformation element is a required child of the captureGivenAuth element. It contains child elements used to provide details concerning the external (to the systems) Authorization.

 

Parent Elements:

captureGivenAuth

Attributes:

None

 

Child Elements:

Required: authDate, authCode

Optional: fraudResult, authAmount

 

Example:  authInformation Structure

<authInformation>

  <authDate>Auth Date</authDate>

  <authCode>Approval Code</authCode>

  <fraudResult>

    <avsResult>AVS Verification Result Code</avsResult>

    <cardValidationResult>Validation Result Code</cardValidationResult>

    <authenticationResult>Verified by Visa Result Code</authenticationResult>

  </fraudResult>

  <authAmount>Amount of Authorization</authAmount>

</authInformation>