-
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.
* Create 2025-03-06.md * Update 2025-03-06.md
- Loading branch information
1 parent
2efd0f8
commit ac42942
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
content/direct-deposit-management/release-notes/2025-03-06.md
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
We have added a new field to the API responses that reports the "Status" of the ID submitted in the API request. The field name is 'veteranStatus' and values for this field are: | ||
|
||
* VETERAN | ||
* DEPENDENT | ||
* NEITHER_VETERAN_NOR_DEPENDENT | ||
* COULD_NOT_DETERMINE_DUE_TO_EXCEPTION | ||
|
||
Also, the HTTP 422 error when a fraud indicator is detected has been modified in 2 ways: | ||
1. The message in the header for "fraud alert" has been removed. | ||
2. The message detail now includes that an update could not be made due to a fraud indicator. | ||
|
||
For more details, [review the API documentation](https://developer.va.gov/explore/api/direct-deposit-management/docs?version=current). | ||
|