Skip to content
This repository was archived by the owner on Dec 28, 2023. It is now read-only.

Commit 9098e09

Browse files
author
nobody
committed
Merge branch 'production'
2 parents ed070f5 + eeaa6c5 commit 9098e09

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"identity_verification_document_add": 1,
3-
"document_number": "12345678912",
4-
"document_type": "nin_slip",
5-
"issuing_country": "ng"
3+
"document_additional": "123456789ABCDEF",
4+
"document_number": "12345678",
5+
"document_type": "passport",
6+
"issuing_country": "in"
67
}

config/v3/identity_verification_document_add/send.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
1
2323
]
2424
},
25+
"document_additional": {
26+
"description": "[Optional] Additional info required by some document types.",
27+
"type": "string"
28+
},
2529
"document_number": {
2630
"description": "The identification number of the document.",
2731
"type": "string"

config/v3/residence_list/receive.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,21 @@
4444
"type": "object",
4545
"additionalProperties": false,
4646
"properties": {
47+
"additional": {
48+
"description": "[Optional] Additional input required from the user",
49+
"type": "object",
50+
"additionalProperties": false,
51+
"properties": {
52+
"display_name": {
53+
"description": "The localized display name",
54+
"type": "string"
55+
},
56+
"format": {
57+
"description": "[Optional] Regex pattern to validate documents",
58+
"type": "string"
59+
}
60+
}
61+
},
4762
"display_name": {
4863
"description": "The localized display name",
4964
"type": "string"

0 commit comments

Comments
 (0)