279 results matched your search criteria
Forum topic
OneSpan Sign
Hi All
Hoping someone can shed some light on this.
I'm using the esl text tags in a document i'm uploading.
My package json which works fine.
Forum topic
OneSpan Sign
Hi,
I have requirement like while sending package creation request for in person now email triggering but i don't want to get any email for in person now so for this what changes are required in request json.
Please share your thought on this.
sample request is::
{
"trashed": "true",
"documen
Forum topic
OneSpan Sign
I'm having trouble sending a PDF with text tags to the /api/packages endpoint. My PDF is sent as base-64 encoded, and that string is "pasted" into a document when it reaches my eSignLive account. I'd like for the string to be decoded, so that the new package contains a copy of my original PDF.
Forum topic
OneSpan Sign
Hi ,
I am trying to call the RETRIEVE INFORMATION ABOUT A PACKAGE api and getting the below error. Can you please let me know why i am seeing this error.
Forum topic
OneSpan Sign
We've done our initial production rollout of our new feature that includes eSignLive integration - everything is working great, but one of the early feedback items that has come back our way is the desire to do a bit of custom branding around the signing session.
One of the items requested was to p
Forum topic
OneSpan Sign
Hi , i am trying to create a package using the rest API with sandbox url : https://sandbox.esignlive.com/api/packages.
Forum topic
OneSpan Sign
We are trying to test how well text tagging will work for us and cannot get a simple field to populate with data. I'm sure it's just a text tag/or json payload issue.
Payload:
Forum topic
OneSpan Sign
Hi, I have a method to Retrieve the attachment:public async Task<byte[]> GetAttachmentContentAsync(string packageId, string attachmentId){
Forum topic
OneSpan Sign
Hello,
Is onespan allowing the sender to set a custom package ID?
Forum topic
OneSpan Sign
I would appreciate some help--I am trying out the sample Managing Senders (REST API) code--I just want to retrieve senders--and I'm getting {"messageKey":"http.status.404","message":"Resource Not Found","code":404,"name":"Resource Not Found"}
Here's the code I'm using;