498 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am using api key for authentication, retrieving template works fine but when i tried to create package it thrown 403 forbidden error.
We might be missing some settings on the account. Can you guide us
Thanks
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
Guys,
I have a few redirects that I am trying that are not working and would love to know where I'm going wrong.
1. I've set the handover and complete event to force the redirect of a user when completing a package and it doesn't seem to work.
Forum topic
OneSpan Sign
Are we able to merge data onto a document and also set it as "accept only"?
I am following this blog post but wondering if we can stamp the fields on the document with values too: https://www.onespan.com/blog/onespan-sign-release-1150-accept-only-rework
Forum topic
OneSpan Sign
The .Net SDK throws exception “Object reference not set to an instance of an object.†When we try to retrieve some data like (Layouts, Sender info, Auditlog) and there is no data.
It would be better if it just return null, instead of going to the exception path.
Thanks,
Forum topic
OneSpan Sign
Few Senders reported that when they set up the Fields such as Signature / Signer Initials they got misplaced from their side however from signer side - the document was fine and can be completed the signing without any issue.
Please kindly advise on this issue.
Forum topic
OneSpan Sign
Hello Duo,
I am getting this error while using the latest chrome beta.
Forum topic
OneSpan Sign
Hi,
Before copying the layout & template, we'd like to backup the source account setting first ( or just backup the existing layout and templates) in case something goes wrong. so what do you suggest the best way to backup the account ?
thanks,
Forum topic
OneSpan Sign
When a new user is provisioned, the user status is set to PENDING. When using SSO, the user status never changes to ENABLED because they do not get the activation email. How do we get the status to ENABLED so that we have the ability to DISABLE the user, if needed?