replace Dossier
abstract fun replaceDossier(sessionToken: String, accountUuid: String, dossierUuid: String, realTimeVerification: Boolean = false, countryOfIssuance: CountryModel? = null, filesToSend: List<DocumentCaptureDetailsModel>, clientCallback: DossierUploadSdkCallback)
Headless call to replace an existing dossier in the account.
Parameters
session Token
Session token
account Uuid
Account unique identifier
dossier Uuid
Dossier unique identifier
real Time Verification
If dossier should be verified in real time
country Of Issuance
The origin country of the submitted documents
files To Send
Files to be send
client Callback
Client callback for success and error responses from the Alviere Accounts SDK
See also
to capture documents first.
abstract suspend fun replaceDossier(sessionToken: String, accountUuid: String, dossierUuid: String, realTimeVerification: Boolean = false, countryOfIssuance: CountryModel? = null, filesToSend: List<DocumentCaptureDetailsModel>): AlResponse<DossierDetailsModel>
Headless call to replace an existing dossier in the account.
Return
AlResponse<DossierDetailsModel>
Parameters
session Token
Session token
account Uuid
Account unique identifier
dossier Uuid
Dossier unique identifier
real Time Verification
If dossier should be verified in real time
country Of Issuance
The origin country of the submitted documents
files To Send
Files to be send
See also
to capture documents first.