Skip to main content
This page explains the steps you need to take before you can start using your Jack Henry Symitar connector.

Prerequisites

Before you begin, make sure that the following requirements are met:

Configure the Jack Henry Symitar connector

To configure your connector, follow these steps:
  1. Set your APIM subscription key in the header as follows:
  • Key: api-key
  • Value: <your subscription key>
  1. Request the Grand Central team to set up a connection with Jack Henry Symitar.
  2. Configure the following settings in the gc-applications-live repository in the connector’s values.yaml file:
symxchange.baseUrl=<your_symxchange_base_url>  //Symitar environment base URL
An example of the connector’s values.yaml file location:
├── iPaaS
└── azure/runtimes
    ├── dev
    │   └── values
    │       └── gc-symitar
    │           └── values.yaml
    └── test
        └── values
            └── gc-symitar
                └── values.yaml