4053 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I are not using the iOS SDK, and instead loading the signing ceremony from the signingURL in web views on both iOS and Android tablets.
Forum topic
OneSpan Sign
Are there any plans to provide an android example sdk? We are eagerly wating
Forum topic
OneSpan Sign
Hi!
I have been trying to upload multiple documents with a post request to '/api/packages' (the sandbox) url and getting getting the error indicating the number of documents sent in the payload is different from what I attached,
Could have a look at the code and let me know, what I am missing?
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
I am using Apex SDK for one of our project in Salesforce and it does work while uploading document binaries. However, randomly on certain times it creates a validation error. This error has something to do with emails because by changing email address this error goes away.
Forum topic
OneSpan Sign
Hi!
Is there a way to update role/roles (already created) in package with Q&A challenges?
I have tried PUT on '/api/packages/:packageId/roles/:roleId' but it seems as though the auth part of my request is being ignored.
{
"signers":[
{
"delivery":{
"e
Forum topic
OneSpan Sign
Hi!
I am not able to create new documents using post method from NodeJs server, please find the request and response below
domain: null,
_events: { end: [Function: bound _clearTimeout] },
_eventsCount: 1,
_maxListeners: undefined,
_agent: false,
_formData:
FormData {
_over
Forum topic
OneSpan Sign
Hey there,
I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user.
Forum topic
OneSpan Sign
Specifically the check-box that ensures automatic email delivery of final signed docs.
This is over-written each time to a default un-checked setting, which adds an extra step to the package creation process for user-driven signing.
Forum topic
OneSpan Sign
We keep the byte info of a PDF in our database (BLOB).