dejan_lukic7ho…

signer always reviewer

0 votes
I use your example to test your API. ........ SignerBuilder.NewSignerWithEmail(email1) .WithFirstName("dejan") .WithLastName("lukic") .WithTitle("Pack title") ) ....... Signer receives email as Reviewer instead as a Signer. How to actually set the receiver as Reviewer or a Signer?

Reply to: signer always reviewer

0 votes
If you add a signer to a package but don't specify a signature location, they are automatically added as a reviewer. Now, to make it so the package doesn't complete without the package being looked over, you would need to turn off auto-complete on the package. You can see this functionality in action in the UI when you create a new package and go to the advanced options tab for the package (see the attached image). In your C# (.NET SDK) code, you would add this call to your package creation process:
.WithoutAutomaticCompletion()
Hope this helps. Let me know if you have further questions.

- Michael

Director, Partner and Developer Technologies, OneSpan

Facebook - Twitter - LinkedIn


Attachments
Review.png32.32 KB

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