1383 results matched your search criteria
Forum topic
OneSpan Sign
Team,
I was exploring REST API for one of our need, where, we need to download all the documents for all packages that has been completed for a given day.
I see Reports option where you can git list of completed packages for a given day.
Forum topic
OneSpan Sign
Hi
Is there a way to hide the Exit Document button?
Can it be done at the account level?
When I am creating a package, I am setting the HandOver (href, title, text ) object .
Will the hiding it at the account level , override this package level setting.
Regards
Mario
Forum topic
OneSpan Sign
Hey is there a way to retrieve the read only version of a document that is out for signing ?
Thanks
Forum topic
OneSpan Sign
Hi
See Attachment
Here's the DOCUMENT_SIGNED push notification, I can't associate the sessionUser to either signer in the Package object returned from the SDK. (see the screen shot below, I have the signer Ids boxed in red)
Is this a known bug with the push notification? Can this be fixed?
Forum topic
OneSpan Sign
I want to ensure documents are signed in a particular order. Does eSignLive have the ability to do this?
Thanks,
hsamson
Forum topic
OneSpan Sign
Hello,
How I can create a document from existing template I have?
I have put some text fields like signer first name, last name and country, how I can access these fields and pass them while create a document based on a template?
Thanks
Forum topic
OneSpan Sign
Hello,
I am using iframe to sign a document, after the sign complete, how i can forward the user to another page in my website?
Thanks
Forum topic
OneSpan Sign
Hi
Is there a post on how to delete a document from a package
I can see a post on how to add a document to an existing package.
https://developer.esignlive.com/guides/feature-guides/document-management/
Thanks
Mario
Forum topic
OneSpan Sign
Hi,
Please help me with the following:
I am using REST API, .NET and a sandbox account.
I want to download a document in PDF format. For this I can use the call:
GET /packages/{packageId}/documents/{documentId}/pdf
But this call requires documentId.
Forum topic
OneSpan Sign
When using the callback function to listen to DOCUMENT_SIGNED events, I do not receive the event if the user does not click the "Done" button before clicking the "Confirm" button.