318 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Recently one of our team using ifram to launch the signing ceremony, they said it requires loading 2 times in iframe in order to open the signing page.
any idea?
currently their solution is 1st loading login page, 2nd loading signing URL , then it works.
thanks,
Cindy
Forum topic
OneSpan Sign
Hi,
I am getting the following error while connecting URL and application.
ORA-29273: HTTP request failed.
Below is the code snippet:
UTL_HTTP.SET_WALLET('file:xxxxxx', 'xxxxx');
v_request := utl_http.begin_request('https://sandbox.esignlive.com/', 'POST', 'HTTP/1.1');
Forum topic
OneSpan Sign
I will have a great number of users to maintain.
In order to simplify process and to make adding and modifying users I need to (or prefer to)
1. Add users programmatically (this probably has to return user API key)
2. Once user is added I would need to modify
a. Callback URL
b. Callback Key
c. Sele
Forum topic
OneSpan Sign
Hi,
is there a way to test the callback feature so that when there is a callback from ESL (example after the signing ceremony is completed), it calls my Dev running the webservice ?
like http://localhost/api/eslListener/ ?
Assuming: I've added the callback url as http://localhost/api/eslListener/
Forum topic
OneSpan Sign
Hi,
Application listener (callback URL) is not available when OSS triggers callback event upon completion of the transaction.
Forum topic
OneSpan Sign
Is it possible to have it so embedded documents can be signed by users without them needing accounts?
User accesses out system (we have their name and email)
Forum topic
OneSpan Sign
Hi -
SHORT: How to assign "RoleID" to SignerBuilder in vb.Net ?
Forum topic
OneSpan Sign
Hi Everyone,
When you login to OneSpan, https://apps.e-signlive.ca/login, on two tabs using the same web browser, the data on one tab (such as callback url, or secret key) seems to become corrupted or changed by the other tab.
Forum topic
OneSpan Sign
We create a package from our Salesforce API and redirect the user to signing url in case of in person signing.