Web Service: FindNoticesOfChange

Bret Hillbun -

Overview

This service returns a list of NoticesOfChange for documents that match the specified criteria.

Security

The user must have the Gateway.Returns role and the ClientID must be in the Client Tree for the authenticated user.

 

SOAP Service

Request

<FindNoticesOfChange xmlns="https://gateway.acheck21.com/GlobalGateway/">
    <Username>string</Username>
    <Password>string</Password>
    <ClientID>string</ClientID>
    <Query>XML</Query>
</FindNoticesOfChange>

 

Response

<FindNoticesOfChangeResponse xmlns="https://gateway.acheck21.com/GlobalGateway/">
    <FindNoticesOfChangeResult>
        <Code>int</Code>
        <Message>string</Message>
        <NOCS>
            <NoticeOfChange>
                <ClientID>string</ClientID>
                <Type>Transaction or Merchant</Type>
                <CheckID>int</CheckID>
                <Date>string</Date>
                <NachaCode>string</NachaCode>
                <NachaMessage>string</NachaMessage>
                <CorrectedData>XML</CorrectedData>
            </NoticeOfChange>
            <NoticeOfChange>
                <ClientID>string</ClientID>
                <Type>Transaction or Merchant</Type>
                <CheckID>int</CheckID>
                <Date>string</Date>
                <NachaCode>string</NachaCode>
                <NachaMessage>string</NachaMessage>
                <CorrectedData>XML</CorrectedData>
            </NoticeOfChange>         </NOCS>     </FindNoticesOfChangeResult> </FindNoticesOfChangeResponse>

 

Possible values for <Code>

Code   Description
 0   No error
10000   Not authorized
10001   Item not found

 

Query-able fields

Date The date the the NOC was received
NachaCode The NACHA change code to search for. A list of recognized NACHA codes (including several provided by ACHeck21® for image returns) can be found at ACHeck21/NACHA return code list.
CheckID The CheckID of the original transaction that the NOC applies to.

 

For more information on how to generate valid <Query> values, please visit the following article:

http://help.acheck21.com/hc/en-us/articles/204143405-Concept-ACHeck21-XML-Query-Language

Have more questions? Submit a request

Comments