132 results matched your search criteria
Forum topic
OneSpan Sign
We have not been successful using the Delegation tool. We get an error when testing the connection.
The account doesn't have Manager type or an Admin Role.
The account is [email protected] in SBX 2 and it does.
Thanks for the help!
Forum topic
OneSpan Sign
I use the package creation document upload API to create a document for signature.
Forum topic
OneSpan Sign
Hi ,
I am able to successfully upload a single document while creating a package .
Forum topic
OneSpan Sign
We have a requirement to merge the singed document to create a report. for that we need to extract few pages of the Signed doucment.
But we could see that the signed document is password protected for extraction.
Forum topic
OneSpan Sign
Hey team,
We want to delete a sender and re-invited to another account. But when I called the API below:
HTTP Request
DELETE /api/account/senders/{senderId}
HTTP Headers
Accept: application/json
Content-Type: application/json
Authorization: Basic api_key
The sender wasn't successfully deleted.
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
Hi team,
I am trying to modify the package expiry date using Java SDK (11.21), even though I am getting 200 success response but it is not reflecting or updating.
Please find a piece of code which I have used.
Forum topic
OneSpan Sign
Hi!
It would appear that the success response message sent by esign sandbox to a request for signingStatus was somehow changed, over this last weekend, from 'COMPLETED' to 'SIGNING_COMPLETED'. This seemingly minor detail cost the dev team all day today.
Forum topic
OneSpan Sign
This works (after unzipping the file)
byte[] bytes = eslClient.PackageService.DownloadZippedDocuments(packageId);
using (Stream file = File.OpenWrite(DocumentName+".zip" ))
{
file.Write(bytes, 0, bytes.Length);
}
This creates a corrupt document
byte[] bytes= eslClient.PackageService.Downloa
Forum topic
OneSpan Sign
Hi,
I tried to get email in French locale, but it seems not successful for me. I create package via API, in the package level, locale=fr, in the signer levle, locale =fr as well, but I still don't get email in French.