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
| Operation | Endpoint |
|---|---|
| Get deposit account details | GET /deposits/{depositId} |
| Get deposit account balances | GET /deposits/balances |
Deposit account transaction
| Operation | Endpoint |
|---|---|
| Get transaction history for deposit accounts | POST /deposits/transactions |
Loan account
| Operation | Endpoint |
|---|---|
| Get loan account details | GET /loans |
| Get loan account by loan ID | GET /loans/{loanId} |
Party
| Operation | Endpoint |
|---|---|
| Search party | GET /parties/search |
| Get party details | GET /parties/{partyId} |
| Retrieve accounts that belong to the party | GET /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.