493 results matched your search criteria
Forum topic
OneSpan Sign
Hi Team,
We are trying to integrate One Span Sign into our PHP Laravel application. We got the sample from the support team. But we are getting the following error when we try to create the package. Here we are using PHP CURL functionality to initiate the REST API calls.
Forum topic
OneSpan Sign
We are grouping multiple forms into a package that will often have multiple signers. Are there some considerations for handling when a signer declines to sign one of the forms?
Forum topic
OneSpan Sign
Is there a way I can enforce in a microsoft word template that a user chooses one option from a Radio Group? I do not want to set a default value.
Forum topic
OneSpan Sign
I'm trying to use the One Span API to create a package from a template. In the list of api calls
https://community.onespan.com/products/onespan-sign/sandbox#/
I sese
Forum topic
OneSpan Sign
Hi,
I am trying to retrieve the signer authentication token to build the SignInUrl to be used in Iframe in our application, which we are working on.
I am trying to use the approach of creating SignerSession with Signer Authentication Tokens as per the below blogs
Forum topic
OneSpan Sign
Hi,
Regarding using FieldBuilder for text field extraction for the creation of inputs from PDF forms...
Forum topic
OneSpan Sign
Hey!
I've used this codebase to put up a quick testing app: https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/
Unfortunately I am stuck for a day or so with a 400 error at this point:
POST /api/packages/A8e11I57ytWC1GHJzzphfLISw04=/documents/signed_docum
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
Hi Team,
We have SOAP/XML based implementation in place, and want to move to the REST APIs.
During the process,some module in our system would to prepare the Approval Blocks ( place holder for signatures)
and same document is handover to other module which sends this file to Silanis for E-Signing
Forum topic
OneSpan Sign
hello there,
I set up sandbox.esignlive.com with salesforce sandbox.
Using Apex sdk I am able to create package and sign it, but when other users from salesforce try to use apex sdk code they can create package in esignlive but they cant sign it.