Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This attribute is located in the Transaction <Tx> section found in the Accepted Authorized Requeste <AccptrAuthReq>, Cancellation Advice <CxAdv>, Cancellation Request <CxReq>, and Completion Advice <CmplAdv> <CmpltnAdvc>.

Example:

Code Block
languagexml
<AccptrAuthstnReq>
    <Hdr>
        ...
    </Hdr>
    <AuthstnReq>
        ...
        <Tx>
            ...
            <CstmrCnsnt>true</CstmrCnsnt>
            ...
        </Tx>
    </AuthstnReq>
    <SctyTrlr>
        ...
    </SctyTrlr>
</AccptrAuthstnReq>

...