Package com.idanalyzer
Class Docupass.CreateRequest
java.lang.Object
com.idanalyzer.Docupass.CreateRequest
- Enclosing class:
- Docupass
Parameters for creating a Docupass link.
-
Field Summary
FieldsModifier and TypeFieldDescriptionOutput format for generated contracts; defaults to "pdf".Contract template id to generate, if any.Pre-fill data for the generated/signed contract, if any.Contract template id to have the user sign, if any.Arbitrary string stored with the resulting transaction.UI language for the verification flow.intVerification mode: 0=Document+Face, 1=Document, 2=Face, 3=e-Signature.KYC profile ID (required).Reference document image to match against.Reference document back image to match against.Reference face image to match against.booleanWhether the link can be reused by multiple users.User phone number for the verification flow.Expected address to verify against the document.Expected age range to verify against the document.Expected date of birth to verify (docupass uses the upper-case "verifyDOB" field).Expected document number to verify.Expected name to verify against the document.Expected postcode to verify against the document. -
Constructor Summary
ConstructorsConstructorDescriptionCreates an empty request whose fields are populated directly before use. -
Method Summary
-
Field Details
-
profile
KYC profile ID (required). -
mode
public int modeVerification mode: 0=Document+Face, 1=Document, 2=Face, 3=e-Signature. -
contractFormat
Output format for generated contracts; defaults to "pdf". -
contractGenerate
Contract template id to generate, if any. -
contractSign
Contract template id to have the user sign, if any. -
contractPrefill
Pre-fill data for the generated/signed contract, if any. -
reusable
public boolean reusableWhether the link can be reused by multiple users. -
customData
Arbitrary string stored with the resulting transaction. -
language
UI language for the verification flow. -
referenceDocument
Reference document image to match against. -
referenceDocumentBack
Reference document back image to match against. -
referenceFace
Reference face image to match against. -
userPhone
User phone number for the verification flow. -
verifyAddress
Expected address to verify against the document. -
verifyAge
Expected age range to verify against the document. -
verifyDOB
Expected date of birth to verify (docupass uses the upper-case "verifyDOB" field). -
verifyDocumentNumber
Expected document number to verify. -
verifyName
Expected name to verify against the document. -
verifyPostcode
Expected postcode to verify against the document.
-
-
Constructor Details
-
CreateRequest
public CreateRequest()Creates an empty request whose fields are populated directly before use.
-