OliverH

Get Signing Status directly

0 votes
Hey team, I noticed that you provide a signing status function to get signing status per signer: com.silanis.esl.sdk.SigningStatus signerStatus1 = eslClient.getSigningStatus(packageId, new SignerId(signerId1), null); But the concern here is, we don't want multiple calls to get signing status all recipients. We are looking for a way returning all signing status for each signer directly. Any ideas on this? Thanks,

Reply to: Get Signing Status directly

1 votes
Hi Oliver, OneSpan Sign provides you with the capability to use a Webhook to push notifications to your callback listener vs you actively polling information. The proper solution to your issue would be to set up a callback listener and subscribe to the events for "Recipient completed signing". This way, you'd be able to update your application with statuses in real time. You could then only poll every 12 or 24 hours as a backup, in case of missed callbacks. 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