236 results matched your search criteria
Forum topic
OneSpan Sign
Hi!
I am trying to create an eSignLive package using the C# SDK.
Below is the error I get when "sending" my package.
Forum topic
OneSpan Sign
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
Forum topic
OneSpan Sign
Hello,
I am having some issues when trying to add a document as binary data to a package
Our pdf's are in base64 data so we need to convert this data to binary data but we always get this error when we are trying to create new package(POST /api/packages):
Forum topic
OneSpan Sign
Hello, I'm attempting to upload a PDF file using :
Upload a New Document through multipart/form-data
Based on this
Forum topic
OneSpan Sign
I am using the text tag extract example found here: Text Tag Extraction (Apex SDK) | OneSpan Community Platform
Forum topic
OneSpan Sign
Guys,
I know you guys have been improving things for the new signing experience and I wanted to circle around to see if this workflow has been improved.
When we want to change notaries for a package do this workflow.
Forum topic
OneSpan Sign
Hi,
In the JSON retrieved for a Package is there a way to figure out Who (Role/Email) has delegated to Who (Role/Email).
After delegation we get the ROLE_REASSIGN event.
{
"@class": "com.silanis.esl.packages.event.ESLRoleReassignEvent",
"sessionUser": "4f124151-9ab9-4956-bf8b-c67454f2b63d"
Forum topic
OneSpan Sign
We were successfully sending transactions and documents to OneSpan until the start of this week when we started receiving the below error. I have also put the invoking code below, it is based on the Apex SDK. It's a weird error as this was working on Friday..
CallOut:
Forum topic
OneSpan Sign
Guys,
I was told that there were now some new ways of doing the notary seal in the new signing experience. I have not been able to find any documentation on it and was hoping someone might be able to point me in the right direction.
Forum topic
OneSpan Sign
Hello,
Currently we're having the following solution:
1. PDFs are created using DOCUMENT EXTRACTION (for signatures) and FIELD INJECTION (for text fields);
2. Values for text fields are new in every request;
3. Positions for text fields are configured with PDF form fields;
4.