1315 results matched your search criteria
Forum topic
OneSpan Sign
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}).
Forum topic
OneSpan Sign
I have a client who is asking to confirm on the following behavior in eSL for Salesforce Lightning:
1. Salesforce Files should be able to be added to a package by selecting "Related Object Attachment".
Forum topic
OneSpan Sign
Hi,
I am attempting to create a package with multiple documents using the "files[]" multipart form field, but I always get back this message:
{
"messageKey": "error.validation.package.wrongNumberOfFiles",
"technical": "Number of uploaded files does not match number of documents specified i
Forum topic
OneSpan Sign
These questions are regarding the Evidence Summaries we have available for each package:
– Does the signer role listed have to be unique regardless of a unique package? Example: Package1 – signer1, signer2; Package2 – signer3, signer4; etc and so on.
Forum topic
OneSpan Sign
I'm creating an application to get all packages for an account with a date range.
I'm using the following call
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.COMPLETED, new PageRequest(index, 50), from, to);
T
Forum topic
OneSpan Sign
I can successfully pull Packages in DRAFT, TRASH, and SENT status, but the Sent Status returns Packages that have been Archived.
Forum topic
OneSpan Sign
Hi,
I have a scenario for a package with 1 document and 2 signers, only 1 signer required to sign the document.
when this package sent , both of the signers received the activate email (1 signer for signing, and another signer just review - no signature required.
Forum topic
OneSpan Sign
Hi Team,
I am trying to fetch a list of transactions that should include the received transaction from other senders which requires the signing.
Unfortunately, I don't see the transactions which are sent by others with the below code,
Forum topic
OneSpan Sign
Hi team,
In our current implementation, the email notifications for package completion event are meant to be sent for each signer, and CC to the package owner by default. For example, if you have two signers, then the package owner will receive two notifications in total as it is meant to be.