319 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I want to create a package and have to add Signers and Documents later on same package.
Thanks,
Forum topic
OneSpan Sign
Hi,
I am looking for some code snippet to add a participant to just "Accept" the document instead of signing.
Can anyone please give me some help?
Thanks,
KK
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);
Forum topic
OneSpan Sign
Hello. I am new to using Onespan Sign API. I am using Rest API and Postman to enter and execute the code. Please see the below code. I am trying to add a field onto an existing package id. I have included the details below. How do I add a field to a Onespan Package?
Forum topic
OneSpan Sign
Hey,
I'm having trouble with the functionality behind saving/applying layouts in the integrated designer iframe.
Here is the flow of what is happening:
1. The REST API is used to creaete a package with one recipient that has role/id "test"
Forum topic
OneSpan Sign
Hi Team,
I use code to create packages, and when I go to the esign platform, I can not add new documents to the existing In Progress transaction.
The code I'm using to create the package is
PackageBuilder documentPackageBuilder = PackageBuilder.NewPackageNamed("Test Document Extraction")
Forum topic
OneSpan Sign
Hey there,
I have a situation where I have an existing package and I'm trying to add a new document to it with text anchor fields.
The part to create the document is fine, but my issue is to add an extract anchor to it.
From what I've seen, the SDK offers the option to sdk.createDocuments(Str
Forum topic
OneSpan Sign
I'm trying to update all the roles such as adding and removing a few of them with one API call. I tried:
PUT /api/packages/{packageId}/roles
... but I get "500 Internal Server Error".
Forum topic
OneSpan Sign
Hello,
I am confused how to add more than one files in a Package with different signers. Is it possible in eSign to add more than one files in a Package and get each file status from eSign.
Thanks