79 results matched your search criteria
Forum topic
OneSpan Sign
I have a document that is generated on the fly by our web system. It's a PDF created by the back-end and then goes out for signing. I have been able to upload the document just fine.
Once it goes out for signing, there are two signatures it requires.
Forum topic
OneSpan Sign
Sending a POST request to /api/callback to update the callback key, callback events and callback URL returns:
Forum topic
OneSpan Sign
Can I turn off the email to signers? I had expected a .withSettings(newDocumentPackageSettings()
.withInPerson()) might do that, but I got the email this way too.
Forum topic
OneSpan Sign
I would like to know if it is possible to create a signature request with 2 signatories having two different types of signature methods (hand-scripted, click-to-sign, click-to-initial) for the same document ??
Forum topic
OneSpan Sign
Hey there!
I have a transaction with ExpirationDate with 2 signers (with sign order) and are required Attachments.
Forum topic
OneSpan Sign
I am evaluating the use of your product and am wondering if it will accomplish the following task. I will create a sales template that is a sample invoice.
Forum topic
OneSpan Sign
I am also finding it difficult to set the correct href. When I use the example 'www.google.com' when the button is clicked it has a query string attached. When I use a my own url urlencoded spaces are inserted or it redirects to esignLive's sandbox url and comes back with no transaction found.
Forum topic
OneSpan Sign
Hey there!
Im currently using the sandbox, to make prove of concept and im trying to anwser some dooubts.
1 - When passing to a production environment the sandbox is migrated or stays as it is?
2 - When passing to a production environment the templates and the layouts are migrated? Is automatic?
Forum topic
OneSpan Sign
Hello everyone,
My end goal is to send an e-SignLive Package automatically when a certain custom object is created.
I was wondering if it was possible to link the custom object to the e-SignLive Package (the same way as when using a button or Visualforce page with ParentId) through an Apex Trigge
Forum topic
OneSpan Sign
Hello,
We are using the .NET SDK to setup transactions with documents containing only signature fields. We are using Text Tag extraction as our signature locator and I attached the code we are using to do this.