Zelle user exits

Real Time Payments has user exits that can be called while Zelle payments are being processed. Use the Zelle properties page to provide class names for the user exits you want to use.

Compiling Zelle user exits

The Zelle sample user exits require access to JAR files to compile. The following JAR files are required and must be placed in the class path so that they can be found when the user exit is compiled.
  • base_java_utilities.jar
  • payment_accessors.jar
  • util.jar
  • Zelle_Utilities.jar

The files for user exits are provided in the FTM artifacts pod and must be downloaded from the pod. For more information about getting files from the artifacts container for your offering, see Getting the files from the artifacts container for your FTM offering.

Locating the JAR files for user exits

If class not found errors occur when a user exit is compiled, the JAR files for those classes are missing from the class path.

The steps to resolve such compilation errors are shown in the following list.
  1. Locate the JAR files that are needed for the import statements of the user exit. The JAR files are in the lib folder of the following pods.
    • webservices-zelle
    • zelle-engine
  2. Copy the JAR files to the class path.
  3. Restart the pod.

For more information about installing compiled user exits, see User exits for the FTM components.

Available user exits

The Zelle user exits are described in the following topics.