> ## 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.08

> Grand Central Connectors release notes, version 2025.08.

## Features

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

<div className="release-notes">
  | Product group   | Software component                             | Version | Title                                                                                                                                        | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | --------------- | ---------------------------------------------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Oracle FLEXCUBE | `gc-flexcube-payment-connector`                | 1.1.5   | Added holiday calendar retrieval, recurring payments via internal payment rail, and one-time international payments in the UK banking sector | To improve payment efficiency, accuracy, and global reach, the connector now has the following new features: <ul><li>Retrieval of bank holiday calendars for a given date range to avoid non-working days and prevent delays or rejections using `grandcentral-payment-order-api` with the `POST /bank-payment-calendar/search` endpoint.</li><li>Automated recurring payments via the UK’s internal rail to reduce manual effort and ensure timely execution using the `grandcentral-payment-order-api` with the `POST /payments` endpoint.</li><li>Initiation of cross-border payments from the UK in multiple global currencies, enabling seamless international transfers with built-in currency conversion and compliance with relevant payment scheme requirements using `grandcentral-payment-order-api` with the `POST /payments` endpoint.</li></ul> |
  | Alacriti        | `gc-alacriti-batch-payment-connector`          | 1.0.0   | Added batch payment initiation and cancellation functionality for ACH payments                                                               | This functionality lets bank customers relay multiple payments at once for subsequent payment processing using `grandcentral-batch-payment-api` with endpoint PATCH/batches.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
  | Alacriti        | `gc-alacriti-batch-payment-inbound-connector`  | 1.0.3   | Added status update functionality for batch payments for ACH payments                                                                        | This functionality lets bank customers receive periodic updates of batch payments using `grandcentral-batch-payment-api` with the `POST /batches` endpoint.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
  | Smarty          | `gc-smarty-location-data-management-connector` | 1.0.4   | Enabled the connector to bifurcate the endpoint mapping to include the country code `USA` in addition to the existing `US`                   | The connector now accepts requests for country code `USA` as well to auto-complete addresses when the customer enters a search string.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
  | Biocatch        | `gc-biocatch-fraud-detection-connector`        | 1.0.12  | Added custom fields `brand` and `userType` to connector to allow mandatory validation                                                        | The connector now offers mandatory validation through the following fields: <ul><li>`brand`: Denotes a unique value associated with a session.</li><li>`userType`: Identifies the type of user performing the activity.</li></ul>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
</div>

## Fixes

2025.08 contains the following bug fixes for Grand Central Connectors:

<div className="release-notes">
  | Product group      | Software component                         | Version | Title                                                                                                 | Description                                                                                                                                         |
  | ------------------ | ------------------------------------------ | ------- | ----------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Jack Henry Symitar | `gc-symitar-loan-transaction-connector`    | 0.1.10  | Fixed the performance issue in `POST {baseURL}/loans/transactions`                                    | Updated to the latest (v2.2.113 and above) version of BOM.                                                                                          |
  | Jack Henry Symitar | `gc-symitar-loan-connector`                | 0.1.17  | Fixed the performance issue in `GET {baseURL}/loans`                                                  | Updated to the latest (v2.2.113 and above) version of BOM.                                                                                          |
  | Jack Henry Symitar | `gc-symitar-deposit-transaction-connector` | 0.1.11  | Fixed the performance issue in `POST {baseURL}/deposits/transactions`                                 | Updated XSLTs with enhanced mappings and removed unnecessary request fields, updated JVM and CPU memory configuration, added sync for groovy calls. |
  | Jack Henry Symitar | `gc-symitar-deposit-connector`             | 1.0.1   | Fixed the performance issue in `GET {baseURL}/deposits`                                               | Updated XSLTs with enhanced mappings and removed unnecessary request fields, updated JVM configuration, added sync for groovy calls.                |
  | Oracle FLEXCUBE    | `gc-flexcube-party-connector`              | 1.2.6   | Fixed Oracle FC `PUT {baseURL}/parties/{partyId}` API connector to allow address fields to be updated |                                                                                                                                                     |
  | Prove              | `gc-prove-party-connector`                 | 2.0.7   | Fixed the request to expect the last 4 digits of SSN instead of a complete SSN                        | Users are no longer required to enter their full SSN, only the last four digits.                                                                    |
