muhammadmobeen

How to add more than one files in a Package

0 votes
Hello, I am confused how to add more than one files in a Package with different signers. Is it possible in eSign to add more than one files in a Package and get each file status from eSign. Thanks

Reply to: How to add more than one files in a Package

0 votes
Are the documents that you're trying to put in a single package related? Or do you need to be sending them in different packages? To add a second document to a transaction with the .NET SDK, you'd simply need to make sure all signers were defined (.WithSigner()) and then define both documents (.WithDocument()). From there, to have one signer sign one document and the other sign the other, you'd just set up the signatures (.WithSignature()) for each document to point to the appropriate signer. Please let me know on my first question and I'll provide sample code.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


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