Hi,
New to onespan.
Below is my code to do the text anchor e-sign on my pdf
define("API_URL", "https://sandbox.esignlive.com/api/packages");
define("MULTIPART_BOUNDARY", "----WebKitFormBoundary1bNO60n7FqP5WO4t");
Hi,
New to onespan.
Below is my code to do the text anchor e-sign on my pdf
define("API_URL", "https://sandbox.esignlive.com/api/packages");
define("MULTIPART_BOUNDARY", "----WebKitFormBoundary1bNO60n7FqP5WO4t");
Hello,
I am trying to inject data into a field on a PDF that is uploaded to onespan. I have the field in the following format
[Signer1.Capture1.Textfield1]
the REST API to inject says to use the field names, but the tagging syntax doesn't allow for a name to be added based on the PDF field template found below. do i just put "Textfield1" as the name in the fields section of the documents when sending the package?
Guys,
I see that we now have the ability to load up a notary capture to the system using a png so now I have two questions.
1. Is there a way to upload a png file to the system as the notary capture signature?
2. Is there a way to specify on package creation of which notary signature that we want to use?
Hello,
I'm wondering if it's possible to update the signers from a call to the PUT /packages/{packageId} endpoint. The signers are listed as part of the payload, as they are for package creation in the POST request. However, after sending the new names, emails, and phone numbers in this payload, the signers are unchanged from before.
I am able to update the package status and to change the package document via this endpoint.
Do I need to individually update them using the PUT /api/packages/{packageId}/roles/{roleId} endpoint instead?
Thank you,
Hi,
I believe "sending of email" has been turned off on the sandbox I am using. we don't want them to send because sign them in the IFrame.
But we are also doing email signing, and I was under the impression that this notifications method would send out emails even if the account was setup to not send them.
I uploaded the package. perhaps something is wrong with how I set the package up.
Hi,
is it possible to retrieve API key from the owner account via API call? currently I knew, I can retrieve the sender account API key via API call.
thanks,
Cindy
When a particular signer or role signs can we obfuscate certain data points to prevent them from seeing information? ...while a different signer/role CAN see the information. This would help me with some design considerations. Thank you, Randy
Hello, I'm upgrading an application that user Java SDK to the REST API.
The application currently does in-person signing of 2 signers in an iFrame.
The design is to now allow the users a choice between in-person or remote signing.
1) as far as supporting in-person, I can't figure out how do I get a session token for the signing ceremonies using the Rest API. Currently doing this:
sessionService = eslClient.getSessionService();
sessionToken = sessionService.createSessionToken(packageId, signer1);
The OssClient.DownloadZippedDocuments method is throwing the following error sporadically. The code below that contains this method works the majority of the time. I would appreciate any suggestions on why this error happens every once and a while.
Could not download the documents to a zip file. Exception: Object reference not set to an instance of an object.
The code below is throwing the error at the DownloadZippedDocuments method:
we have created package with mandatory attachment from Signer? is there any way to avoid approval request for openspan owner ?