30 results matched your search criteria
Forum topic
OneSpan Sign
we are receiving below notofication.
{"@class":"com.silanis.esl.packages.event.ESLProcessEvent","name":"SIGNER_COMPLETE","sessionUser":"WvkDSx1Y7TwJ","packageId":"ZDpPk7usBE9clU9SHp_PllOB6As=","message":null,"documentId":null,"createdDate":"2019-01-01T12:04:28.213Z"}
We want to get Signer Name f
Forum topic
OneSpan Sign
For the different callback notification events in https://community.onespan.com/documentation/onespan-sign/guides/feature-guides/developer/set-callback-notifications&n
Forum topic
OneSpan Sign
I have looked all through the SDK and the REST API, and I can't find an answer to this. Could you please assist me?
In your notifications you send us a package id, a session user id, and the event name.
Forum topic
OneSpan Sign
Hello,
Our team has started the integration with eSignLive REST API to create and send packages, sign the documents and get response payload from callback listener.
Forum topic
OneSpan Sign
Hi,
in our current version 11.25, I found for callback event i.e PACKAGE_READY_FOR_COMPLETE, the sessionUser has the account user id information in the request.
Forum topic
OneSpan Sign
Hi,
In the JSON retrieved for a Package is there a way to figure out Who (Role/Email) has delegated to Who (Role/Email).
After delegation we get the ROLE_REASSIGN event.
{
"@class": "com.silanis.esl.packages.event.ESLRoleReassignEvent",
"sessionUser": "4f124151-9ab9-4956-bf8b-c67454f2b63d"
Forum topic
OneSpan Sign
Hi,
On the DOCUMENT_SIGNED callback is it possible to know who has signed the document directly or in some other way indirectly?
I need the email of the person who has signed the document for our application workflow.
What can I do with the sessionUser attribute.
Example Payload:
{"@class":"com.si
Forum topic
OneSpan Sign
I haven't started working on the code to handles callbacks yet. I was looking at http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification and saw the SIGNER_COMPLETE notification.
Forum topic
OneSpan Sign
Hi All,
We started implementing ESL in our company and we have two accounts, one is for production and the other used in lower environment, (dev and test), the problem is that, the sandbox cannot reach our REST service in test environment, (we did not test in production yet), it fails every time.
Forum topic
OneSpan Sign
Hi
See Attachment
Here's the DOCUMENT_SIGNED push notification, I can't associate the sessionUser to either signer in the Package object returned from the SDK. (see the screen shot below, I have the signer Ids boxed in red)
Is this a known bug with the push notification? Can this be fixed?