923 results matched your search criteria
Forum topic
OneSpan Sign
I will have a great number of users to maintain.
In order to simplify process and to make adding and modifying users I need to (or prefer to)
1. Add users programmatically (this probably has to return user API key)
2. Once user is added I would need to modify
a. Callback URL
b. Callback Key
c. Sele
Forum topic
OneSpan Sign
Hi,
Does eSignLive provide any mechanism (feed / API, etc.) to export out the statistics at an account level (e.g. # of packages created per sender, datestamp signed, etc.).
Forum topic
OneSpan Sign
Hi,
I tried to get email in French locale, but it seems not successful for me. I create package via API, in the package level, locale=fr, in the signer levle, locale =fr as well, but I still don't get email in French.
Forum topic
OneSpan Sign
Has any tool been built previously that would allow field values (for data entry fields signers need to input in) for transactions sent via bulk send to be extracted automatically to a CSV file say?
Forum topic
OneSpan Sign
I have downloaded the new SDK version 11 and installed it in my application. I have updated my api key to the new one I received when I created a new sandbox account. I have updated my code to call the designer and signing urls.
Forum topic
OneSpan Sign
Hello,
I've created a notarized transaction, when I want to send the transaction (with REST API) i get this error :
Code :400
message : "There is no Notary with a signature assigned to this package."
messageKey : "error.validation.notarizedProcess.noNotaryInvolvedInSigning"
I tried to send the tra
Forum topic
OneSpan Sign
I need to query for packages that changed status (e.g. completed, expired, opted out, sent) within a given time frame. For example, I may want to query for all packages that expired since yesterday, regardless of when the package was created.
Forum topic
OneSpan Sign
We are trying to add multiple documents with Meta Data to the REST API in a single call.
We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host: sandbox.esignlive.com
Authorization: Basic XXXXXXXXXXXXXXXXX
Forum topic
OneSpan Sign
How can I pull the subaccount user's apikey using parent account's apikey? I have called api/senders/{accountid}/apiKey and it returns 403. The same method works for the main account however.
Forum topic
OneSpan Sign
We create a package from our Salesforce API and redirect the user to signing url in case of in person signing.