-
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.
Pyic 7650 international address fraud route (#2803)
- Loading branch information
Showing
40 changed files
with
548 additions
and
152 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
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"checkMethod": "bvr" | ||
} | ||
], | ||
"validityScore": 2, | ||
"validityScore": 3, | ||
"strengthScore": 4, | ||
"type": "IdentityCheck" | ||
} |
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"checkMethod": "bvr" | ||
} | ||
], | ||
"validityScore": 2, | ||
"validityScore": 3, | ||
"strengthScore": 4, | ||
"type": "IdentityCheck" | ||
} |
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
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"checkMethod": "bvr" | ||
} | ||
], | ||
"validityScore": 2, | ||
"validityScore": 3, | ||
"strengthScore": 4, | ||
"type": "IdentityCheck" | ||
} |
2 changes: 1 addition & 1 deletion
2
api-tests/data/cri-stub-requests/dcmaw/kenneth-passport-verification-zero/evidence.json
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
34 changes: 34 additions & 0 deletions
34
...quests/fraud/kenneth-changed-family-name-and-address-no-applicable/credentialSubject.json
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,34 @@ | ||
{ | ||
"address": [ | ||
{ | ||
"addressCountry": "GB", | ||
"uprn": 100120012047, | ||
"buildingName": "", | ||
"streetName": "King Road", | ||
"postalCode": "BS9 6NR", | ||
"buildingNumber": "28", | ||
"addressLocality": "BRISTOL", | ||
"validFrom": "1000-01-01", | ||
"subBuildingName": "" | ||
} | ||
], | ||
"name": [ | ||
{ | ||
"nameParts": [ | ||
{ | ||
"type": "GivenName", | ||
"value": "KENNETH" | ||
}, | ||
{ | ||
"type": "FamilyName", | ||
"value": "SMITH" | ||
} | ||
] | ||
} | ||
], | ||
"birthDate": [ | ||
{ | ||
"value": "1965-07-08" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...i-stub-requests/fraud/kenneth-changed-family-name-and-address-no-applicable/evidence.json
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,10 @@ | ||
{ | ||
"failedCheckDetails": [ | ||
{ | ||
"checkMethod": "data", | ||
"fraudCheck": "applicable_authoritative_source" | ||
} | ||
], | ||
"txn": "RB000117420948", | ||
"type": "IdentityCheck" | ||
} |
34 changes: 34 additions & 0 deletions
34
...equests/fraud/kenneth-changed-given-name-and-address-no-applicable/credentialSubject.json
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,34 @@ | ||
{ | ||
"address": [ | ||
{ | ||
"addressCountry": "GB", | ||
"uprn": 100120012047, | ||
"buildingName": "", | ||
"streetName": "King Road", | ||
"postalCode": "BS9 6NR", | ||
"buildingNumber": "28", | ||
"addressLocality": "BRISTOL", | ||
"validFrom": "1000-01-01", | ||
"subBuildingName": "" | ||
} | ||
], | ||
"name": [ | ||
{ | ||
"nameParts": [ | ||
{ | ||
"type": "GivenName", | ||
"value": "KEN" | ||
}, | ||
{ | ||
"type": "FamilyName", | ||
"value": "DECERQUEIRA" | ||
} | ||
] | ||
} | ||
], | ||
"birthDate": [ | ||
{ | ||
"value": "1965-07-08" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
...ri-stub-requests/fraud/kenneth-changed-given-name-and-address-no-applicable/evidence.json
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,10 @@ | ||
{ | ||
"failedCheckDetails": [ | ||
{ | ||
"checkMethod": "data", | ||
"fraudCheck": "applicable_authoritative_source" | ||
} | ||
], | ||
"txn": "RB000117420948", | ||
"type": "IdentityCheck" | ||
} |
32 changes: 32 additions & 0 deletions
32
api-tests/data/cri-stub-requests/fraud/kenneth-no-applicable/credentialSubject.json
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,32 @@ | ||
{ | ||
"address": [ | ||
{ | ||
"addressCountry": "GB", | ||
"buildingName": "", | ||
"streetName": "HADLEY ROAD", | ||
"postalCode": "BA2 5AA", | ||
"buildingNumber": "8", | ||
"addressLocality": "BATH", | ||
"subBuildingName": "" | ||
} | ||
], | ||
"name": [ | ||
{ | ||
"nameParts": [ | ||
{ | ||
"type": "GivenName", | ||
"value": "KENNETH" | ||
}, | ||
{ | ||
"type": "FamilyName", | ||
"value": "DECERQUEIRA" | ||
} | ||
] | ||
} | ||
], | ||
"birthDate": [ | ||
{ | ||
"value": "1965-07-08" | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
api-tests/data/cri-stub-requests/fraud/kenneth-no-applicable/evidence.json
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,10 @@ | ||
{ | ||
"failedCheckDetails": [ | ||
{ | ||
"checkMethod": "data", | ||
"fraudCheck": "applicable_authoritative_source" | ||
} | ||
], | ||
"txn": "RB000117420948", | ||
"type": "IdentityCheck" | ||
} |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.