This release includes the following updates:
Q2 Gro's support for the latest version of Predictive DocV now includes support for FIs to configure when it can be triggered. The addition of this new capability includes several configuration changes:
-
The
client.webapp.custom.properties
Type ID is updated to includetriggerCriteria
, a new property within thedocumentVerification
object. You can set thevalues
key in thetriggerCriteria
property to eitherrefer
orreview
, depending on what criteria you want to use for the trigger. -
The
client.webapp.custom.properties
Type ID is updated, in addition topageFlow
,pageFlowNative
, andjointFlowOverride
properties.
-
The
client.webapp.custom.properties
Type ID is updated to includetriggerCriteria
, a new property within thedocumentVerification
object that determines whether to userefer
orreview
as the criteria for the documentation verification trigger. -
The
client.webapp.custom.properties
Type ID is updated to include new entriesdocumentVerificationResult
,documentVerificationMainDone
,documentVerificationJointDone
,kycDecisionMain
,kycDecisionJoint
, anddocvExecuted
in the array propertyexcludeUvs
.
Additionally, FIs now have the option to complete document verification for applicants referred due to a KBA issue. Add the following configuration to the client.webapp.custom.properties
Type ID:
"socure": { "deviceInfoEnabled": false, "documentVerification": { "showQR": true, "enabled": true, "processWorkflow": 3 }, "publicKey": "" }
(GRO-13419, GRO-11326)
Several enhancements are now available in the Image Exporter index file:
-
New fields
-
jointApplicant
-
memberId
-
appRefId
-
accountNumber
-
isAuthenticated
-
-
Modified DOCUMENTS table query—This query handles image fetching from the DOCUMENTS table and was enhanced to filter out any unnecessary or additional files beyond its scope.
(GRO-13952)
The Q2 Gro-Plaid integration now includes a feature that authorizes transactions before they are processed. To enable this feature, add the bankXferPageAfterPlaid
property to the client.webapp.custom.properties
Type ID and set it to true. (GRO-13382)
The Q2-Gro Magic-Wrighter adapter is updated to include a new external transfer verification solution, GIACT. We adopted this new feature to enhance the transaction authorization process when sending a billing address. To enable this feature, add the "billingAddress": true
key and value in the server.workflow.service.funding.connectionDetails
Type ID.
Note
GIACT will be enabled by default in a future release. Currently, the manual configuration included above is necessary to enable it.
(GRO-12943)
-
Enhanced the Q2 OLB enrollment adapter for more verbose internal comment logging. (GRO-10619)
-
Updated internal architecture for the Fiserv Premier SOA core adapter to improve stability and performance. (GRO-12397)
-
Fixed an issue where the PDF Report showed incorrect joint applicant information for returning customers. (GRO-12337)
-
Fixed an issue with the joint application process on the Contact Info page where the State field did not autofill when other address fields were properly filled in. (GRO-12633)
-
Fixed an issue where the authenticated workflow was not loading in Safari. (GRO-12894)
-
Fixed an issue where messages in the Gro Communicator Portal did not display correct formatting. (GRO-12959)
-
Fixed an issue with the Gro-Plaid integration where a funding error appeared at the end of an approved application. (GRO-13274)
-
Fixed an issue with Gro Communicator where the default language was not set to English, resulting in an error when loading messages. (GRO-13645)
-
Fixed an issue where Decision on Application Attributes rules were not logged in internal comments in the Gro Admin Portal. (GRO-13884)
-
Fixed an issue where the web application did not load when both "skipCrit=true" and "skipcart=true" were included in the URL. (GRO-14211)
-
Fixed an issue with document verification on the Almost Done page where the Next button did not work. (GRO-14327)
-
Fixed an issue where the Funding Page did not appear as a next step in the joint applicant verification process. (GRO-14377)
-
Fixed an issue where the Document Verification page did not display applicant information. (GRO-14358)
-
Fixed an issue where an "Add Identification: 1." error message displayed in internal comments in the Q2 Gro Admin Portal. (GRO-13197)
-
Fixed an issue where users received an error when creating authenticated users with the SAML workflow. (GRO-13276)
-
Fixed an issue where errors were returned from the
acctIdGen
call to the Jack Henry Silverlake core adapter. (GRO-13777)
-
Changed the Delayed Funding feature to be disabled by default. Delayed Funding can be enabled manually. For more information about Delayed Funding, including how to enable this feature, see Saving funding data for referred applicants.
(GRO-16575)
-
Fixed an issue where URLs placed in a page's footer didn't work as expected. (GRO-15533)
-
Fixed an issue where the queue routing workflow was falsely triggered when users uploaded documents to the Identification page. (GRO-15134)
-
Fixed an issue where an additional text field displayed for the primary applicant in the Name & Address section of the Application Details page in the Admin Portal. (GRO-17480)
-
Fixed an issue where joint applications using passport or military ID as the ID type would result in the ID Country (Joint) field label in the Admin Portal incorrectly displaying as "undefined". (GRO-17303)
-
Fixed an issue where security log files sent by email were mistakenly included in the email body as text rather than as file attachments. (GRO-17446)
This release includes the following updates:
Updated the Q2 Gro OLB adapter to support Caliper API V2 keys as Q2 is in the process of deprecating API V1 keys. This ensures improved security and performance.
Note
Q2 Gro recommends you to open a Salesforce case to enable this support.
(GRO-17932)
Enhanced the autoCloseCD
configuration to support the ability for the FIs using FIS Horizon core to set whether or not to auto close CD accounts upon maturity. To configure CDs to not auto close, update the autoCloseCD property in the server.workflow.service.submitApplication.settings
Type ID as follows:
{ "mappings": { "autoCloseCD": { "cd_special1": "N", "cd_special2": "N", "cd_01yrnp": "N" } } }
Note
By default, autoCloseCD
configuration values are set to "Y".
(GRO-20823, GRO-20367)
Updated the FDIC logo and verbiage to satisfy the updated FDIC requirements. The updated logo will not be enabled by default. To enable the updated logo, update the client.webapp.logo.fdicLogo
Type ID as follows:
"fdicLogoEnabled": false, "fdicCertValue": "987"
Note
By default, the cert value is 987
. It can be changed to meet the needs of your FI.
Modified the showNewHeader
property in the client.webapp.custom.properties
Type ID to support the display of the Bank and FDIC logo in the header and first page of the application. To enable the logo visibility, use the new fdicHeaderEnabled
property in the client.webapp.logo.fdicLogo
Type ID as follows:
"fdicLogoCertValue": "987", "fdicLogoEnabled": false, "fdicHeaderEnabled": false
(GRO-20820)
This release includes the following update:
Updated the FDIC logo with white background to support any colour for the FI's background in the web application. The updated logo is not enabled by default. To enable the updated logo, update the client.webapp.logo.fdicLogo
Type ID as follows:
"fdicLogoCertValue": "987", "fdicLogoEnabled": false, "fdicHeaderEnabled": false
Note
By default, the cert value is 987
. It can be changed to meet the needs of your FI.
(GRO-20763)