Developer Programs

Learn

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

Developer Resources

API by Reference > Core Services > Loan Payment Schedule Modification > Developer Resources

Details

SoapActionhttp://jackhenry.com/ws/LnPmtSchedMod
Input NameLnPmtSchedMod
Output NameLnPmtSchedModResponse
Input Namespacehttp://jackhenry.com/jxchange/TPG/2008
Group NameLoan
ContainerTPG_LoanMaster.xsd

XML Examples

LnPmtSchedMod 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>
          <LnPmtSchedMod
              xmlns="http://jackhenry.com/jxchange/TPG/2008">
           <MsgRqHdr>
            <jXchangeHdr>
             <JxVer/>
             <AuditUsrId>Test</AuditUsrId>
             <AuditWsId>Test</AuditWsId>
             <AuthenUsrId/>
             <ConsumerName/>
             <ConsumerProd/>
             <Ver_1/>
             <jXLogTrackingId>9876543211</jXLogTrackingId>
             <Ver_2/>
             <InstRtId>011001276</InstRtId>
             <InstEnv>TEST</InstEnv>
             <Ver_3/>
             <BusCorrelId/>
             <Ver_4/>
             <WorkflowCorrelId/>
             <Ver_5/>
             <ValidConsmName>Redacted</ValidConsmName>
             <ValidConsmProd>Redacted</ValidConsmProd>
             <Ver_6/>
            </jXchangeHdr>
            <Ver_1/>
            <Ver_2/>
            <Ver_3/>
           </MsgRqHdr>
           <ErrOvrRdInfoArray>
            <ErrOvrRd>
             <ErrCode/>
             <Ver_1/>
             <BusSvcType>
             <Ver_2/>
            </ErrOvrRd>
            <ErrOvrRd>
             <ErrCode/>
             <Ver_1/>
             <BusSvcType>
             <Ver_2/>
            </ErrOvrRd>
           </ErrOvrRdInfoArray>
           <AccountId>
            <AcctId>640854</AcctId>
            <AcctType>L</AcctType>
            <Ver_1/>
           </AccountId>
           <LnPmtSchedKey>1</LnPmtSchedKey>
           <LnPmtSchedInfo>
            <PmtTerm>6</PmtTerm>
            <PmtTermUnits>Months</PmtTermUnits>
            <PmtSchedNum>1</PmtSchedNum>
            <Ver_1/>
            <Ver_2/>
            <Ver_3/>
           </LnPmtSchedInfo>
           <Dlt/>
           <Custom/>
           <Ver_1/>
          </LnPmtSchedMod>
         </SOAP-ENV:Body>
        </SOAP-ENV:Envelope>

LnPmtSchedMod Response

XML
 <?xml version="1.0" encoding="UTF-8"?>
        <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
           xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
         <s:Header>
          <o:Security
           s:mustUnderstand="1"
            xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
           <u:Timestamp
           u:Id="_0">
            <u:Created>2024-04-25T16:15:02.493Z</u:Created>
            <u:Expires>2024-04-25T16:20:02.493Z</u:Expires>
           </u:Timestamp>
          </o:Security>
         </s:Header>
         <s:Body>
          <LnPmtSchedModResponse
           xmlns="http://jackhenry.com/jxchange/TPG/2008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
           <MsgRsHdr>
            <jXchangeHdr>
             <JxVer>R2024.0</JxVer>
             <AuditUsrId>Test</AuditUsrId>
             <AuditWsId>Test</AuditWsId>
             <AuthenUsrId/>
             <ConsumerName/>
             <ConsumerProd/>
             <Ver_1/>
             <jXLogTrackingId>9876543211</jXLogTrackingId>
             <Ver_2/>
             <InstRtId>011001276</InstRtId>
             <InstEnv>TEST</InstEnv>
             <Ver_3/>
             <BusCorrelId>4a4a689a-6984-4862-b8d9-95d0e8f50ba2</BusCorrelId>
             <Ver_4/>
             <WorkflowCorrelId/>
             <Ver_5/>
             <ValidConsmName>Redacted</ValidConsmName>
             <ValidConsmProd>Redacted</ValidConsmProd>
            </jXchangeHdr>
            <Ver_1/>
           </MsgRsHdr>
           <RsStat>Success</RsStat>
           <Ver_1/>
          </LnPmtSchedModResponse>
         </s:Body>
        </s:Envelope>

LnPmtSchedMod FAQ

Coming Soon.



Have a Question?

Did this page help you?

Last updated Wed Mar 4 2026