asingla

Find signer who opted-out/declined package

0 votes
Hi, If our application somehow missed the callback event of opt-out/decline, is there any REST API which can be used to fetch the details about signer who opted-out/decline and with what reason?

Reply to: Find signer who opted-out/declined package

0 votes
Hi, You can poll the signing status of a signer: https://developer.esignlive.com/guides/feature-guides/signing-status/ And you can retrieve the opt-out/decline messages as well: https://developer.esignlive.com/guides/feature-guides/opt-out-and-decline-messages/
Haris Haidary OneSpan Technical Consultant

Reply to: Find signer who opted-out/declined package

0 votes
It means I need to make multiple calls if I have more than 1 signers. I found https://developer.esignlive.com/guides/feature-guides/opt-out-and-decline-messages/#rest-api is returning "id" in messages. Can this be used to figure out the Signer who opted-out ? (Considering this will be Signer Id passed in JSON while creating package)

Reply to: Find signer who opted-out/declined package

0 votes
Actually, you can achieve that in one API call. Simply do a GET on that opted out package and you can find all the information you need under the "messages" field.
Haris Haidary OneSpan Technical Consultant

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