50 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I'm trying to integrate a signature drawner in my website to save the design of the signature and use it to sign with eSignLive.
But the string base64 assign to handdrawn field in the package settings doesn't working if the string is not created by your own signature widget.
So my question i
Forum topic
OneSpan Sign
I tried creating package using json body and sending file content as base64 encoded string but I get this error {"messageKey":"error.validation.sendPackage.noApprovals","message":"Cannot send package without approvals.","code":400,"name":"Validation Error"}.
Forum topic
OneSpan Sign
Hi,
I am using spring boot rest template to create onespan package. I am trying to upload multiple files under key word "file" and json structure as "payload".
But I am getting 400 bad request. I have also checked whether the byte array is base64 encoded or not.
Forum topic
OneSpan Sign
Hi,
We are calling the OneSpan API to retrieve a single PDF document. In the response we are getting a byte stream for the pdf document. Our requirement is to download PDF from onespan and upload it to our backend repository.
Forum topic
OneSpan Sign
Hi there,
I've been finishing through all the threads and guides but not sure what was wrong with my code. Please see attached txt file & screenshots.
Forum topic
OneSpan Sign
Its possible append document to existing package using application/json content type and base64 coded pdf?
Forum topic
OneSpan Sign
Guys,
Is it possible to attach an image, via base64 encoding, to a label field? Something similar to how we are able to attach an image to a capture signature by using the handdrawn value?
Forum topic
OneSpan Sign
Hello,
We are trying to sign document using API api/packages/{packageId}/documents/signed_documents and passing "handdrawn" string in request body.