FINS Jack Henry Events Experience API - Implementation Template

(0 reviews)

home

This API implementation template is a component of MuleSoft Accelerators, which accelerate the implementation of essential integration use cases.

The solution includes pre-built APIs, connectors, and integration templates that help unlock business-critical data from external systems and guide you in adopting best practices synthesized from thousands of customer implementations. Use these assets as is or extend them to meet your company’s unique needs.


Overview

This integration template can be used to receive events published by the JHA Enterprise Event System. More information on Enterprise Event Services can be found here

Getting started

bulb.png The Getting Started with MuleSoft Accelerators guide provides general information on getting started with the accelerator components. This includes instructions on setting up your local workstation for configuring and deploying the applications.

Once your workstation has been set up and the application template imported into Anypoint Studio, proceed with the Prerequisites section.

Important Notes

  1. The current implementation does not filter out Transaction events that are created or updated by the FINS SilverLake Accounts System API. This may result in cyclical updates getting published for Transactions.
  2. To receive event notifications from the Jack Henry Enterprise Event System, a valid certificate from a Trusted CA will need to be provided on the HTTPS listener.
  3. The current implementation does not support publishing of Financial Card Events.

Prerequisites

This implementation template has the following dependencies:

Please review the use cases described on the MuleSoft Accelerator for Financial Services solution pages for more information about dependencies on other APIs and services.

Anypoint MQ destinations

In addition to the Anypoint MQ client application credentials, the following destinations must be created and made accessible to this API:

  1. fins-partyrole-update-exchange
  2. fins-account-update-exchange
  3. fins-transaction-update-exchange

The FINS Common Resources asset contains a Postman collection, which can be used to create the destinations and client application required for use by accelerator applications.

API dependencies

The following table lists all endpoints used by this API (assuming all syncronization targets are enabled).

API nameEndpointAction
FINS SilverLake Customers System APIget:/customers/{customerId}Get Customer by ID
FINS SilverLake Accounts System APIget:/accounts/{accountId}Get Account by ID
FINS SilverLake Accounts System APIget:/transactionsLook up Transactions by Account ID and transaction ID

Deployment

Each Accelerator implementation template in Exchange includes Bash and Windows scripts for building and deploying the APIs to CloudHub. These scripts depend on repositories, global settings, deployment profiles, and associated properties configured in the Maven settings.xml file. In particular, make sure the common properties for your environment have been provided in the CloudHub-DEV profile (e.g., Anypoint Platform client ID and secret).

For additional details, please refer to the Application Deployment section of the Getting Started Guide.

Preparation

Ensure the Maven profile CloudHub-FINS-DEV has been properly configured in your settings.xml file. In particular, make sure the common properties for your environment have been provided (e.g., Anypoint Platform client ID and secret).

Required property overrides

At a minimum, the following properties must be customized for this application to reflect the target deployment environment.

Property NameDescription
api.autodiscoveryIDRequired if using API Manager to secure this API
jackhenry-events-exp-api.basic-auth.usernameUsername for connecting to Jack Henry Events Experience API
jackhenry-events-exp-api.basic-auth.passwordPassword for connecting to Jack Henry Events Experience API
jack-henry-ws.consumer-nameJack Henry jXchange consumer name
jack-henry-ws.consumer-productJack Henry jXchange consumer product
anypoint-mq.server-urlAnypoint MQ Server Url
anypoint-mq.client-idAnypoint MQ client ID
anypoint-mq.client-secretAnypoint MQ client secret
sys.silverlake.accounts.hostHostname of FINS SilverLake Accounts System API
sys.silverlake.accounts.portPort of FINS SilverLake Accounts System API
sys.silverlake.accounts.basepathBase Path of of FINS SilverLake Accounts System API
sys.silverlake.customers.hostHostname of FINS SilverLake Customers System API
sys.silverlake.customers.portPort of of FINS SilverLake Customers System API
sys.silverlake.customers.basepathBase Path of FINS SilverLake Customers System API

Additional resources


Reviews

TypeTemplate
OrganizationMuleSoft
Published by
MuleSoft Solutions
Published onNov 8, 2023
Asset overview

Asset versions for 1.7.x

Asset versions
VersionActions
1.7.4
1.7.3
1.7.2
1.7.1