826 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
How to retrieve the status of the signer using REST API?
Especially for bounced email, opt-out and expired.
Thanks
Forum topic
OneSpan Sign
Hey there!
Im currently using the sandbox, to make prove of concept and im trying to anwser some dooubts.
1 - When passing to a production environment the sandbox is migrated or stays as it is?
2 - When passing to a production environment the templates and the layouts are migrated? Is automatic?
Forum topic
OneSpan Sign
Is it possible to use Field Injection and Signature Position Extraction together in the same package?
Forum topic
OneSpan Sign
Hi, Can we change subject & email body dynamically through C# CodePlease help on this? ThanksJagadeesh
Forum topic
OneSpan Sign
Is it possible for OneSpan to send an email to only the updated signer (not all signers)?I am using .NET SDK.
Forum topic
OneSpan Sign
Is it possible to override $PACKAGE_OWNER_EMAIL when createPackage via API SDK?
Forum topic
OneSpan Sign
The sender only wants to receive an email once the signing process is complete... is this possible to setup ?
Forum topic
OneSpan Sign
API Rest allows me to create a sender in an account. I could verify this process by viewing the sender from Admin> User, but I could not assign it roles through API. Therefore, he will not be able to manage or generate a transaction because it don't has a role..
Forum topic
OneSpan Sign
Generated URL with below code is not working.
String userAuthToken = eslClient.getAuthenticationTokensService().createSenderAuthenticationToken(packageId.toString());
String URL = String.format("https://sandbox.esignlive.com/auth?senderAuthenticationToken=%s&target=https://sandbox.esig
Forum topic
OneSpan Sign
Hello,
I have created package and send successfully. How to assign right for send package to another user(who is sender of document on particular package) using rest api.??
I have tried with delegates and added sender on my account but can't able to give right as delegate using rest api ??