authMax
The authMax
element is a optional child of the authorizationResponse
and saleResponse
elements. It contains child elements used to provide details concerning the application of the AuthMax service.
Parent Elements:
authorizationResponse, saleResponse
Attributes:
None
Child Elements (all optional):
authMaxApplied, authMaxResponseCode, authMaxResponseMessage, networkToken, networkTokenApplied
Example: authInformation Structure
<authMax>
<authMaxApplied>true or false</authMaxApplied>
<networkTokenApplied>true or false</networkTokenApplied>
<networkToken>123456...7890123</networkToken>
<authMaxResponseCode>RRC</authMaxResponseCode>
<authMaxResponseMessage>Some message</authMaxResponseMessage>
</authMax>