577 results matched your search criteria
Forum topic
OneSpan Sign
Hi everybody,
I'm wondering if there is a way to define a sender that doesn't have an account in onespan
I need to create packages created by some users from my platform and i would love to skip replicate those accounts inside onespan
Forum topic
OneSpan Sign
Hi,
I created ADA transaction via API call, and when I tried to click "confirm" button" during signing ceremony, it showed error as attachment, any idea what's wrong?
I attached document and create package payload as well.
thanks,
Cindy
Forum topic
OneSpan Sign
Hello,
I am running into an issue when using a layout that was created with placeholders that specify both an ID and a description. The layout can be successfully created and viewed, but the layout cannot be applied to a package.
Forum topic
OneSpan Sign
I already have created the package and now want to add documents to it. I have file data in a byte array from the database. How do I add a document to the package with the byte array?
Thanks
Colleen
Forum topic
OneSpan Sign
Hey team,
In our workflow, we use Designer to design and create package and save documents as layouts.
My question is, can you explain more about what "share layout" button does and do you have a separate page to show all layouts I created?
Thanks!
Forum topic
OneSpan Sign
We suggest adding the ability to create custom attributes for a signer, as we can do for packages and documents. For our workflow, it is important that a signer have a role. We are currently storing these as document package attributes, but it is a bit cumbersome.
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
Hello,
We have created a package . Signed all the roles the package, status is complete but we have not received SIGNER_COMPLETE event for one Signer(Co-Buyer).
Forum topic
OneSpan Sign
I am connected in production Salesforce to a Sandbox trial account. I keep getting this error if I try click 'New' to create a new package or template in the eSignlive App. I can create a new Convention without issues, though.
Forum topic
OneSpan Sign
We are creating one package with 2 documents and multiple signers and we want to limit the documents that each signer can view. Is there a way to do that within the same call as the package creation, instead of having to do multiple calls.