Developer Programs

Learn

Docs
Important notification about upcoming changes to the DMZ environment. Please read.

Two-Way, Consumer-Provided Static Verification Value, Consumer-Provided Message Body

Enterprise SOAP API > Tutorials > > Out of Band Validate > Two-Way, Consumer-Provided Static Verification Value, Consumer-Provided Message Body

An explicit integration level, ENS consumer desires to send an OOB challenge to its recipient user’s mobile phone using a consumer-provided static verification value and message body. The consumer elects the ENS provider to verify the recipient’s response to the OOB challenge.

Consumer Completed Pre-requites

The consumer has previously completed the following pre-requisites:

  • Determined the recipient’s mobile phone number to send in its OOB notification request.
  • Determined the entirety of the message body to send in its OOB notification request.
  • Subscribed to receive ENS enterprise events.

Consumer Use Case Options

This tutorial example applies the following four consumer options:

  1. Explicit integration level.
  2. Two-way verification.
  3. Consumer-provided static verification value.
  4. Consumer-provided message body.

Steps

  1. Consumer sends the <OOBValidateRq> notification request to the Enterprise OOB Service provided by ENS.
  2. ENS validates the consumer’s request and returns the <OOBValidateRs> message.
  3. ENS adds a new OOB session for the consumer’s two-way use case.
  4. ENS sends the OOB notification as an SMS message to the recipient’s mobile phone.
  5. Recipient responds via SMS text message as instructed by the OOB notification using the static verification value.
  6. ENS verifies the recipient’s response containing the static verification value.
  7. ENS sends a “90040 – ENS Publisher Feedback” enterprise event confirming that the recipient successfully verified the OOB challenge.
  8. Consumer receives the enterprise event and confirms successful OOB verification to recipient user.

Flowchart

Click image to view on different tab

Example Messages

OOBValidate Request

This request sample below highlights a minimum sampling of request elements required for this use case.

XML
<SOAP-ENV:Body>
    <OOBValidateRq xmlns=“http://jackhenry.com/jxchange/TPG/2008”>
        <MsgRqHdr>
            <jXchangeHdr>
                <AuditUsrId>AuditUsrId1</AuditUsrId>
                <AuditWsId>AuditWsId1</AuditWsId>
            </jXchangeHdr>
        </MsgRqHdr>
        <PhoneNum>4172356652</PhoneNum>
        <SMSText>Ovation: Reply "Yes" via txt msg to confirm your attempt to log in to the Card Services Management Console. Call the Helpdesk immediately at 888-555-1212 if you are not trying to log in.</SMSText>
        <VerifVal>Yes</VerifVal>
    </OOBValidateRq>
</SOAP-ENV:Body> 

OOBValidate Response

XML
 <SOAP-ENV:Body>
    <OOBValidateRs xmlns=“http://jackhenry.com/jxchange/TPG/2008”>
        <MsgRsHdr>
            <jXchangeHdr>
                <AuditUsrId>AuditUsrId1</AuditUsrId>
                <AuditWsId>AuditWsId1</AuditWsId>
            </jXchangeHdr>
        </MsgRsHdr>
        <AlrtPkgId>106c25ad-5406-4a15-8adb-a3bf7d5fbfb7</AlrtPkgId>
        <RsStat>Success</RsStat>
    </OOBValidateRs>
</SOAP-ENV:Body>

Referenced and Associated Operations

It is highly recommended that as part of referencing this use case that a user becomes familiar with the following jXchange operations and their function. While the user may elect to not use the listed operation as part of their programming or workflow, knowledge of the operations listed below is essential to understanding the process set forth with this use case.

Detailed information about the operation, the request structure/response, error messages and other useful information can be obtained by clicking the operation name below.

Operation NameDescriptionXSD/WSDL Container
OOBValidateService designed to enhance Enterprise Notifications Services (ENS) to become a fully capable Enterprise Out of Band (OOB) service provider.IMS


Have a Question?
Have a how-to question? Seeing a weird error? Get help on StackOverflow.
Register for the Digital Toolkit Meetup where we answer technical Q&A from the audience.
Last updated Tue Jun 11 2024