140 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
Where can I find documentation about Roles and Signers, and how they are intended to be used?
I see that Roles accept an array of Signers but I couldn't find a sample of when multiple Signers are being added to that array, I have only seen a 1 to 1 (one role - one signer) examples.
for instan
Forum topic
OneSpan Sign
Is there a way to customize the handoverlink Href property at a signer level? I've only been able to see it at the document package level. I'd like to redirect based on the signer role, and trying to find the best way to do so. If I can't handle it here, I'll have to do so from
Forum topic
OneSpan Sign
HI there,
I wondering if there is a feature in OneSpan signing which allows for Signer to add document to the transaction.
Please advice.
Forum topic
OneSpan Sign
Team,
I am looking for help with below scenarios
1) To add a signer to a transaction, is signer emaild id mandatory in signer json request?
2) What if we have a scenario, where a couple wants to use same email id, but both has to be setup as signers in a transaction?
Forum topic
OneSpan Sign
We have a requirement, to setup a group of signers, where the email notification goes to a email group, and whoever part of that group can pick the request from queue and make progress in signing ceremony.
Is it possible to setup the signers in a group without Sender access?
When we test setting u
Forum topic
OneSpan Sign
Hi,
I am using document extraction with field to identify the signature position for a signer. If i have a pdf with 3 signatures with field names ExecutedBy_p{counter}, only the last signature is coming in place.
Forum topic
OneSpan Sign
Hi,
Can we add an signer after the package is created and the document uploaded? We are looking at a use case where there are multiple signers and we want them added as required when they are ready to sign the document.
I am looking to do this through REST API.
Thanks.
Srini.
Forum topic
OneSpan Sign
Is there any way I can dynamically add signer and document while creating the package.
For example I want to use a for loop to add no of signers(withSigner) and documents(WithDocument), when creating the package
Forum topic
OneSpan Sign
I am following the example in your blog to Authenticate a Signer: https://www.esignlive.com/blog/esignlive-how-to-authenticating-signers/
Here is what I have produced:
var apiKey = CeremonyClient.GetKey();
var urlBase = CeremonyClient.GetUrl(); // "https://sandbox.e-signliv