1307 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We are integrating esign with Salesforce. When we create a package, the owner of the eSign Live becomes the sender of the package. Is there a way to send the package as another user in esign account?
Regards
Ranjan
Forum topic
OneSpan Sign
I have seen the example of GetCompletedPackagesWithinDateRangeExample.cs in github from the following link
https://github.com/eSignLive/esl.sdk.net/blob/m
Forum topic
OneSpan Sign
Hello,
just started to work with the REST API.
currently working thru the Python test cases / examples.
i have two initial observations.
1.
Forum topic
OneSpan Sign
Hi,
I am working on a scenario where I need to send a package for eSign on behalf of a sender from an "account" different from that of the Sender.
Each package could have different sender or I can use a sender that I used in an earlier package.
Forum topic
OneSpan Sign
Hi,
I logged in my account and tried to delete some packages, but some of them seems can't be deleted (no trash bin icon).
what's the cause for that? and how to delete it?
please see my attached screenshot.
thanks,
Cindy
Forum topic
OneSpan Sign
For over a year I have been creating packages using a JSON string as the package name (something like "{ApplicationId: 1033}"). I do this because the package name comes through in the event callback notification, and I can easily deserialize the package name and extract some informatio
Forum topic
OneSpan Sign
Hi, we want to keep track of the transactions that has been completed, that's why we would like to archive the transactions we already have in our DB as completed. I would like to ask if there's a way to archive multiple transaction in a single API request.
Forum topic
OneSpan Sign
/api/packages?predefined=all&from=1&to=99999&predefined=all
returns
{
"results": [],
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
The sender only wants to receive an email once the signing process is complete... is this possible to setup ?