QFD 23.03.230330.2
Release Notes
Category | Summary | Description | Labels | Acceptance Criteria | Release Notes | Documentation Link | Story ID |
---|---|---|---|---|---|---|---|
Enhancement | SSO Initial User Setup - Assignment Group Mapping |
Branch is in Unauthenticated App Currently, assignment group mapping does not happen when a new user logs in via SSO. On their first login, and only first login, the Assignment group mappings should be added to the user. If they already have assignment groups, then no updates should happen. |
|
When users are first created the assignment groups will be pulled from the model operator. |
QPS-8429 | ||
Compatibility | Claim/List and Transaction/List API Update |
Currently, the Claim/List API accepts CustomerId as an input parameter. The API returns an error of "Invalid CustomerId" if a customer is not able to be found using the D_CustomerList data page. The problem is that not all implementations are capable of getting a list of customers from a customer id. The D_Customer data page however will always return a customer for a passed in CustomerId. The API should be changed to make use of the D_Customer data page.  Additionally we need to add the TotalClaimAmount to the response. |
|
Updated the Claim/List API to return a list of claims for a CustomerID as a parameter. If the CustomerID is not found during the call, the API call should use the D_Customer data page to get the list of claims requested by the user. |
QPS-8250 | ||
Fix | External Client Users - Non-Card Claims |
As a system, External Client Users should be presented with the question "Is this an issue on your card" to file ACH, Check, Wire, or P2P claims.   |
|
Resolved an issue where the question "Is the issue you are reporting related to a transaction made with your card?" was not displaying for external client users, due to a validation to excluded ACH being a disputable transaction type through self service options. Prior to this change, External Client Users were not unable to initiate an ACH claim on behalf of an account holder. This fix ensures that External Client Users will always see the question "Is the issue you are reporting related to a transaction made with your card?" when initiating a claim via intake. Additionally, External Users (account holders) will still not be able to dispute an ACH claim through self-service options, but do have the ability to initiate a check, wire, or P2P claim. |
QPS-8162 |