1274 results matched your search criteria
Forum topic
OneSpan Sign
Hello Folks,
We are currently evaluating eSignLive and have couple of questions related to specific use cases.
1. Is there support for SMS authentication for In Person signing.?
Forum topic
OneSpan Sign
For the Signing Ceremony we currently can set the HandoverUrl only when the Package is created.
It would make more sense and allow more flexibility to be able to set/override the HandoverUrl when the Signing Ceremony link is generated (e.g.
Forum topic
OneSpan Sign
Hi Team, I have a scenario where we have to sign the documents using Hardware Tokens(from INDIA, issued by eMudra). For the POC purpose, i have created a sandbox account and trying to try this on sandbox.
Unfortunately i didn't find out how to enable this feature?
Forum topic
OneSpan Sign
I have one scenario: signer1 doesn't need to sign/accept any documents in the package, in the remote scenario, how signer1 start the signing ceremony to review the documents? because signer1 doesn't get the email to launch the signing ceremony.
Forum topic
OneSpan Sign
We just started receiving this error in the sandbox environment when attempting to download signed pdfs. I don't believe anything has changed on our side for quite a while now.
Forum topic
OneSpan Sign
Is it possible for me to test digital signing (smart card using the PCC) through the SaaS sandbox web interface?
Forum topic
OneSpan Sign
I'm working on the callbacks into Salesforce. The callbacks are triggering just fine. And the provided code where we are uploading the signed documents into the document object is working perfectly. However, I need to upload the documents into Content Versions instead of the document library.
Forum topic
OneSpan Sign
We are facing this issue intermittently in production.
We have a grid on our template which includes set of `Country Code` and `Phone Number` fields.
Forum topic
OneSpan Sign
Hello Onespan,
I am currently having weird error.
On signing steps, when I click on 'Next' or 'Accept', (Only sometimes) Onespan prevents me to proceed with "Validation Error" (Please refer attached screen capture).
Forum topic
OneSpan Sign
I know how to retrieve the evidence pdf with the below code:
byte[] evidenceContent = eslClient.downloadEvidenceSummary(packageId);
Files.saveTo(evidenceContent, "evidence.pdf");