125 results matched your search criteria
Forum topic
OneSpan Sign
Is there a way to change the browser's page title during the signing session? Ours still says OneSpan. We have been successful at making other signing ceremony customizations as part of our integration efforts.
Forum topic
OneSpan Sign
I am trying to test creating a package and I'm getting this response from OneSpan:
{"messageKey":"error.unauthorised.accountSuspended","message":"Cannot create session with suspended account.","code":401,"name":"Unauthorized"}
Is there any way to unsuspend my sandbox account?
Forum topic
OneSpan Sign
I would like to have 2 signers. The first one is required to upload an attachment. However, I do not want signing to move to the second signer until after the upload takes place. I would then like the second signer to be able to view the attachment and approve it by signing.
Forum topic
OneSpan Sign
Hello,
We have tried several angles at achieving this using both the REST API and the .NET SDK but have so far not had any luck.
Forum topic
OneSpan Sign
The default behavior is to use the same signature across the entire signing session. One of our clients demands the user provide a signature for each document. We plan to use mouse-signing. Is it possible to force this behavior thru the API?
Forum topic
OneSpan Sign
First, my apologies if this is the incorrect forum group for this topic. Happy to move it to a different forum if there is a better one.
Forum topic
OneSpan Sign
when I tried to create a package using API call to my sender account (not the owner), even in the header, I put the sender API key there, but I got error message as
Forum topic
OneSpan Sign
Hi Duo;
This Copy Tool question is from another customer. They are trying to migrate all templates and layouts from all senders in their Sandbox account to those same users in the Production account. I should point out that they are not using subaccounts
Forum topic
OneSpan Sign
I'm using .Net SDK.
I create token:
string sessionTokenString = eslClient.AuthenticationTokenService.CreateSenderAuthenticationToken(id);
and then