159 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
We have integrated esignlive application form submission using the following guide in php .
https://www.esignlive.com/blog/esignlive-how-to-create-and-send-a-package-with-rest-in-php/
We have successfully created and sent packages from the sandbox account.
Forum topic
OneSpan Sign
I've grabbed a completion report and am looping through the packages to archive them.
I've tried the following:
RestClient client;
client = new RestClient("https://apps.e-signlive.com/api");
UrlTemplate template;
template = new UrlTemplate("https://apps.e-signlive.com/api");
St
Forum topic
OneSpan Sign
How frequently are the in-app reports updated? Both Transaction Reports & Account Reports.
Is there documentation about this?
Forum topic
Mobile Security Suite
Please remember that Apple set a March 31, 2021 deadline to upgrade to the Apple Push Notification service (APNs) API provider (see: https://developer.apple.com/news/?id=c88acm2b). After March 31,
Forum topic
Mobile Security Suite
Please remember that Apple set a March 31, 2021 deadline to upgrade to the Apple Push Notification service (APNs) API provider (see: https://developer.apple.com/news/?id=c88acm2b). After March 31,
Forum topic
Risk Analytics
Hi,
Where can I download the cddc.esm file and CDDC ModernUI Sample app (if any) ?
Thanks
Forum topic
OneSpan Sign
Hello All,
I am completely new to eSign and to e-signature generally.
I am a C# .NET developer and wondered if any of you can share some knowledge. For test purposes (i.e.
Forum topic
OneSpan Identity Verification
Has anyone had experience with using the iOS 15.0 public beta and Auth-ES? The app no longer functions and just crashes on launch. Hoping this will be fixed before iOS for live.
Forum topic
OneSpan Sign
Hi,
I'm trying to implement e-Signature in my esignlive app but i'm not able to find the nodejs documentation to do it please share a nodejs link require to complete the job
Thanks
Forum topic
OneSpan Sign
Please explain the difference between SessionService.CreateSessionToken( ) and PackageService.GetSigningUrl( ). If I want to embed the signing ceremony in an iframe in a web app, which of those two methods should I use? Thanks,