Forums

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 Basic which seems to be what was there before. My question is, if we had a callback key configured, is it going to default to Basic and leave the key that was there before? As it stands now, it is clearing the Callback Key and setting the auth method to None.

Forums

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 signers.

 

Forums

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. Create package with templateid defined in UI portal

2. Set signer details like, Email, FirstName and LastName

3. Send value to the fields defined in the document.

If you can point me to the right direction that will be great.

Thanks

Balwinder

Forums

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-envoi-dune-transaction#tab-header-1

We could not use :

DocumentPackage superDuperPackage = PackageBuilder
    .NewPackageNamed("Test Package .NET")
    .WithSettings(DocumentPackageSettingsBuilder.NewDocumentPackageSettings())

Forums

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 your OneSpan utility.

 

Add Newtonsoft.Json.13.0.1 and OneSapnSign.Sdk.1.50.0 <- couldn't include in package due to upload limits

Forums

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 via API/SDK defining 2 signers. The 2nd signer is marked as CanChangeSigner

Signer #1 signs the document

We receive a notification from OneSpan that they have signed. We send an email to Signer #2 with a link to our site.

A user follows the link and selects the user who is going to sign the doc from a list from our database