87 results matched your search criteria
Forum topic
OneSpan Sign
Our customer wants to deploy an App in a tablet for having their patients signing a consent form authorizing some medical procedures. It would be an in-person signing scenario.
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
So far, the process is this. The notary signs into the transaction and then switches to the borrower that will be signing. The borrower will then click the okay button a few times to authenticate themselves and start signing.
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
no postman, no python , no this site OneSpan Sign Sandbox | OneSpan Community Platform
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
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
Hello!
I seem to be getting a 500 when I try to upload a new document.
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*****************";