Bjones82

Getting status of each signer

0 votes
We have a service setup to get the "SIGNER_COMPLETE" notification but we need to iterate through and see who has signed and who hasn't. Is there a way in the .net code to get which signers are complete or at least which documents they have signed in the package?

Approved Answer

Reply to: Getting status of each signer

0 votes
You can query the status of each signer like so:
SigningStatus status = eslClient.GetSigningStatus(packageId, "{signerId}", "{documentId}");
The status will be either "SIGNING_PENDING" or "SIGNING COMPLETE". Though, you'll have to go through each document.
Haris Haidary OneSpan Technical Consultant

Reply to: Getting status of each signer

0 votes
Thanks that works!!

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