Outbound Acknowledgment XML format
The basic overall structure of the XML is represented by the
<presentmentNotification> XML tag. All outbound
acknowledgment information is
contained in this overall tag. This sample XML provides an outline for the entire outbound
acknowledgment
XML. Several of the XML elements are not shown in detail and are described in later sections.
<presentmentNotification>
<environment>www.example.com *** PROD ***</environment>
<processingBank>My Bank</processingBank>
<fileInformation>
.
. See the "File Information XML format" section
.
<presentmentInformation>
<presentmentDetail>
.
. See the "Presentment Detail XML format" section
.
</presentmentDetail>
</presentmentInformation>
</fileInformation>
</presentmentNotification>The following table describes the elements in the outbound
acknowledgment XML.
| Node name | Node type | Description |
|---|---|---|
<presentmentNotification> |
DOC ROOT | The root element for the outbound acknowledgment XML. |
<environment> |
TEXT | Specifies the host environment. It is created by appending the Environment Identification Text outbound acknowledgment configuration parameter to the Instance Name system property. |
<processingBank> |
TEXT | The name of the processing institution. It is from the Bank Name system property. |
<fileInformation> |
ELEMENT | Contains information about the transmission the acknowledgment represents. This element is only specified once. |
<presentmentInformation> |
ELEMENT | Contains the batch (ICL) information that is found in the outbound transmission. This element is only specified once. |
<presentmentDetail> |
ELEMENT | Contains an individual batch (ICL) as found in the transmission. |