Skip to main content
The FIS IBS Core Connector provides pre-built connectivity with the FIS IBS core banking system through FIS API v4. It integrates with deposit accounts, loan accounts, and party management. Supported version: FIS API v4

Supported use cases

Deposit Accounts

Retrieve deposit account information, balances, and transaction history

Loan Management

Access loan account details including balances, payment schedules, and interest rates

Party Management

Search and retrieve party information with flexible search criteria

Supported operations

The FIS IBS Connector supports the following operations from the Grand Central Unified API Specification:

Deposit account

OperationEndpoint
Get deposit account detailsGET /deposits/{depositId}
Get deposit account balancesGET /deposits/balances

Deposit account transaction

OperationEndpoint
Get transaction history for deposit accountsPOST /deposits/transactions

Loan account

OperationEndpoint
Get loan account detailsGET /loans
Get loan account by loan IDGET /loans/{loanId}

Party

OperationEndpoint
Search partyGET /parties/search
Get party detailsGET /parties/{partyId}
Retrieve accounts that belong to the partyGET /parties/{partyId}/accounts
Party search supports the following criteria:
  • Last name only (for example, “richmond”)
  • Partial last name with asterisk (for example, “rich*”)
  • First name or initial with last name (for example, “kara rich*”, “k richmond”)
For a complete list of Grand Central error codes and their descriptions, see error codes reference.