</div>

## Dependencies

2025.08 has the following dependency updates for Grand Central Connectors:

<div className="release-notes">
  | Product group       | Software component                                | Version | Title                                       | Description                                                                                                                                                                                                    |
  | ------------------- | ------------------------------------------------- | ------- | ------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Jack Henry Symitar  | `gc-symitar-payment-connector`                    | 1.1.1   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Jack Henry Symitar  | `gc-symitar-loan-transaction-connector`           | 0.1.17  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Jack Henry Symitar  | `gc-symitar-loan-connector`                       | 0.1.10  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Jack Henry Symitar  | `gc-symitar-deposit-transaction-connector`        | 0.1.11  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Jack Henry Symitar  | `gc-symitar-deposit-connector`                    | 1.0.1   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Jack Henry Symitar  | `gc-symitar-party-connector`                      | 2.0.2   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-payment-connector`                  | 1.1.6   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-loan-transaction-connector`         | 1.0.3   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-deposit-transaction-connector`      | 1.0.4   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-loan-connector`                     | 1.1.3   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-deposit-connector`                  | 1.0.15  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-party-access-entitlement-connector` | 1.1.2   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Fiserv DNA          | `gc-fiservdna-party-connector`                    | 1.3.5   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Mambu               | `gc-mambu-payment-connector`                      | 1.1.0   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Mambu               | `gc-mambu-loan-connector`                         | 1.0.7   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Mambu               | `gc-mambu-deposit-connector`                      | 1.0.7   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Mambu               | `gc-mambu-loan-transaction-connector`             | 1.0.4   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Mambu               | `gc-mambu-deposit-transaction-connector`          | 1.0.6   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Mambu               | `gc-mambu-party-connector`                        | 2.0.2   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Oracle FLEXCUBE     | `gc-flexcube-payment-connector`                   | 1.1.5   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | FIS Cardbase        | `gc-fis-device-administration-connector`          | 1.0.29  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Alacriti            | `gc-alacriti-batch-payment-connector`             | 1.0.0   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Alacriti            | `gc-alacriti-batch-payment-inbound-connector`     | 1.0.3   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Alacriti            | `gc-alacriti-payment-inbound-connector`           | 1.0.8   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Alacriti            | `gc-alacriti-payment-connector`                   | 1.1.21  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Microsoft Dataverse | `gc-dataverse-party-connector`                    | 2.0.12  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Salesforce          | `gc-salesforce-party-connector`                   | 1.2.3   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Oracle FLEXCUBE     | `gc-flexcube-loan-transaction-connector`          | 1.0.12  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Oracle FLEXCUBE     | `gc-flexcube-loan-connector`                      | 1.0.19  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Oracle FLEXCUBE     | `gc-flexcube-party-connector`                     | 1.2.6   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Oracle FLEXCUBE     | `gc-flexcube-deposit-transaction-connector`       | 1.0.9   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Oracle FLEXCUBE     | `gc-flexcube-deposit-connector`                   | 1.0.22  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | FIS IBS             | `gc-fis-party-connector`                          | 1.2.1   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | FIS IBS             | `gc-fis-deposit-transaction-connector`            | 1.0.22  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | FIS Cardbase        | `gc-fis-deposit-connector`                        | 1.0.31  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Smarty              | `gc-smarty-location-data-management-connector`    | 1.0.4   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Biocatch            | `gc-biocatch-fraud-detection-connector`           | 1.0.12  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | SurePay             | `gc-surepay-cop-party-connector`                  | 2.0.3   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | SurePay             | `gc-surepay-vop-party-connector`                  | 2.0.3   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Prove               | `gc-prove-party-lifecycle-connector`              | 1.1.10  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Prove               | `gc-prove-party-connector`                        | 2.0.7   | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Onfido              | `gc-onfido-party-lifecycle-connector`             | 1.1.15  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
  | Feedzai             | `gc-feedzai-fraud-detection-connector`            | 1.0.12  | CamelK updated to 2.6.0, JDK updated to v21 | Updated `pom.xml` to contain the updated plugins and dependencies in line with CamelK v2.6.0. Updated the GitHub workflows to build and publish the application adhering to CamelK v2.6.0 and JDK21 standards. |
</div>
