Forums

Hi - 

SHORT:  How to assign "RoleID" to SignerBuilder in vb.Net ?

In .NET we create signers using SignerBuilder and have been placing the ID in .WithCustomId(lcIDvalue) assignment.  Up to this point, we never needed to reference it so it didn't matter.  Now I need to generate a single-signer URL to send to someonoe to sign their portion of the document.

I am trying to fetch a specific Single-Signer URL using this API (which we already use for JSon packages):

GET /packages/{packageId}/roles/{roleId}/signingUrl

Forums

Hello!
I'm trying to add extra fields to a transaction through the REST API but I can't get the extra fields to show up.
So far I managed to add a free text field at the time of signing, but I can't get it to show the initials of the signer or the date of signing.

The payload I used is the following:

Forums

We have a web UI with the iframe approach for the e-signature ceremony but we appear to lose the signature field when cloning the template.

Our steps are as follows:

  • post /packages/{templateId}/clone  -- initialize transaction
  • post /packages/{packageId}/documents   -- replace PDF with customized document 

  • put /packages/${packageId} -- update the transaction

  • post /signerAuthenticationTokens  -- get token for the iframe

Forums

Hello Duo, 

We are designing a multi step form for document signing process. My question is just as in onespan, whenever the signing is completed by all the recipient, there is the option of reviewing the documents as well as downloading it.

Forums

Hi there, I am hitting this endpoint: "/packages/:packageId/documents" in an attempt to add a PDF document for esigning. The PDF was converted from HTML by Puppeteer (a node dependency). I am using text anchors to place signature boxes in the PDF, of which I have already embedded the unique text in the PDF.

This previously worked when PDFs were generated by CloudConvert API, however, now with Puppeteer, it does not seem to work. I am unable to find sufficient information online to help with this.

Forums

Hello, 

I am working on onespan api implementation through iframe. Our scenario is, the agent uploads the documents into our system, drag and drops the required field and wait for the auction to happen. As soon as the auction is held and the property is sold, the field gets prefilled with the winner details. 

My question is, whenever the agent drags and drops the field before the auction, there is still the send to sign button in the top right corner of onespan iframe. Is it possible to hide send to sign button as per the condition, that is: 

Forums

 

As OSS introduced more subtypes, we need to redesign our code to handle it. 

Would you be able to provide the mapping for subtype , type  and binding? 

For example:

LABEL(subtype) <--> INPUT (type) <--> {approval.signed}  

 

Thanks,

Caihong