47 results matched your search criteria
Forum topic
OneSpan Identity Verification
Hi :)
Currently trying to create transaction using returned JWT token
and am getting this error message, 404 Not Found, is the end point complete? i copied it from the email.
Forum topic
OneSpan Sign
I'm working off the postman api integration tutorial.
I'm running into the following error with not finding my user. I've set up a new account and tried that api key as well from the admin.
Forum topic
OneSpan Sign
I am trying to create a package and upload a document but I only get the error message "Number of uploaded files does not match number of documents specified in package." I have looked through the API and other posts about this error message. I have even tried to use the exact configu
Forum topic
OneSpan Sign
Hi Team,
I am trying to use the REST APIs to Integrate Silanis with my application.
Before I code any API URL in my program, I want to test and validate URIs using PostMan Client.
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
Hi guys,
I was testing how to call OneSpan api from POSTMAN using this steps mentioned in this link but I keep getting this error message:
There was an error connecting to https://sandbox.esignlive.com/api/packages/.
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
Hi,
I want to get pdf document.
In POSTMAN
var request = require("request");
var options = { method: 'GET',
url: 'https://sandbox.esignlive.com/api/packages/{packageId}/documents/{documentId}/pdf',
headers:
{ 'postman-token': '731de084-90fd-c0ac-2fff-346723de7315',
'cache-control': 'n
Forum topic
OneSpan Sign
Hello,
I'm trying to integreate my Ruby on Rails application with OneSpan.