Skip to main content
The Jack Henry Symitar Core Connector provides pre-built connectivity with the Jack Henry Symitar core banking system through the SymXChange API v2022.01. It integrates with deposit accounts, loan accounts, payments, and party management. Supported version: SymXChange API v2022.01

Supported use cases

Deposit Accounts

Create, update, and manage deposit accounts with balance retrieval and transaction history

Loan Management

Comprehensive loan account operations including balance details and transaction tracking

Payments

Initiate payments including fund transfers and bill payments

Party Management

Manage party records including customer information and account associations

Supported operations

The Jack Henry Symitar Connector supports the following operations from the Grand Central Unified API specification:

Deposit account

OperationEndpoint
Create a new deposit accountPOST /deposits
Get deposit account detailsGET /deposits/{depositId}
Get deposit account balancesGET /deposits/balances
Update deposit account detailsPATCH /deposits/{depositId}
Get deposit account transactionsPOST /deposits/transactions
Creating a deposit account includes customer account validation and automatic generation of account details.

Loan account

OperationEndpoint
Create a new loan accountPOST /loan-accounts
Get loan account detailsGET /loan-accounts/{loanAccountId}
Get loan account balancesGET /loan-accounts/balances
Update loan account detailsPATCH /loan-accounts/{loanAccountId}
Get loan account transactionsPOST /loan-accounts/transactions

Payment

OperationEndpoint
Initiate a paymentPOST /payments
Payment operations support fund transfers, bill payments, and other financial transactions.

Party

OperationEndpoint
Create partyPOST /parties
Get party detailsGET /parties/{partyId}
Update party detailsPUT /parties/{partyId}
Patch party by party IDPATCH /parties/{partyId}
Search partyGET /parties/search
Get accounts for a partyGET /parties/{partyId}/accounts
Party search supports the following criteria:
  • Party ID
  • Party name (family name required)
  • Deposit account ID
For a complete list of Grand Central error codes and their descriptions, see error codes reference.