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

> Grand Central Connectors release notes, version 2025.05.

## Features

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

<div className="release-notes">
  | Product group | Software component                           | Version | Title                                                                         | Description                                                                                                                                                                                                                                                                                                                              |
  | ------------- | -------------------------------------------- | ------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Fiserv DNA    | `gc-fiservdna-payment-connector`             | 1.2.4   | Added functionality for initiating one-time payments                          | The connector now uses the `POST {baseURL}/payments` endpoint of the `grandcentral-payments-api` to post internal payments.                                                                                                                                                                                                              |
  | Fiserv DNA    | `gc-fiservdna-deposit-transaction-connector` | 1.0.3   | Added functionality for viewing transactions for one or more deposit accounts | The connector now uses the `GET {baseURL}/parties/{partyId}/accounts` endpoint of the `grandcentral-party-api` to retrieve deposit account transactions by account ID.                                                                                                                                                                   |
  | Fiserv DNA    | `gc-fiservdna-deposit-connector`             | 1.0.3   | Added functionality for viewing full details of deposit accounts              | The connector now uses the `GET {baseURL}/deposits/{depositId}` endpoint of the `grandcentral-deposit-api` to retrieve deposit accounts details by account ID.                                                                                                                                                                           |
  | Fiserv DNA    | `gc-fiservdna-party-connector`               | 1.2.0   | Added functionality for viewing the accounts for a person                     | The connector now uses the `GET {baseURL}/parties/{partyId}/accounts` endpoint of the `grandcentral-party-api` to retrieve deposit accounts by party ID.                                                                                                                                                                                 |
  | Salesforce    | `gc-salesforce-party-connector`              | 0.2.30  | Added Salesforce connector                                                    | The new Salesforce connector allows users to retrieve and update details of a person or organization, including phone number, email address, and postal address. The connector uses the following endpoints from `grandcentral-party-api`: <ul><li>`GET {baseURL}/parties/{partyId}`</li><li>`PUT {baseURL}/parties/{partyId}`</li></ul> |
</div>

## Fixes

2025.05 contains the following bug fixes for Grand Central Connectors:

<div className="release-notes">
  | Product group   | Software component                          | Version | Title                                     | Description                                                                                                                                                                                     |
  | --------------- | ------------------------------------------- | ------- | ----------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Oracle FLEXCUBE | `gc-flexcube-party-connector`               | 1.1.15  | Fixed party retrieval by ID               | Mapped the `name` field to `ADESC` in deposit account object of `grandcentral-party-api`. Mapped the `name` field to`PRIMARY_APPLICANT_NAME` in loan account object of `grandcentral-loan-api`. |
  | Oracle FLEXCUBE | `gc-flexcube-loan-connector`                | 1.0.13  | Fixed loan account retrieval by ID        | Mapped the `name` field from `grandcentral-loan-api` to `CUSTNAME` from Oracle FC core.                                                                                                         |
  | Oracle FLEXCUBE | `gc-flexcube-deposit-connector`             | 1.0.14  | Fixed deposit account retrieval by ID     | Mapped the `name` field from `grandcentral-deposit-api` to `ADESC` from Oracle FC core.                                                                                                         |
  | Oracle FLEXCUBE | `gc-flexcube-deposit-transaction-connector` | 1.0.4   | Fixed deposit transaction retrieval by ID | `billingStatus` is now hardcoded to `BILLED` to map to the `transaction-manager service`.                                                                                                       |
</div>

## Dependencies

2025.05 has the following dependency updates for Grand Central Connectors:

<div className="release-notes">
  | Product group | Software component               | Version | Title                                       | Description |
  | ------------- | -------------------------------- | ------- | ------------------------------------------- | ----------- |
  | Mambu         | `gc-mambu-party-connector`       | 2.0.5   | `grandcentral-party-api` updated to v2.0    |             |
  | SurePay       | `gc-surepay-vop-party-connector` | 1.1.8   | `grandcentral-party-api` updated to v1.1.14 |             |
  | SurePay       | `gc-surepay-cop-party-connector` | 1.1.7   | `grandcentral-party-api` updated to v1.1.14 |             |
</div>
