37 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
I am uploading PDF via REST API PHP, along with signer users.
Forum topic
OneSpan Sign
Does the handdrawn signature uploaded for a signer only display on signature tags that are 'capture signature' rather than 'click to sign,' or is it possible to use the signer's handdrawn signature for both?
When signing with handdrawn, the signer's signature appears overlap
Forum topic
OneSpan Sign
I've tried to do a status change on OPTED_OUT package to DRAFT (edit data, then set it to SENT).
Request
PUT /api/packages/PACKAGE_ID HTTP/1.1
Accept: application/json,application/zip,application/pdf,text/html; esl-api-version=10.7
Accept-Encoding: gzip, deflate
Authorization
Forum topic
OneSpan Sign
Hello, I am getting the following response, and I believe that I am sending the correct data.
I will copy here the request I am making
request:
{ debugId: 1,
uri: 'https://sandbox.esignlive.com/api/packages/oGGmH-MrSdWrf3hPBMirqiiCgG8=/documents/b98bb1fa64f49dc9003b230c401426c9cf86be
Forum topic
OneSpan Sign
Hi, I'm trying to follow the example https://developer.esignlive.com/guides/quick-start/creating-and-sending-a-package-rest/ however there seems to be conflicting information between the required fields listed there and the ones listed on the YAML.
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
I’m trying to figure out how to add the ability for customers to upload supporting documents to a signing ceremony. Below is the output of what I’m sending to set up a package before json encoding.
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
I can't seem to get the senderAuthenticationToken. I'm receiving a 415 error code, Unsupported Media Type.
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.