Topic Replies Freshness Views Users
Normal topic

Hi, i'm gettin this error message "OneSpanSign.Sdk.OssException: 'No Role found for signer email ", creating a package, this is the code that i'm using, thanks for the help.

 String API_KEY = "dzkxxxljQw==";

Normal topic

Hi, 

I want to retrieve a onespan users api key to use the template that user has and if any documents were added to the template then would like to retrieve those documents too.

I am using .net sdk for this…

Normal topic

Hi 

I want to retrieve api key, flow is as 

I have many accounts and for document 1 I will use account 1, for document 2 I will use another account 2. 
using C# code I will send document 1…

Normal topic

Hello,

We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.

We are using CAPTURE subtype while creating package as our…

Normal topic

I'm trying to create a package that has a condition where two fields need to be marked as required if one of two (out of five) radio buttons are selected.

I've tried two ways:

FieldConditionBuilder.NewFieldCondition(…

Normal topic

The Creating a Callback Notification Listener guide says I have put a callback URL. Is there a way to test the integration of Event callbacks in a local environment?

Normal topic
I'm creating an application to get all packages for an account with a date range. I'm using the following call Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus…
Normal topic

Hello,

I am trying to hide the left menu showing the documents as you can see my attached pic. but can not do it using the OneSpan Dll 11.43.

Can you please help me?

Thanks Nehme

Normal topic

Hi guys,

 

We’re using the Silanis.ESL.SDK implementation of your API services and a big part of the services are…

Normal topic

Guys,

I sent a support ticket in on this topic but I haven't heard anything from them. I've noticed that the custom logo I am sending in the package creation json is not being set. It does not throw any errors or anything…

Normal topic

If I create a package with a signer that is assigned no signing blocks, that singer's status is SIGNER_COMPLETE. This is good, as it lets me know that signer is a reviewer and has nothing that needs to be signed.

But if I…

Normal topic

Is there a table of valid timezone id's that the SDK will accept when creating a new package? We're currently trying with:
 

.WithTimezoneId("America/New_York"); //EST

 

However the package…

Normal topic

Hi,

Is there a complete list of possible error codes from package creation using .NET SDK available for reference?

Thanks

Normal topic
I am playing around with asking signers to answer questions before signing the application to add some fraud mitigation. I added the following: var packageBuilder = PackageBuilder.NewPackageNamed(signingPackage.Name) …
Hot topic
we have our application as front end to eSignLive system. we use SDK 11 to interact with eSignLive. i'm trying to see signing ceremony in correct application culture. During user creation I have set user language like this if (ci…
Normal topic
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
{
  "messageKey": "error.validation.package.wrongNumberOfFiles",
  "technical": "Number of uploaded files…
Normal topic

Hi.  Can you tell me if it is possible to change a template document name for a new transaction, and if so how this can be done?

e.g.

            Form form = new Form("FormName");<…

Normal topic

Hi,

After document is loaded in Iframe, upon clicking the Sign button, I see a JS error in the console coming from the file CapsigSignatureButton.js.   screen attached.

This was working previously,

Normal topic
Can you please point me or give me example of json needs to be added to add signing date in a document (Using REST API)
Normal topic

Hi,

  I use the Designer (transaction/{package_id}/design) in an iFrame in our WebApp.

  It shows correctly, but I would like to remove the button "Send to Sign" at the top right.

  I've seen…

Normal topic

We are an on prem installation running version 7.2.  We have integrated with OneSpan using the .Net SDK.  My question is there a maximum number of documents that we can upload/include in a single signing package?…

Normal topic

Trying to save signed docs on our server.  Looping through the doc collection, Content is null with code bellow:

  //retrieve signed package from one span
            var pkg =…

Normal topic

Hi,

I am developing a tool for creating packages for different senders under our OneSpan account.  Can you tell me how to determine which API key to use for the different senders?  The user account with the "Owner"…

Hot topic
Hello, Is there any way to browse and upload an image file with handwritten signature in eSignLive account using any tool or API? I checked there's one tool using 'JAVA' but I am looking for '.NET SDK'. Thank you.
Normal topic

Hi,

Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...

            DocumentPackage dp = PackageBuilder.NewPackageNamed(packageName)