Topic Replies Freshness Views Users
Normal topic

How can I pull the subaccount user's apikey using parent account's apikey? I have called api/senders/{accountid}/apiKey and it returns 403. The same method works for the main account however. In other words, I can pull apiKey from other…

Normal topic

when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as 

{
    "code" : 401,
  …

Normal topic

I understand the following link is where I can test REST API Call:

https://community.onespan.com/products/onespan-sign/sandbox#…

Normal topic
My Operator id configured with Production env (US2). I could not find the API key in the integration tab of the Admin Page. How to get a API key for PROD environment . Kindly let me know the End Point URL for the production env API's.
Normal topic
Hi Team, Is there an API that we can use to retrieve the list of roleIds already on the package? thanks, Sara
Normal topic

Hi,

I´m using /api/packages/{packageId}/attachment/{attachmentId} to dowload documents of a package that has been signged, how ever I´m getting a "404 Resource not found" error.

 

However document…

Normal topic

Re API documentation I expect ALL documents associated with given Package will be returned in Zipfile from this call ->api/packages/{packageId}/documents/zip call

During testing only two Documents were returned; a)…

Normal topic
Guys - Is there an API call where I can return the document list by signer? I know I can get this information just by doing a GET to the package but that also brings back more than what I need. I can also do the DocumentVisibility API…
Normal topic

Hi,

 

in our log, I found there is API call for 'verification/verificationType, what does it do? and it seems there is error(key=error.notFound.signerVerificationNotFound), what does this error…

Normal topic

I am trying to get all completed packages over the last 90 days.  Ideally, this would be  a single call for all of my users' completed packages, but if I need to loop through the users I can, IF I can get their UUID from a…

Normal topic

Hi,

I understand additional fields can be put in the CSV for bulk send to populate custom data into a transaction by adding extra columns that map to fields in the template. Is there a limitation on the number of fields for…

Normal topic
Guys, We know that we can remove the default consent from when editing the package. Is there a way to add it back in? If so, I'd be curious to know the steps involved. Thanks!
Normal topic

I tried the using the following but the code is a bit dated.

https://community.onespan.com/documentation/onespan-sign/codeshare/php-web-form-application-example

 

How to add Signatures required for the…

Normal topic

Hi 

Using REST we are able to create the package without sender, but when we add sender details the package Create API is giving 404 with 'Resource not found' error message

Could you help us on above issue…

Normal topic

Hello

Can I add new blank page in the end of document for signature box via onespan rest api ? or i have to add new page  manually for each document meant for signature.

 

Regards

Normal topic
Summary document contains package id, signer name and email id. Please let me know if there is option to add other application specific fields in Summary document like Company name, Order id..etc.?
Normal topic
We are trying to add multiple documents with Meta Data to the REST API in a single call. We are able to add a single document with meta data using a call like
POST /api/packages/CexKAcIADCrhmET2TheZdEtnnQA=/documents/ HTTP/1.1
Host:…
Normal topic

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…

Normal topic
Hello, I'm trying to integreate my Ruby on Rails application with OneSpan. I was able to create a package but when I try to add a document to that package I get Unexpected Content-Disposition value for parameter 'name'". I used…
Normal topic
I have been hitting a bit of a brick wall trying to add text anchor tags to an uploaded document. Let my explain what I have been attempting to achieve. First I upload a document to an existing package, the package already contains a new…
Normal topic
Hi, Can we add an signer after the package is created and the document uploaded? We are looking at a use case where there are multiple signers and we want them added as required when they are ready to sign the document. I am looking to…
Normal topic
Hello, I have searched to find answers to this but can't seem to find them. I have seen forum posts showing how you can add a reviewer to a package using the Web (UI) however I can't seem to find the documentation on how to accomplish…
Normal topic

We have integrated with Onespan using REST API. Just wanted to check , If it is possible to add additional recipients in CC, not as signers, but as viewers only. E.g. make sure everyone listed as an additional recipient gets a copy of…

Hot topic
Hi please suggest that how we can add signature field on each page of multiple documents page using .net sdk thanks
Normal topic

When creating a new package, is it possible to add custom metadata fields that we can get back in the webhook response? For instance, if I want to attach a custom ID to the package I just created, and then store specific data about that…