316 results matched your search criteria
Forum topic
OneSpan Sign
Retrieve a List of Users in an Account
When performing GET the response contains the correct count of senders in my Account but it is only returning 1 sender in the results but shoul
Forum topic
OneSpan Sign
Hi
We are able to create the package but the status was not changing to SENT. below is the sample request we are using to create the package and then updating the status.
Forum topic
OneSpan Sign
Hi, I am sending the following request:
Forum topic
OneSpan Sign
is there any api to get the status of the signing ceremony like whether the signer signed or not kind of web hook ?
Forum topic
OneSpan Sign
when signer clicked on the 'Click to Sign" , the status changes to 'Accepted', even when he click "Cancel", it is still Accept
Forum topic
OneSpan Sign
Hi,
Is it possible to have multiple signers for a single document and if any one of the signer's signs it, it should be in completed status?
Thanks in advance.
Lakhan.
Forum topic
OneSpan Sign
Hi,
I want to open the signer form in a new window instead of loading it in an iFrame, how am I suppose to get the activity status in the original window?
Thanks!
Forum topic
OneSpan Sign
I need to set the package expiration date when I submit a package via the REST API with status=SENT. I have found the documentation on how to do this with the SDK but not with REST.
Forum topic
OneSpan Sign
I was told I could set a package up for review, but I don't see the option to stop a package from going to COMPLETE status once signing is complete. Where would I find that option?
Forum topic
OneSpan Sign
if (!EventHandler.ContainsKey(NotificationEvent.PACKAGE_READY_FOR_COMPLETION))
EventHandler.Add(NotificationEvent.PACKAGE_READY_FOR_COMPLETION, (EventRequest request) =>
{
// RESPONSE TO Set Status to Completed
});