283 results matched your search criteria
Forum topic
OneSpan Sign
I have a client that is having an issue where they are not getting an accurate list of signers for a transaction initiated in eSignLive through their Associate account.
Forum topic
OneSpan Sign
HI All,
Can you help me to convert the below API request into equivalent SDK code to create the package(with one document file as attachment to sign off):
{
"name": "packagename",
"status": "SENT",
"roles": [
{
"id": "signer1",
"index": "1",
"type": "SIGNER",
Forum topic
OneSpan Sign
Hi,
We have an onsite installation of esignlive and ewitness
esl api shows following version at /api/sysinfo
{
"schema": "16.10.4",
"version": "16.6.16",
"timestamp": "2017-12-12 23:32+0000"
}
I'm attempting to extract the full evidence pdf and html via both the eâ€Witnessâ„¢ UI "Expor
Forum topic
OneSpan Sign
When signing a document via OneSpan that was sent out via Laserfiche Workflow, the only option is the screen below where you manually draw your signature.
Forum topic
OneSpan Sign
Need some assistance -
Forum topic
OneSpan Sign
The customer keeps getting random OneSpan signature failures when users try to send a document for signature. The same transaction works sometime and not others.
Forum topic
OneSpan Sign
Hello, I want to disable the email notification to an specific signer, I already try this
Forum topic
OneSpan Sign
Currently trying to customize my package.... It is an existing template on my sandbox and I would like to be able to customize the fields each time I clone the package. Is this possible?
This is the current JSON payload I am sending... the signer information works but the fields are not working.
Forum topic
OneSpan Sign
Hi,
We have implemented the Reminder emails to the signers by given API and refering the below link:
Reference link:
Setting Reminders Guide
Currently we are getting the reminder emails not on the next day.
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.