669 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
I use code to create packages, and when I go to the esign platform, I can not add new documents to the existing In Progress transaction.
The code I'm using to create the package is
PackageBuilder documentPackageBuilder = PackageBuilder.NewPackageNamed("Test Document Extraction")
Forum topic
OneSpan Sign
We are having issues using the API key to archive messages. We are getting a 403 error.
I removed the URL/and package number, but you can see the error below.
Forum topic
OneSpan Sign
Is it possible to use Field Injection and Signature Position Extraction together in the same package?
Forum topic
OneSpan Sign
Hi there,
I'm using the .NET integration guide found here to create a package:
https://docs.esignlive.com/content/c_integrator_s_guide/sdk/a_introduction/getting_started_with_sdks.htm#Creating_Your_First_Document_Package
When running this portion of the sample code I get the error below:
PackageI
Forum topic
OneSpan Sign
Hi,
Is there a complete list of possible error codes from package creation using .NET SDK available for reference?
Thanks
Forum topic
OneSpan Sign
I get the error below when I try to run code, and the template shows my name (even though I'm not a signer) and no docs.
Forum topic
OneSpan Sign
How does syn work ? is there a way to control using code
what are the data items which work with syn for offline use?
Forum topic
OneSpan Sign
Hi,
When an attachment can be added in a package via JAVA SDK? Could you share a sample code?
Thanks
Wendy
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve a signer authentication token to build a signing URL using the createSignerAuthenticationToken method on the AuthenticationTokensService on the EslClient within the Java SDK.