uayyanu

Implement eslClient.signDocuments(packageId) in Rest API

0 votes
Hi Team I would like to sign all the documents on behalf of sender and multiple signer using a package id. I don't want to go through the each signer using eslClient.signDocuments(packageId, "Client1") (bulk signing for a signer) ; is it possible to implement eslClient.signDocuments(packageId) in Rest API . Thanks for the help.

Reply to: Implement eslClient.signDocuments(packageId) in Rest API

0 votes
Hello, These guides will show you how to bulk sign through the REST API: For signer: https://developer.esignlive.com/guides/feature-guides/bulk-sign-for-a-signer/#rest-api For sender: https://developer.esignlive.com/guides/feature-guides/sign-documents/#rest-api Note that you cannot bulk sign for multiple signers at a time. You will have to go through each one by one.
Haris Haidary OneSpan Technical Consultant

Reply to: Implement eslClient.signDocuments(packageId) in Rest API

0 votes
Hi Haris, Thanks for the help. As mentioned in the post i have tried to do auto signing .but during last call I am getting the below error. https://sandbox.esignlive.com/api/packages/2c3RET3vfcZovNhFn0Mbxf1ydZg=/documents/signed_documents" resulted in 403 (Forbidden); invoking error handler [2017-09-25 01:43:43.072] [DEBUG] [http-nio-8080-exec-4] DEBUG http-outgoing-0

Reply to: Implement eslClient.signDocuments(packageId) in Rest API

0 votes
Hi there, Sorry for the late reply. I am away on a developer conference. That error usually means that you are tying to sign but the session expired. Make sure that the session hasn't expired.
Haris Haidary OneSpan Technical Consultant

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off