320 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am trying to use the REST API in my web application to add a document to a package. When I submit my form with a POST request, I am getting a 406 error. The accept header I'm using is application/json. What should I use instead?
Thanks,
Rex
Forum topic
OneSpan Sign
Hello,
I want to integrate the Id verification into my web application, I already integrate onespan to my application but i want add an id verification security to the signature.
I need help.
Thank you.
NB: I use php for my project.
Forum topic
OneSpan Sign
Hello,I have been trying to test the Download Documents zip REST API and it's not working. I've tried through the sandbox and also via postman but I keep getting the following error:
Forum topic
OneSpan Sign
We have embedded the prepare iframe within our application and ran into a little hiccup. We use a custom Send button to match our application, but we need to determine if a signature field has been added before allowing users to proceed. Is there a way for us to determine that?
Forum topic
OneSpan Sign
Hey team,
We want to delete a sender and re-invited to another account. But when I called the API below:
HTTP Request
DELETE /api/account/senders/{senderId}
HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
The sender wasn't successfully deleted.
Forum topic
OneSpan Sign
Hi
Given that a PDF can accommodate multiple Signatures where some of them may not be required , how can I format my JSON so that it does not crash?
Using the sample PDF in https://developer.esignlive.com/forums/topic/simulating-rest-workflow-using-soapui/ where it is a form with a possibility of
Forum topic
OneSpan Sign
We are integrating eSignLive in our application and we have a situation where Business would need a partially signed document.
In other words, let's assume that there are 3 signers on the document and the details have been passed to eSignLive through the package,
Once the first signer has signed, ca
Forum topic
OneSpan Sign
Hi,
We are using the following API to retrieve the signer signing url
GET /packages/{packageId}/roles/{roleId}/signingUrl
We are controlling the signing process from within our host application by providing the signing url to the signer as an iframe within our application.
Forum topic
OneSpan Sign
Hi team,
We are developing a web application that uses OneSpan Api to authorize transactions. We want to know if is possible to set a signature data with values that we already have stored in our database.