576 results matched your search criteria
Forum topic
OneSpan Sign
How do I configure the multipart request to create a package and send in attachments in a single call?
Forum topic
OneSpan Sign
Hi,
We are a use case where we need to merge fields from related contact object into the document before sending it for signing. It was possible using conventions by adding a field mapping. However, through the APEX SDK, I do not find any documentation to achieve the same.
Forum topic
OneSpan Sign
How to create package with role without sending mail to signer
Please send me one payload with multiple signer box also.
Thanks in advance.
Forum topic
OneSpan Sign
Hi!
I have some templates that define some pdf file to be filled and signed over the OSS Session.
For all of the created transaction, we are also creating a custom pdf that needs to be signed by the same Signer.
Forum topic
OneSpan Sign
Hi,
Is it possible to create a package using layout or template vis Java SDK? If yes, could you please share some code sample?
Thanks
Wendy
Forum topic
OneSpan Sign
I have access to three Sub Account.
I can create package inside any of the sub accounts in UI.
If i create a package through API it will be created inside my home sub account
How to create package in different sub account using API for a particular user as sender
Forum topic
OneSpan Sign
Hi team!
The email will be sent while the package is created , please see the below codes:
PackageId packageId = eslClient.createPackageFromTemplate(currentTemplate.getId(), newPackage); eslClient.sendPackage(packageId);
How to prevent the email notification?
Forum topic
OneSpan Sign
We are trying to implement one use case using APEXSDK per below provided URL.
Forum topic
OneSpan Sign
I am getting the following exception while trying to create a Package using
.withExtractionType(ExtractionType.TEXT_TAGS) for the DocumentBuilder,
Is there a way to use ExtractionType alongside createPackage?
Forum topic
OneSpan Sign
I tried creating package using json body and sending file content as base64 encoded string but I get this error {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.