550 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I saw one post in the forum, and saying after signing started, not able to update the signer's email address. but I tried it with SDK call and it seems works for me.
anything I missed?
thanks,
Cindy
Forum topic
OneSpan Sign
Hi,
when we use SDK to create a package, and got error message "error.eslx.inputValidation.documentExtractFieldType",
please be advised what it's for and what's the root cause for this error message.
thanks,
Cindy
Forum topic
OneSpan Sign
Hello,
We have a workflow where we wish to print a 'name' and the 'date' on the completed document after all signatories have signed. Is there a way to accomplish this preferably using the .NET SDK.
Thanks
Ranga
Forum topic
OneSpan Sign
Hi!
We are integrating the eSign SDK for iOs and our application is "offline first".
Forum topic
OneSpan Sign
Would it be possible to share OneSpan sample code for the Bulk Invite Sender Tool – Java?
Forum topic
OneSpan Sign
Use Case: Client has Vertical Enterprise App that they can customize output. We have trained them on text tags and they are very excited for dynamic signing blocks, etc.
Forum topic
OneSpan Sign
We are using the APEX SDK plus OSS event notifications to manage our signing ceremonies. Salesforce sends out all emails to the signers with the OSS url.
Forum topic
OneSpan Sign
I have a client that is having an issue where they are not getting an accurate list of signers for a transaction initiated in eSignLive through their Associate account.
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
Is bulk package creation and sending supported in .NET SDK API?
Right now i am looping through a collection of package to create and send Package one by one through 'CreateAndSendPackage' API method in EslClient.
Regards.