| Parameter | Description |
|---|---|
symxchange.baseUrl | The SymXChange API endpoint URL for your environment |
symxchange.deviceNumber | Device number for SymXChange API requests |
symxchange.deviceType | Device type identifier for SymXChange |
symxchange.version | SymXChange API version |
Configuration guide
Follow these steps to initialize and authorize your Jack Henry Symitar Connector.1. Establish connectivity
Share connectivity details between Grand Central and Jack Henry Symitar as described in Network connectivity.VPN connectivity to the Jack Henry Symitar environment must be established before proceeding with configuration.
2. Jack Henry Symitar authentication
The Jack Henry Symitar Connector uses SymXChange API authentication for API access. To configure authentication, create a Secrets Operations (SOPS) secret. For more information, see How to create SOPS.To share credentials between Jack Henry Symitar and Grand Central, consider using 1Password.
3. Environment configuration
To initialize the Jack Henry Symitar Connector, define the required environment variables in yourgc-applications-live repository.
These variables are stored in values.yaml for common configuration across all connectors and in the following files for connector-specific configuration:
| Connector | Property | Description |
|---|---|---|
gc-symitar-deposit-connector | deposit-v0.values.yaml | Outbound deposit connector for deposit account operations |
gc-symitar-deposit-transactions-connector | deposit-transactions-v0.values.yaml | Outbound deposit transactions connector for transaction operations |
gc-symitar-loan-connector | loan-v0.values.yaml | Outbound loan connector for loan account operations |
gc-symitar-loan-transactions-connector | loan-transactions-v0.values.yaml | Outbound loan transactions connector for transaction operations |
gc-symitar-payment-connector | payment-v0.values.yaml | Outbound payment connector for payment operations |
gc-symitar-party-connector | party-v0.values.yaml, party-v2.values.yaml | Outbound party connector for party management operations |
Define common parameters
These variables are stored invalues.yaml and are used across all Jack Henry Symitar connectors:
| Parameter | Description | Example value |
|---|---|---|
existingSecretName | Reference to SOPS secret containing Jack Henry Symitar credentials. | symitar |
symxchange.baseUrl | Target API endpoint for the Jack Henry Symitar SymXChange environment. | https://symxchange-api.yourbank.com/SymXchange/ |
symxchange.basePortUrl | Base port URL for SymXChange API requests. | https://symxchange-api.yourbank.com |
symxchange.deviceNumber | Device number for SymXChange API requests. | 12345 |
symxchange.deviceType | Device type identifier for SymXChange. | GRANDCENTRAL |
symxchange.version | SymXChange API version. | 2022.01 |
values.yaml configuration:
Define party-v0 connector parameters
Theparty-v0.values.yaml file contains the basic configuration for the party v0 connector.
Define party-v2 connector parameters
Theparty-v2.values.yaml file contains advanced configuration including account type mappings, CXF client settings, thread pools, retry configuration, and error code mappings.
Define deposit connector parameters
Thedeposit-v0.values.yaml file contains configuration for deposit account operations including ShareCode mappings and product ID mappings.
Account type mapping patterns:
| Pattern | Description |
|---|---|
ShareCode.{X}@Type.{Y} | Maps Symitar ShareCode/Type to Grand Central product type |
product.productId.{KIND}@product.secondaryProductId.{TYPE} | Maps product ID combinations |
Define deposit-transactions connector parameters
Thedeposit-transactions-v0.values.yaml file contains configuration for deposit transaction operations.
Define loan connector parameters
Theloan-v0.values.yaml file contains configuration for loan account operations including LoanCode mappings and product arrangement mappings.
Account type mapping patterns:
| Pattern | Description |
|---|---|
LoanCode.{X}@Type.{Y} | Maps Symitar LoanCode/Type to Grand Central product type |
productArrangement.productId.{KIND}@productArrangement.secondaryProductId.{TYPE} | Maps product arrangement combinations |
Define loan-transactions connector parameters
Theloan-transactions-v0.values.yaml file contains configuration for loan transaction operations.
Define payment connector parameters
Thepayment-v0.values.yaml file contains configuration for payment operations.
Testing your integration
To access the Unified API, include your Grand Central subscription key in the request header. If you don’t have a key, contact the Grand Central Support Team to request one.| Header | Value |
|---|---|
api-key | <your_subscription_key> |
For more information about the Grand Central Unified API endpoints that support these features, see Jack Henry Symitar Connector Overview.
Troubleshooting
If your connector isn’t responding as expected, check these common scenarios.5XX: Internal server error / Core system is down
5XX: Internal server error / Core system is down
Cause: The Grand Central gateway cannot establish a handshake with the Jack Henry Symitar endpoint. This typically indicates an upstream service outage at Jack Henry Symitar or a network routing failure.Solution: Verify the operational status of the Jack Henry Symitar environment. Check the Jack Henry status page or contact Jack Henry support. If the service is operational, contact Grand Central Support.
5XX: Timeout from core / Read timeout / SocketTimeoutException
5XX: Timeout from core / Read timeout / SocketTimeoutException
Cause: The request to Jack Henry Symitar exceeded the configured timeout period. This may indicate performance issues at Jack Henry Symitar or network latency problems.Solution: Verify the operational status of the Jack Henry Symitar environment and check for any performance degradation. If the service is operational and performing normally, contact Grand Central Support.
VPN connectivity issues
VPN connectivity issues
Cause: VPN connectivity to the Jack Henry Symitar environment has not been established or has been interrupted.Solution: Verify VPN connectivity and ensure routing is properly configured between Grand Central and Jack Henry Symitar.
401: Invalid authentication credentials
401: Invalid authentication credentials
Cause: The authentication credentials provided during setup are incorrect, expired, or the user lacks the required permissions in Jack Henry Symitar.Solution: Re-verify your credentials with your Jack Henry Symitar administrator and ensure the user has the required permissions. Contact the Grand Central team to update the connection credentials if needed.
429: Rate limit exceeded
429: Rate limit exceeded
Cause: The number of incoming requests exceeds the defined threshold for your subscription tier. This “429 Too Many Requests” response protects the stability of the Grand Central and Jack Henry Symitar infrastructure.Solution: Review your app’s request patterns to identify unexpected spikes. If you need higher throughput, contact the Grand Central team to request a higher rate limit.
Need more help?
Contact support
Contact the Grand Central team for help with environment setup or rate limit increases.