279 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are getting the below error when trying to retrieve documents zip. I have copied my code below. We are using a proxy to connect to one span sandbox url.
Forum topic
OneSpan Sign
When requesting a signer session token via REST API, we pass the packageId and signerId. How does the signerId: [email protected] match up with the json package?
Forum topic
OneSpan Sign
Hi,
Getting the below error for reminder. package is in draft status.
Forum topic
OneSpan Sign
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type.
Forum topic
OneSpan Sign
Hi, I want to upload document on package, document uploading working fine. I also want to add roles and approvals through code.
Forum topic
OneSpan Sign
I'm trying to get the Authentication token with the following code, however its return error "The remote server returned an error: (405) Method Not Allowed."
string url = "https://sandbox.esignlive.com/api/authenticationTokens";
string apiKey = "WXNKRk9vb*****************";
Forum topic
OneSpan Sign
Hey team,
We have a client reporting that they have an issue can't get role id returned.
Here's the workflow:
I have created a transaction with your java sdk.
Forum topic
OneSpan Sign
Hey there,
I'm building out an application where I have to prepopulate a PDF with values the we either already have or gather from the user.
Forum topic
OneSpan Sign
Hello i have registered callback url with this code and it's registered successfully
i in response json on callbackurl i have get the {} dict when package is created.
is there sometinh missing???