-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to the wording and our functionality has changed.
- Loading branch information
1 parent
1bfb731
commit fdef415
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
We have added access control to the Direct Deposit Management API to block dependent access to deposit accounts. This additional account security ensures that only Veterans can manage direct deposit details. | ||
|
||
* The Veteran identifier in the API request is checked against VA records to determine Veteran or Dependent status. | ||
|
||
* If the identifier is for a non-Veteran or Dependent, an error message is returned in the API response and access to the deposit account is denied. | ||
We have added additional logging for potential fraud alerts from our backend system. When the response we receive contains a fraud alert flag, our API logs the potential fraud alert; access is not blocked. Our API then sends an alert as an HTTP response with Fraud Alert Flag = True to our downstream service. This new functionality will allow our backend system to provide the calling front-end system with an alert so that any changes or research actions can be taken for that account. |