embedded signing
Tuesday, April 26, 2022 at 08:08amIs it possible to have it so embedded documents can be signed by users without them needing accounts?
User accesses out system (we have their name and email)
Can we create a transaction for that user with a document, get the signing url, show it in the iframe, and user can sign without needing a onespan account?
Reply to: embedded signing
Tuesday, April 26, 2022 at 08:39amHi afoster,
Thanks for your post!
This is completely possible with OneSpan Sign:
(1)External signers don't need to have OneSpan Sign accounts by default, simply pass their names and emails to the SignerBuilder when you followed the quick start guide:
Creating and Sending a Transaction
(2)There are two types of signing links, check below developer blog for their usages and differences:
Session, Authentication Token, and Signing Url – Part1
(3)Both links can be embedded into an iFrame, also check our iFrame Best Practices Guide.
Duo