3702 results matched your search criteria
Forum topic
OneSpan Sign
Hello,
Once all user sign the document, everyone get mail of signing completed & download the document link via email.
So my question is, I want to disable download email notifications to any singer. So how to do that in REST API??
Please guide me.
Forum topic
OneSpan Sign
Hello,
I have added signer SMS verification before sign of document. It show SMS sent. but user don't receive any SMS. even if user request SMS while sign, it say SMS sent successfully, but don't get any SMS. Here is the code. There is line of array for SMS.
Forum topic
OneSpan Sign
Hello,
I'm trying to integreate my Ruby on Rails application with OneSpan.
Forum topic
OneSpan Sign
Hello,
I'm trying to create a package with all of it dependencies and documents at once:
if I try a payload as
{
"documents":[
{
"approvals":[
{
"id":"Signature1",
"role":"Role1",
Forum topic
OneSpan Sign
Hello,
Our Sales Department needs to be able to add contracts without any development interactions.
We will have a pre set roles e.x sales, customer.
We would like to be able to let sales user be able to upload a pdf and select where each role needs to sign (on our site), the exact sales us
Forum topic
OneSpan Sign
Hello,
I'm looking into bulk signing. so .e.x.
Our Sales Department got 20 packages that were signed from customers.
They would like to sign all of them at once. Is that possible?
Thanks
Forum topic
OneSpan Sign
I would like to only display the document to be signed inside the iframe rendered on my side.
How can I achive that?
I have tried modifying ceremony settings but still I get a lot more elements.
Thanks
Forum topic
OneSpan Sign
Hello,
So in our flow the following happens.
Customer signs
admin reviews the signature and assigns a sales rep to counter sign the document.
How can I update the signer after the customer has signed?
Thanks
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
I need to set the package expiration date when I submit a package via the REST API with status=SENT. I have found the documentation on how to do this with the SDK but not with REST.