281 results matched your search criteria
Forum topic
OneSpan Sign
Hi team,
We have few questions from our clients:
Is there any event for "Failed Question & Answer Authentication” & “Question & Answer Authentication” or “Signing Session for Signer” ?
For these events, JSON file (package file) gets updated, right?
Forum topic
OneSpan Sign
Hi there; my understanding has been there are 7 status's (Draft, In Progress[sent], Completed, Opted out, Declined, Archived and Trashed)
Does "Expired" count as a status? ( it's not included on OneSpan Account Summary report ).
Forum topic
OneSpan Sign
I'm querying packages from OneSpan Sign REST API. I don't use any filters, so I expect to get all of the packages. There are two, one in the inbox, and one in the drafts folder.
Here's query
Forum topic
OneSpan Sign
Hello, I am getting the following response, and I believe that I am sending the correct data.
I will copy here the request I am making
request:
{ debugId: 1,
uri: 'https://sandbox.esignlive.com/api/packages/oGGmH-MrSdWrf3hPBMirqiiCgG8=/documents/b98bb1fa64f49dc9003b230c401426c9cf86be
Forum topic
OneSpan Sign
Hi,
I am attempting to create a package with multiple documents using the "files[]" multipart form field, but I always get back this message:
{
"messageKey": "error.validation.package.wrongNumberOfFiles",
"technical": "Number of uploaded files does not match number of documents specified i
Forum topic
Intelligent Adaptive Authentication
The sandbox documentation is available in an OpenAPI format. You can simply find it by going to the following URL: https://<tenant-id>.sdb.tid.onespan.cloud/v1/tid-api.json.
Forum topic
OneSpan Sign
Hi,
I have a scenario where a owner or a "power of attorney" can eSign the document. Currently, I have the JSON for teh rEST API to create the package where one signer can sign.
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
Hi Team,
Can you please share the JSON payload for defining Signing Order for signature blocks.
Also if have multiple signers , for example I have 5 signature blocks and two signers( SIGNER1, SIGER2)
"sign1," "sign3" supposed to be signed by SIGNER1 and "sign4,sign2,sign5" by "SIGNER 2".
How to
Forum topic
OneSpan Sign
Hi
I'm trying to update the STATUS from "DRAFT" to "SENT" but getting an error. Here is my snippet...