576 results matched your search criteria
Forum topic
OneSpan Sign
I'm using the POST /packages/{packageId}/clone API call to create package from template.
The template has some fields added and I want to fill one of them so the signer will not be able to change it.
Is it possible? And if yes, what parameters I need to pass in JSON payload to do so?
Forum topic
OneSpan Sign
In the application we have users and organizations. A user can be a member of an organization. The use cases for signing are as follows:
1) An individual user has a required signature field
Forum topic
OneSpan Sign
Is it possible to disable the " Click-to-sign" feature in designer at package level(may be)?
Forum topic
OneSpan Sign
Is there a table of valid timezone id's that the SDK will accept when creating a new package? We're currently trying with:
.WithTimezoneId("America/New_York"); //EST
Forum topic
OneSpan Sign
How can I enable KBA for my sandbox account? I need to be able to create a package with KBA enabled for troubleshooting purposes.
Forum topic
OneSpan Sign
Hi
Is there a way to hide the disclosure page using the REST API.
Can this be a field in the call when creating a package.
Regards
Mario
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,
I want to create empty packages with DRAFT status and one custom attribute (i.e internalID).
DocumentPackage documentPackage = newPackageNamed("TEST_PACKAGE")
.withAttributes(newDocumentPackageAttributes()
.withAttribute("internalID", "123456"
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.