544 results matched your search criteria
Forum topic
OneSpan Sign
adding screenshot >
adding support email >
[email protected]
hello team,
wasn't able to find an email to contact support, but for me the sandbox is performing extremely slow.
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
Hi!
I am using the SDK to create a ceremony with a custom signer id and I need to use the signer's email.
The SignerBuilder.withCustomId(String) method's javadoc says the following:
Forum topic
OneSpan Sign
Once the Package is updated with status = "SENT", emails are sent to the corresponding applicants (signers) in the package.
However, since this process is happening in front of the Lender, I would I like to provide the applicants (borrower) who are in front of the Lender to have access to the Signin
Forum topic
OneSpan Sign
We are in process of replacing SDK with REST
Forum topic
OneSpan Sign
We are integrating with Onespan using Rest API.
We have three types of Roles. Broker , customer and Business.
Broker first sign an agreement(using esign), followed by customer and then Business people sign an agreement.
Forum topic
OneSpan Sign
Using the packages endpoint to search for SENT packages using the below request call as per the Sandbox API.
Forum topic
OneSpan Sign
Hi,
In the JSON retrieved for a Package is there a way to figure out Who (Role/Email) has delegated to Who (Role/Email).
After delegation we get the ROLE_REASSIGN event.
{
"@class": "com.silanis.esl.packages.event.ESLRoleReassignEvent",
"sessionUser": "4f124151-9ab9-4956-bf8b-c67454f2b63d"
Forum topic
OneSpan Sign
Good day,
I am using postman and have a few routines using the (CA) Sandbox API key and query layouts by email ID, which was working.
I have another routine where I can delete the layout based on the ID copied from the routine described in the previous line.