Link URL to Signed documents
Thursday, March 24, 2022 at 05:46pmHello
Instead of using the OneSpan Sign email.complete email to provide a link to the signed documents to each signer, I would like to send a custom email or via a web page.
Is there a way to build this link URL so they can access the signed documents once a package is "complete"?
Reply to: Link URL to Signed documents
Thursday, March 24, 2022 at 06:31pmHi dsmith,
There are two ways to build such a link:
By creating a signer authentication token and then building below redirect URL
https://sandbox.esignlive.com/access?sessionToken={signerAuthToken}
The main difference between signing url and authentication token is that the Signing URL never expires, while a signer authentication token will only be valid for 30 minutes.
Duo
Reply to: Link URL to Signed documents
Thursday, March 24, 2022 at 06:59pmThank you for the quick reply.
I reviewed the documentation for retrieving the signing URL, it states the package needs to be in the sent status. I want to be able to retrieve the URL after the package has been signed. Will it still work as that complete status is after the package has been in the sent status?
Reply to: Link URL to Signed documents
Thursday, March 24, 2022 at 07:56pmHi dsmith,
Yes, the API/SDK function mentioned in this guide also fits transactions in COMPLETE status. I would contact documentation team and have the guide description adjusted.
Duo