Forums

Hi Team,

We are using POST reminders api to schedule reminders. Initialy, we are creating package in DRAFT status. 

Secondly, we are calling reminders POST api to set reminders. 

As a response, we are getting 404 error.

Details Errror: {"technical":"Could not retrieve the transaction summary for transaction uid:","messageKey":"error.validation.packageDoesNotExist","message":"The specified package does not exist.","code":404,"name":"Resource Not Found"}
  

Forums

Hi Team,

Signer1 -> delegates his signing to Signer2,

what will be the signing status of both signers if we check with the following API's

https://sandbox.e-signlive.ca/api/packages/<packageid>/signingStatus?signer=Signer1  ?

https://sandbox.e-signlive.ca/api/packages/<packageid>/signingStatus?signer=Signer2 ?

 

Is there any change in the status of a signer who delegates his signer to another?

Previously we used to get status as follows 

Forums

Hi,

I´m using /api/packages/{packageId}/attachment/{attachmentId} to dowload documents of a package that has been signged, how ever I´m getting a "404 Resource not found" error.

 

However document is present on the Package with the ID I´m sending in the attachmentId paramerter, could anyone point me as why this might be happening?

 

 

 

 

 

Forums

Hi everyone,

We are working to integrate OneSpan with Pega application in order to manage the Customer Digital Onboarding process.

Currently, we achieved consume many API services in order to create a transaction and generate the URL to start ceremony. However, all packages generated starts with "Electronic Disclosures and Signatures Consent" document.

For business requirement, we need to skip that document in order to start directly with the document of the Onboarding process (customer contract). If it is possible?

Regards,

Luis

Forums

Hi,

Getting the below error for reminder. package is in draft status. 

400
Bad Request
HTTP/1.1
Response body>{"messageKey":"error.validation.invalidJson","technical":"Failed to deserialize json string to target type com.silanis.esl.api.model.PackageReminderSchedule","message":"Invalid JSON.","code":400,"name":"Validation Error"}


Kindly assist

Forums

Hello, 

 

Could you please provide some sample REST API code or URL/Details to download a "AuditTrailDocument" as PDF.

The information in this location are not clear.

https://community.onespan.com/documentation/secure-agreement-automation/guides/web-service-guide/developer/get-evidence

In the Example Request section, 

  1. GET /api/transaction/{{uuid:transaction_id}}/document/
    AuditTrailDocument/pdf

What is the "uuid:transaction_id" ?