101 results matched your search criteria
Forum topic
OneSpan Sign
Hi OSS Community Team,
For signer person ui we use OneSpan signing URL (https://sandbox.esignlive.com/authentication?target=https://sandbox.esignlive.com/transaction/{:transactionId}/sign&loginToken=******) to get data, in this case we get HTML page.
Forum topic
OneSpan Sign
We have a scenario that if a customer signed the contract but didn't complete the payment, when the person came back again, he needs to do the whole transaction again.
So, for an archived package, can we use the same customId and Package Name?
Thank you
Forum topic
OneSpan Sign
Hi,
I am working on in-person sign in using eSignLive iOS mobile SDK, and we require ID proof from signer.
For instance, take a picture of id and upload it.
I don't find it anywhere in mobile SDK? I am wondering if this feature is supported?
Thanks a lot.
Forum topic
OneSpan Sign
Hi,
We are currently facing issues where we did not receive the confirmation (PackageId) from eSign with didSynchronizeTransaction.
So, is there a way to retrieve PackageId with a given temporaryId from iOS SDK?
Forum topic
OneSpan Sign
Hello, I was able to create an URL Snippet to automatically create a package from a convention. However, in my use case, I would like the URL to create the package and automatically allow the signer to sign in person.
Forum topic
OneSpan Sign
Guys -
I am able to set the Signer Verification to Personal Certification using the /api/packages/packageId/roles/roleId/verification POST api call.
If I set the typeId to "personalCertificateSigning" this will allow me to set the signer to now have to use the signing certification.
Forum topic
OneSpan Sign
Hello,
If you send several documents to a group of people, will each person see only the document they need to sign or do they see everything? If the later, is there a way around this?
Forum topic
OneSpan Sign
Hi,
I have requirement like while sending package creation request for in person now email triggering but i don't want to get any email for in person now so for this what changes are required in request json.
Please share your thought on this.
sample request is::
{
"trashed": "true",
"documen
Forum topic
OneSpan Sign
We have a flow in my system where you can delegate a signing to another person that is not in our system.
You need to provide us with their email address and we send them a token where they can Initialise the document.
Forum topic
OneSpan Sign
Can I turn off the email to signers? I had expected a .withSettings(newDocumentPackageSettings()
.withInPerson()) might do that, but I got the email this way too.