Developer Programs

Learn

Docs
jXchange REST-Legacy Migration announced. Deadline for migration is July 31, 2026.

Developer Resources

API by Reference > Core Services > Customer Information Message Inquiry > Developer Resources

Details

SoapActionhttp://jackhenry.com/ws/CustInfoMsgInq
Input NameCustInfoMsgInq
Output NameCustInfoMsgInqResponse
Input Namespacehttp://jackhenry.com/jxchange/TPG/2008
Group NameCustomer
ContainerTPG_CustomerMaster.xsd

XML Examples

CustInfoMsgInq Request

XML
 <?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" 
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SOAP-ENV:Header>
    </SOAP-ENV:Header>
    <SOAP-ENV:Body>
        <CustInfoMsgInq xmlns="http://jackhenry.com/jxchange/TPG/2008">
            <MsgRqHdr>
                <jXchangeHdr>
                    <JxVer/>
                    <AuditUsrId></AuditUsrId>
                    <AuditWsId></AuditWsId>
                    <AuthenUsrId/>
                    <ConsumerName/>
                    <ConsumerProd/>
                    <Ver_1/>
                    <jXLogTrackingId>122222222</jXLogTrackingId>
                    <Ver_2/>
                    <InstRtId>011001276</InstRtId>
                    <InstEnv>TEST</InstEnv>
                    <Ver_3/>
                    <BusCorrelId/>
                    <Ver_4/>
                    <WorkflowCorrelId/>
                    <Ver_5/>
                    <ValidConsmName>{Insert}</ValidConsmName>
                    <ValidConsmProd>{Insert}</ValidConsmProd>
                    <Ver_6/>
                </jXchangeHdr>
                <Ver_1/>
                <Ver_2/>
                <Ver_3/>
            </MsgRqHdr>
            <CustId/>
            <InAcctId Rstr="">
                <AcctId>10606846</AcctId>
                <AcctType>L</AcctType>
                <Ver_1/>
            </InAcctId>
            <InclCustInfoMsg/>
            <Custom/>
            <SvcPrvdInfo/>
            <Ver_1/>
        </CustInfoMsgInq>
    </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

CustInfoMsgInq FAQ

** SilverLake and CIF 20/20 - How can we display a banner message like “Foreclosure Letter” on the platform?**

Banner messages are controlled by the Loan User Status Codes parameter in the core system (LNPRUS). Here’s how it works:

  • Create a Loan User Status Code in LNPRUS and give it a description. The description will appear as the banner message.
  • Apply the code to the LnStopCode field when using AcctAdd/Mod.
  • Verify the banner by running CustInfoMsgInq for the account. The response will display the description you set.

We are wanting to setup a banner message over a customer for the following scenarios:

  • Over XX (age based)
  • Dist Waived

For the messages that are Over XX this is calculated by the birthdate.  When using the TaxPlnAdd the birthdate for the plan will be pulled from the CustId.  If the customer does not have a birthdate then it will be zero and will not allow the distribution to be set to Waived.  

The Dist Waived message comes from the following:

  • TaxPlnAdd/Mod/Inq element WavMndtryDistCode is set to true and would require the birthdate on the customer to be populated.
  • If the L1stDistDt or NxtDistDt elements from TaxPlnAdd/Mod/Inq have a year that is equal to the current year. OR
  • One of the accounts that are under the same CustId and PlnCode is in distribution

Have a Question?

Did this page help you?

Last updated Wed Mar 4 2026