> ## Documentation Index
> Fetch the complete documentation index at: https://grandcentral.backbase.io/llms.txt
> Use this file to discover all available pages before exploring further.

# 2025.10

> Grand Central Connectors release notes, version 2025.10.

## Features

The following feature updates are available in 2025.10 for Grand Central Connectors:

<div className="release-notes">
  | Product group   | Software component              | Version | Title                                                                        | Description                                                                                                                                                                                                                                                                                                                                                                       |
  | --------------- | ------------------------------- | ------- | ---------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Oracle FLEXCUBE | `gc-flexcube-deposit-connector` | 1.2.0   | Added create deposit account feature to enable account opening for customers | The create deposit account feature lets bank customers open deposit accounts by providing all required account parameters.                                                                                                                                                                                                                                                        |
  | Oracle FLEXCUBE | `gc-flexcube-party-connector`   | 2.0.0   | Added create party/customer feature to enable party ID creation in the core  | The create party feature lets bank customers create customer IDs in the core banking system using required customer details as input parameters.                                                                                                                                                                                                                                  |
  | FIS IBS         | `gc-fis-loan-connector`         | 0.2.0   | Added loan account details retrieval for multiple loan IDs                   | The connector now supports retrieval of loan account details for multiple loan IDs in a single request, improving efficiency when accessing information for multiple loans. This reduces the number of API calls required and improves application performance. The connector uses the `GET {{loanBaseURL}}/loans/loanIDs=loan1,loan2..` endpoint of the `grandcentral-loan-api`. |
  | FIS IBS         | `gc-fis-loan-connector`         | 0.2.0   | Added loan account details retrieval by loan ID                              | The connector now supports retrieval of loan account details for a specific loan ID, letting applications access detailed loan information programmatically. The connector uses the `GET {{loanBaseURL}}/loans/{loanId}` endpoint of the `grandcentral-loan-api`.                                                                                                                 |
</div>

## Fixes

2025.10 contains the following bug fixes for Grand Central Connectors:

<div className="release-notes">
  | Product group | Software component                   | Version | Title                                                                                  | Description                                                                                                                                                               |
  | ------------- | ------------------------------------ | ------- | -------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Prove         | `gc-prove-party-lifecycle-connector` | 1.3.0   | Fixed incorrect field mappings for IDV response received in workflow-results           | The status and results returned in the IDV workflow response are now unified to return a standard value.                                                                  |
  | FIS IBS       | `gc-fis-party-connector`             | 1.4.0   | Fixed incorrect field mappings for `party`, `currency`, `interest rate`, and `balance` |                                                                                                                                                                           |
  | Prove         | `gc-prove-party-connector`           | 2.2.0   | Fixed party object structure to conform to Party API specification                     | The connector now returns a complete party object that conforms to the Party API specification, preventing downstream integration issues.                                 |
  | SurePay       | `gc-surepay-vop-party-connector`     | 2.2.0   | Fixed sender BIC requirement in beneficiary verification                               | The sender BIC (`identificationNumber`) is now a mandatory parameter in beneficiary verification requests to ensure all required data points are validated by the vendor. |
</div>
