1306 results matched your search criteria
Forum topic
OneSpan Sign
I'm looking for information on the declined process. When a signer declines a document, what happens in the system? Does the signer status get updated or is this at a package level? What happens to the package?
Forum topic
OneSpan Sign
Hi,
I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
.withAttributes(newDocumentPackageAttributes()
.withAttribute("internalID", "123456"
Forum topic
OneSpan Sign
Hi,
I'm looking at the designer https://developer.esignlive.com/guides/feature-guides/designer/.
The designer enable you the modify the signer and add signatures.
I would like to be able to get a similar URL but to allow my users/clients to upload their document and choose their signers.
Do somet
Forum topic
OneSpan Sign
When a Document is signed for a given Signer, in the call back notification, I see following information
"name":"DOCUMENT_SIGNED","sessionUser":"SignerID2","packageId":"XXXXXXXXXXXXXXXXXXXXXXXXX","message":null,"documentId":"Document_ID"
if we see, message is coming as null.
Is it possible to get
Forum topic
OneSpan Sign
Hi There,
I am working on creating a package with a document that has an Id assigned to it:
.withDocument( newDocumentWithName( "Second Document" )
.fromFile( "src/main/Resources/document.pdf" )
.withId( documentId )
I was wondering if this Id needs to be globally unique amo
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.
Forum topic
OneSpan Sign
I have a question on how to install a writeback to defined salesforce fields after completing esign package. I already build a convention, that is working properly and writing back values inside PDF to defined Salesforce fields.
Forum topic
OneSpan Sign
Hi There,
According to the requirements we have, if a person doesn’t completes the purchase by paying but has signed the documents, if that person comes back again after certain number of days, he needs to do the whole transaction again.
Forum topic
OneSpan Sign
Hi team,
We have few questions from our clients:
Is there any event for "Failed Question & Answer Authentication” & “Question & Answer Authentication” or “Signing Session for Signer” ?
For these events, JSON file (package file) gets updated, right?
Forum topic
OneSpan Sign
Hi team,
We have a client asking whether the "adding an approver" feature available in OneSpan Sign? Let’s say we have the 1st signer, the 2nd approver, and the 3rd signer.