33 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
One of our client is reporting that the "ESL:MESSAGE:STARTED:SIGNER_COMPLETE" event is not showing in console with Mobile Signing Ceremony, under this scenario:
- Have a signer and three documents, first document contains one signature, second is an accept-only document, third document is a rev
Forum topic
OneSpan Sign
When calling the following register function :
EslClient eslClient = new EslClient(apikey, apiUrl);
eslClient.EventNotificationService.Register(
EventNotificationConfigBuilder.NewEventNotificationConfig(callBackUrl)
.ForEvent(NotificationEvent.SIGNER_COMPLETE).F
Forum topic
OneSpan Sign
Can I include a package id in the callback registration API so that I can register for different types of events for different packages ? If so then can you please provide a JSON sample.
Forum topic
OneSpan Sign
We are implementing new functionality related to Proctors (document type) and we need to create a new declaration. In the process, created new Document_Proctor like Declaration_FYLSX, however we are facing issues with new document. This is in UAT.
Forum topic
OneSpan Sign
Hi everybody,
I'm wondering if there is a way to define a sender that doesn't have an account in onespan
I need to create packages created by some users from my platform and i would love to skip replicate those accounts inside onespan
Forum topic
OneSpan Sign
Hello Team,
Greetings for the day.
I use the same sender (Myself) in the sandbox and the time zone on my account is EST.
Breakdown of scenario:
Transaction 1:
Sender: Myself(ESL registered email with EST timezone in the account)
Signer: Myself w
Forum topic
OneSpan Sign
Hi,
Is there a way to just update the registered callback events for an account without having to update that account's callback url and key as well?
Forum topic
OneSpan Sign
I am trying to place a consent field inside a document based on the following text
Non−Registered Savings Account
I am getting the following error , due to the – in the string.
error.validation.verifyDocument.documentExtractError
If I use the text extraction String Registered Savings Accou
Forum topic
OneSpan Sign
I'm having difficulty understanding the inclusion of the callback key described here:
http://docs.e-signlive.com/doku.php?id=esl:e-signlive_guide_event-notification
private EventNotificationConfig eventNotificationConfig;
public string URL = "http://my.url.com";
public string KEY = "abc";