Topic Replies Freshness Views Users
Normal topic

Re API documentation I expect ALL documents associated with given Package will be returned in Zipfile from this call ->api/packages/{packageId}/documents/zip call

During testing only two Documents were returned; a)…

Normal topic

Hi,

I´m using /api/packages/{packageId}/attachment/{attachmentId} to dowload documents of a package that has been signged, how ever I´m getting a "404 Resource not found" error.

 

However document…

Normal topic
Hi Team, Is there an API that we can use to retrieve the list of roleIds already on the package? thanks, Sara
Normal topic
My Operator id configured with Production env (US2). I could not find the API key in the integration tab of the Admin Page. How to get a API key for PROD environment . Kindly let me know the End Point URL for the production env API's.
Normal topic

I understand the following link is where I can test REST API Call:

https://community.onespan.com/products/onespan-sign/sandbox#…

Normal topic

when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as 

{
    "code" : 401,
  …

Normal topic

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. In other words, I can pull apiKey from other…

Normal topic
Hi There , I want to know about any provision of sending the authentication token to the callback generation rest api call so that once the callback happens , we may get that token back with the request. I know we can get callback key…
Normal topic
Guys - When creating an approval, does the "role" field of that approval have to match the "id" field in the role object for that signer or the "id" field of the signers object in the that role object?
Normal topic
Guys, I've spent a bit of time going through the features guide and I cannot find anything that will help show me how to upload a document that has no signing fields and is just an approval document only. This would be like the default…
Normal topic

Hi, we want to keep track of the transactions that has been completed, that's why we would like to archive the transactions we already have in our DB as completed. I would like to ask if there's a way to archive multiple transaction in…

Normal topic

I can PUT to /packages/{packageId} and update a package's data node.

However I failed to update a document's data node (PUT to /packages/{packageId}/documents/{documentId}).

I also tried, but failed, to…

Normal topic

Hello,

We are creating a OneSpan signature package using REST API calls. We create the signature package with all signers created, all documents uploaded, and all signature package settings set except the placement of signer…

Normal topic
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/ Here is what I have produced: var apiKey = CeremonyClient.GetKey(); var…
Normal topic
Guys, Is it possible to attach an image, via base64 encoding, to a label field? Something similar to how we are able to attach an image to a capture signature by using the handdrawn value?
Normal topic

Hi
Is it possible to declare during the package creation instance that an extra file should be attached after signing the package documents? The package status automatically changes to COMPLETED after uploading the extra file or…

Normal topic
Hi team, We have a client who's asking whether there's a way to get when an attachment is uploaded, using API? It seems not in the transaction payload. Thanks in advance!
Normal topic
The attachments are deleted every time I run the collection (the multipart-form data was chosen). If there is the way to add the attachment one time when creating collection and use it every time ? Maybe there is the possibility to do this…
Hot topic
Hi. I am trying to implement the sample code provided at https://developer.esignlive.com/code-share/php-web-form-application-example/ I have changed the API Key to the API key in my account. I believe that is the only thing that needs…
Hot topic
Hi. I am trying to implement the sample code provided at https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ I have changed the API Key to the API key in my account and url . private $url = “https:/…
Normal topic

We are trying to add validation rules in our consuming application. Could you please share what are the validation rules ( Max length, format) on the phone number that we use for authentication (please see the screenshot attached) ?…

Normal topic
So far, the process is this. The notary signs into the transaction and then switches to the borrower that will be signing. The borrower will then click the okay button a few times to authenticate themselves and start signing. Then another…
Normal topic

Hi,

please suggest what are suitable and best authentication tokens (user, sender, signer etc.,) that we should implement if we will have to get the unassigned docs signed through OSS

 

Thanks

Normal topic
Does the signing url support authentication using SAML or some other means so that if someone gets access to the URL they wouldn't be able to use it without a valid token?
Normal topic
At my work place, we are trying to get a Sender Authentication token for a package using the below information /api/authenticationTokens/sender Authorization and Accept Headers are included. In Body, in the request payload, inlcuded…