369 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I am trying to find my API Key that is mentioned in the following step by step guide.
https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-java/
The first few lines define your connection information for eSignLive.
public static final String API_KEY = "";
public st
Forum topic
OneSpan Sign
Hi,
does the wording for the button such "opt out' or 'decline" can be changed? if so, does it apply to system level or account specific?
thanks,
Cindy
Forum topic
OneSpan Sign
I'm sending transactions on behalf of other users through the API.
I have the users set up with Role Sender. I was able to successfully send on their behalf in our testing onespan environment.
Forum topic
OneSpan Sign
Hi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Forum topic
OneSpan Sign
Hello,
Is there any way to browse and upload an image file with handwritten signature in eSignLive account using any tool or API?
I checked there's one tool using 'JAVA' but I am looking for '.NET SDK'.
Thank you.
Forum topic
OneSpan Sign
Hi,
I would like to get all the layout's ids .
When I do a GET /layouts, I only get the layouts for the admin not for all senders.
How can I list all the layouts from all senders in the account?
Thanks.
Forum topic
OneSpan Sign
Hi Duo;
Can you share the link to the most current ADA Compliance documentation and the most current VPAT?
You can send link to the email registered to this account.
Thanks!
Forum topic
OneSpan Sign
Hi,
I am a bit confused about “Delegation” scenario vs sender onbehalf owner scenario, are those 2 different thing?
Forum topic
OneSpan Sign
I used {{TheHost}}/api/account/senders?from=1&to=100 API to retrieve Sender Object in JSON. The "top" level of this object contains two (I believe) related fields
"timezoneId": "GMT",
"created": "2020-04-24T17:42:42Z",
Under "account": { is another two fields
Forum topic
OneSpan Sign
Hello,
Our company operates in two separate states and will need to switch out our disclosure agreement depending on which state the application is in. What is the best way to go about this?