321 results matched your search criteria
Forum topic
OneSpan Sign
Hi,
This issue seems to have started sometime in the last 24 hours, but I can no longer attach .docx or .doc files to transactions within the sandbox environment.
If I attempt to upload via the UI I get the following error after about 30 seconds:
"ERROR
Forum topic
OneSpan Sign
When creating a new package, is it possible to add custom metadata fields that we can get back in the webhook response? For instance, if I want to attach a custom ID to the package I just created, and then store specific data about that package in my own DB.
Forum topic
OneSpan Sign
We have been using oneSpan for around 2 years now and we weren't facing any issues with adding documents to a package but recently when we're trying to add certain pdfs, we are getting an error - "The number of Pre-Verify results does not match the number of documents that were sent for verificat
Forum topic
OneSpan Sign
We have integrated with Onespan using REST API. Just wanted to check , If it is possible to add additional recipients in CC, not as signers, but as viewers only. E.g. make sure everyone listed as an additional recipient gets a copy of it when the transaction complete.
Forum topic
OneSpan Sign
I am unable to manually add a sender to the account using the instructions found here: https://community.onespan.com/documentation/onespan-sign/guides/connector-guides
Forum topic
Intelligent Adaptive Authentication
Is it possible to add a download postman json package link to the API page with the examples used in the API page?
Example:
https://xxxxx.sdb.tid.onespan.cloud/v1/swagger-api/
Forum topic
OneSpan Sign
Hello,
we use sdk.net in our solution and we are confronted with slowness, for example when we try to add documents that exceed 3 MB to a package, it takes up to 8 seconds per document (sdk calls this method api rest : https://docs.esignlive.com/api-docs/sandbox-us/#/Documents/api.packages._package
Forum topic
OneSpan Sign
Hi,
I am looking for some code snippet to add a participant to just "Accept" the document instead of signing.
Can anyone please give me some help?
Thanks,
KK
Forum topic
OneSpan Sign
The following code does not return the specific error message.
Forum topic
OneSpan Sign
Is is possible to add a new signer to a document which is already signed?
I tried with below code
PackageId packageId = new PackageId("orB4GBrQKn33YIF6XJFgDMGdkb4=");
ossClient.ChangePackageStatusToDraft(packageId);