Topic Replies Freshness Views Users
Normal topic

In my code I have 2 parameters that I am passing string uniqueId, string coBrand can you elaborate on this comments?

Co-Branding: To apply co-branding, you would typically configure these…

Normal topic

In my MVC code project testing creating a Package I am trying to add a .WithSignatureStyle and  .WithSignatureType. and the SDK says it does not have a definition of neither one in the builder.
The issue is that the signature…

Normal topic

I noticed that our callbacks were not working in the sandbox and when I logged in to take a look at the callback settings, I noticed the callback key was no longer there. I see that OAuth 2.0 was added and there is an option to select…

Normal topic

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…

Normal topic

Hi,

I am trying to create a new package using .net sdk from template which is already defined in the UI. I am trying to find an example which will help me to get started. This is what we are trying to accomplish

1…

Normal topic

Looking to create a transaction (done) and then get a signing URL or start signing process because I need to allow signing in an "iframe" or withing a .NET application wihtout sending the emails out, or maybe just the completed email to…

Normal topic

If a customer builds an integration using the API, they would at minimum need to reference the API key to connect to OneSpan is that correct or could they use access token?

 

Normal topic

C# code that can be used to generate usage reports (code mostly by Duo) and also a downloader tab to download inflight and/or complete transactions and their associated files.  Useful to download and use as is or reuse the code in…

Normal topic

Hello,

We try to use .NET SDK , but you don't use C#, and try to translate to another language.

https://community.onespan.com/fr/documentation/onespan-sign/guides/guides-de-demarrage-rapide/developpeur/creation-et…

Normal topic

We are wondering if we are able to simulate the "CanChangeSigner" functionality using API/SDK calls after the signing process has started. Here is the process we're considering implementing at some point:

Package gets created…

Normal topic

Hi,

We have created a reminder schedule for a transaction using .Net SDK by following this document 

Normal topic

In the designer of a package, there is a checkbox "Accept only" for a signer. How can I set this to true using the .NET SDK?

 

Normal topic

What parameter can I use on a capture tag, to set the fromfile value to true.

I cannot find it anywhere. This is what I've tried, but it is not a valid parameter:

{{esl:signer1…

Normal topic

I need to get the details for eSign email bounce, I am pretty new using the .NET SDK, coudl you provide a snippet or pointing me to the right direction?

I downloaded the OneSpanSign.Sdk.Samples project, can I use one of the…

Normal topic

Hi Team,

I am integrating the Callback API for Event Notifications,

Could you please provide the list of properties available in the JObject.

For more details, refer the below screenshot.

Normal topic

I've noticed that the MaxPageSize value in the PageRequest class has the value of 50,  but I believe the maximum number of transactions (and presumably other items) that can be returned in a request to the API is 100 

Normal topic

Hello,

We are using the .NET SDK to setup transactions with documents containing only signature fields.  We are using Text Tag extraction as our signature locator and I attached the code we are using to do this.

Normal topic

We use SSO so we don't sending out the invitation for users to activate their accounts.  How can I programmatically activate the accounts using the .NET SDK.  I can determine who's pending from the list of senders, but not…

Normal topic

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.   

  1. Is…
Normal topic

I have a situation where I set delegation to a sender using code that has worked in the past.  The indication was that the delegation was successful BUT it didn't work.  Looking in the UI I figured out that the users had used…

Normal topic

We seem to be having an issue where we don't seem to pull in any of our recent test files using either the GetPackages or the GetUpdatedPackagesWithinDateRange.  We DO get results using those as long as we move the date range…

Normal topic

I know how to get subaccount api keys but how do I get a senders API key.  The user has left State employment so I can't have them just login and give it to me.   I don't see it in the Sender structure.

Normal topic

When using

ReportService.DownloadCompletionReportAsCSV

 ReportService.DownloadUsageReportAsCSV

 

How can I specify the subaccount and/or subaccount users that I want information returned…

Normal topic

I know there is a tool to copy templates and layouts between users.  I want to add that ability to my own tool we have for our help desk.  Is there an example of how to do this in .NET that already exists? (we would download…

Normal topic

My company has an OneSpan account to request customer's e-signatures consistently. The documents are uploaded to OneSpan manually through creating new transaction in OneSpan's portal and those…