341 results matched your search criteria
Forum topic
OneSpan Sign
Hello. I am new to using Onespan Sign API. I am using Rest API and Postman to enter and execute the code. Please see the below code. I am trying to add a field onto an existing package id. I have included the details below. How do I add a field to a Onespan Package?
Forum topic
OneSpan Sign
Hi,I want to get a package from one span by its ID using Postman. I need to call it from the postman so can you please provide me REST API details (URL, headers, and parameters) or refer me to a related link?
Forum topic
OneSpan Sign
When I do PUT request to /api/packages/{package_id} with request payload as
{
"status": "DRAFT"
}
I get error response as
{
"code": 415,
"entity": null,
"message": "Unsupported Media Type",
"messageKey": "http.status.415",
"name": "Unsupported Media Type",
"technical":
Forum topic
OneSpan Sign
I want to show a template document (which is currently in "Draft") in embedded mode but he/she can't update the fields.
If I show the document in designer view, user can updated document.
Forum topic
OneSpan Sign
Hi,
My customer wants to be able to send the invitation mails for the signing ceremony from their own domain.
Forum topic
OneSpan Sign
Hi Team,
I'm aware that there is "autocomplete":false in REST API which is used to enable the "Review Before Completion", I was wondering is there an equivalent way in Java SDK?
Forum topic
OneSpan Sign
I am getting a 401 error when requesting an authentication token for a "SENDER" with a mixed-case email. Other places in the REST API do not require a lowercase value for email in the json.
The request I made was:
Forum topic
OneSpan Sign
I have looked through the eSignLive documentation but without success. When creating a package, is it possible to restrict signers to be able to view certain pages of the document ?