This repository was archived by the owner on Dec 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +23
-3
lines changed
identity_verification_document_add Expand file tree Collapse file tree 3 files changed +23
-3
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments