368 results matched your search criteria
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
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 team,
Is possible to have a template with a fillable PDF and we will fill the field using the API when we call the template (for exemple account number, contract number...) before send it to signature ?
Thank you
Alaa
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
We are using subaccounts and I want to see what senders have rights in the main account and each subaccount. Any suggestions on the API call to use? I have access to the sender API keys and unique IDs if that helps.
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
Hi,
I am testing the field_validators_c#.cs code from your website but I am getting an error: {"Could not create a new package. Exception: Unexpected character encountered while parsing value: <. Path '', line 1, position 1."} OneSpanSign.Sdk.OssException
Forum topic
OneSpan Sign
I think this is a dumb question, but do I need Conga to merge SF data into a document or can I use Field Mappings (via Conventions)? For example, I want to place the company name from the account record that the contact is related to on a document. Conga or Conventions?
Forum topic
OneSpan Sign
Hi Duo, when I use GET Packages API call response says I have total of X Packages but if I use GET account usage it tells me I have Y Packages and Y is almost double value of X. I need accurate "counts" . . . Thx Mike
Forum topic
OneSpan Sign
Hello, I want to send a pdf file using e-sign.
I sent a file (by creating transaction) using sandbox account manually and I want to do the same via rest api.
But I am not able to figure out the json content for the sender and signer details in plsql.