136 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
I created ADA transaction via API call, and when I tried to click "confirm" button" during signing ceremony, it showed error as attachment, any idea what's wrong?
I attached document and create package payload as well.
thanks,
Cindy
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
Hi,
I'd like to know how to create package with digital signature PDF form (see attachment), normally we have PDF form with Acro field. could you please share the API/SDK create package payload ?
thanks,
Cindy
Forum topic
OneSpan Sign
Can a checkbox or radio button be "checked" or selected by sending a value in the JSON payload? We are having trouble getting a checkbox to show up as selected or checked. Text fields work fine. We have sent values for the checkbox such as "X", "1", "true", "on" and nothing works.
Forum topic
OneSpan Sign
Hi,
thanks Haris for your input, my next step is to simulate the workflow and working on a POC using SOAPUI ( a freeware I use to test REST services ).
The workflow is straight forward:
1. Create a Package and Send the PDF . Read the Response PackageId
2.
Forum topic
OneSpan Sign
I always get this error while trying to retrieve session id for the in-person signing ceremony using Iframe.
Forum topic
OneSpan Sign
Hello,
I'm trying to create a package with all of it dependencies and documents at once:
if I try a payload as
{
"documents":[
{
"approvals":[
{
"id":"Signature1",
"role":"Role1",
Forum topic
OneSpan Sign
Is there anyway to suppress the automatic email to signers on package creation? We would like to give our application user the option to sign now (we will retrieve signing URLs), or sign by email (appears to be sent automatically at package creation).
Forum topic
OneSpan Sign
Hi,
One of our client reported this issue:
They received the following HTML response to a request instead of the JSON payload they typically received.
405 Not Allowed 405 Not Allowed nginx/1.12.2
Forum topic
OneSpan Sign
When I delete a package with:
DELETE /packages/{packageId}
It returns status code 200, with no response payload.
I can call this repeatedly, and it always gives the same response, even when it is already deleted.
If DELETE fails - what response is given?