OliverH

Uploading documents

0 votes
Hi, Is it possible to upload additional attachments when completing/signing a package? For instance if a signer had to upload a scan of their drivers licence and then sign. Would that be possible? Thanks,

Reply to: Uploading documents

0 votes
Hi OliverH, With OneSpan Sign, you have the ability to request attachments after your signer(s) signed your document(s). After the requested attachments have been provided, you will have the option of accepting or rejecting the attachment. In the event of a refusal, you will be able to provide feedback in the form of a short message and the signer will have the opportunity to upload a different file. Kindly check our Attachment Requirements guide for more information. And below is a code snippet for building your package in Java SDK:
.withSigner(newSignerWithEmail("[email protected]")
.withFirstName("John")
	.withLastName("Doe")
	.withCustomId("Signer1")
	.withAttachmentRequirement(newAttachmentRequirementWithName("Driver's license")
		.withDescription("Please upload a copy of your driver’s license.")
		.isRequiredAttachment()
		.build()))
Hope this could help! Duo

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off