280 results matched your search criteria
Forum topic
OneSpan Sign
Hello
When signer receive the email to sign the document and after clicking the link document is opening.
is there any way signer can adjust signature box to move to correct position.
Forum topic
OneSpan Sign
I am trying to support the following use case:
1. Form is sent to a recipient to be completed and signed.
2. Completed forms is returned to the sender for verification.
Forum topic
OneSpan Sign
We would like to modify the content of some of the emails that are sent to the signers.
Forum topic
OneSpan Sign
Hello,
I am just getting started with eSign live and will start working on .NET integration in the next week or so. To get started learning about the eSign process I have created a couple transactions using the UI in the sandbox.
Forum topic
OneSpan Sign
Hi,
we upgrade SDK to 11.25 (was using 11.0.2), we noticed that the locale has been changed
in 11.0.2, when we sent 'fr-CA' to SDK, SDK will translate to api package as 'fr'
in 11.25 when we sent the same request, SDK translate to api package as 'fr-CA' which is not recognized so the package languag
Forum topic
OneSpan Sign
When I do PUT request to /api/packages/{package_id} with request payload as
{
"status": "DRAFT"
}
I get error response as
{
"code": 415,
"entity": null,
"message": "Unsupported Media Type",
"messageKey": "http.status.415",
"name": "Unsupported Media Type",
"technical":
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
Hello,
In the attached image, a signature properties interface we can see the Location: Client IP 172.16.4.81
Forum topic
OneSpan Sign
I have this code as was suggested by OneSpan for retrieving "GetUpdatedPackagesWithinDateRange" but I am getting an error on this line.
Page completed_packages = eslClient.PackageService.GetUpdatedPackagesWithinDateRange(DocumentPackageStatus.SENT, new PageRequest(index, 10),