493 results matched your search criteria
Forum topic
OneSpan Sign
Hi ,
I'm getting this error only on my TEST server , works fine on my local machine. Could you please advise ?
Database Exception Could not create a new package.
Forum topic
OneSpan Sign
I am getting the following error. I'm using the code in a Salesforce Flow. This works perfectly in the first sandbox. But I'm beginning to move this to production and something is not working. I've spent about 4 hours trying to figure this out with no luck.
Forum topic
OneSpan Sign
Hello,
Is there a way to set the default signature type to Click to Sign at the document level ( applies to all signature fields) when creating a package using .NET SDK & using signature text tags?
Forum topic
OneSpan Sign
Is there a change in updatePackage call for new signing experience. I am able to generate the package and update the package with settings and roles from old signing experience account but same cannot be done with new signer experience account.
Forum topic
Intelligent Adaptive Authentication
Hello,
I have fully working instance of 3.21 IAS on Centos 7 (SRV-A) with some users and DigiPass in local (embedded) db. Now I want to install additional server (Centos 7- SRV-B) with sam version of IAS and I want to initiate replication from SVR-A to SRV-B.
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
Reposting from the .Net SDK channel
Issue:
It seems the issue is because eSignLive is anticipating that the ‘Id’ of the group is the GUID that identifies
Forum topic
OneSpan Sign
We create a package where Primary and Secondary signers are both true
We set the expiry datetime for 1 hour when we create the package
We process the package, then send the uploaded documents to OneSpan to sign the documents.
Forum topic
OneSpan Sign
Hello,
I am trying to create a document package and send it as a "draft".
Here is the code that I have came up with :
EslClient eslClient;
PackageId packageId = eslClient.CreatePackage(package);
if I want to create a package with a "sent" status instead of draft, I ad this line :
eslClient.SendPac
Forum topic
OneSpan Sign
I am playing around with asking signers to answer questions before signing the application to add some fraud mitigation.