444 results matched your search criteria
Forum topic
OneSpan Sign
I am using a sandbox so perhaps the class definition does not match what is there.
I get an invalid primitive error on the following code snippet:
string pkgId = ESignLiveExamples.createPackageExample();
ESignLiveSDK sdk = new ESignLiveSDK();
ESignLiveAPIObjects.Package_x pkg = sdk.getPackage
Forum topic
OneSpan Sign
Hello,
I am using eSignLive in my UWP project. It was working fine last couple of weeks before.
Forum topic
OneSpan Sign
Hello. I am new to using Onespan Sign API. I am using Rest API and Postman to enter and execute the code. Please see the below code. I am trying to add a field onto an existing package id. I have included the details below. How do I add a field to a Onespan Package?
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv
Forum topic
OneSpan Sign
Guys,
I am trying to remove an approval from the default-consent document as we do not want a signer to see it.
Forum topic
OneSpan Sign
Hi,
Is there any recommended way to update the package name property after it was first created, through .NET SDK?
Forum topic
OneSpan Sign
Can anyone confirm or deny if Adobe AcroForms are currently supported?
I get the following error when attempting to eslClient.UploadDocument(doc, pkg) :
Could not upload document to package. Exception: The remote server returned an error: (500) Internal Server Error.
Forum topic
OneSpan Sign
Good morning,
We have been implementing OneSpan APEX SDK and the event notification feature is working great in the sandbox. When we went to update our OneSpan prod account with our config / refresh token we get the following response:
{
Forum topic
OneSpan Sign
Hello Sir,
I have added radio control tag inside the pdf file like below way :
§-esl:signer1:Radio:Group("opt1")-§
§-esl:signer2:Radio:Group("opt1")-§Ja
§-esl:signer1:Radio:Group("opt1")-§
§-esl:signer2:Radio:Group("opt1")-§Nee
But getting below error :
{"Could not upload document to pa
Forum topic
OneSpan Sign
POST /account/senders/{senderUid}/resetpassword
I'm using the above with the REST API to attempt to reset passwords for senders in an account.