amunjal

How to find if signer has completed the transaction

0 votes

I have a border line case, let's say there are two signers. One signer signs but do not click confirm. How do you find if signer 1 has completed the signature ceremony or not.

 

I reviewed the signature package JSON, Which i get from getPackage call, and there is no difference between "signature done and not confirmed" state and "signature done and confirmed" state.

 

Question, what is the correct way of finding if any signer has completed signing in case of multiple signers.


Reply to: How to find if signer has completed the transaction

0 votes

Hi amunjal,

 

For OneSpanAPIObjects.Approval class, there should be two fields "accepted" and "signed":

public DateTime accepted;

public DateTime signed;

When the signer clicked to sign, the "accepted" should have a value. Further when signer finished signing all signatures in current document and clicked confirm, all these approvals should have the same "signed" value.

 

Duo

 

Duo Liang OneSpan Evangelism and Partner Integrations Developer


Reply to: How to find if signer has completed the transaction

0 votes

ok, thanks! Got it.


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