Skip to content

Commit 9ec444e

Browse files
add new parameters to validation response
1 parent a99c8c5 commit 9ec444e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/doc/identity/account/validate/index.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"status": true,
33
"message": "Personal Account Verification attempted",
44
"data": {
5+
"accountAcceptsDebits":true,
6+
"accountAcceptsCredits": true,
7+
"accountHolderMatch": true,
8+
"accountOpenForMoreThanThreeMonths": true,
9+
"accountOpen": true,
510
"verified": true,
611
"verificationMessage": "Account is verified successfully"
712
}

0 commit comments

Comments
 (0)