Forums

Hi,

Is there a tool to do a bulk delete for senders on an account? Let's say there are over 400 senders, I can run a Delete API call via Postman but this would delete one sender at a time i.e. it will need to be executed over 400 times to delete over 400 senders, therefore, is there a better way to do this? https://sandbox.esignlive.com/api/account/senders/{SenderID}

Please advise.

Regards,

Rajiv

 

Forums

Hello,

I have been trying to test the Download Documents zip REST API and it's not working. I've tried through the sandbox and also via postman but I keep getting the following error:

 

{"message":"Not Acceptable","code":406,"messageKey":"http.status.406","name":"Not Acceptable"}

 

Has anyone got this error? Do you know how could I fix it?

 

My current PostMan configuration is:

URL:

ttps://sandbox.esignlive.com/api/packages/{PackageID}/download?documents=true&evidenceSummary=true

Headers:

Forums

Hi ,

We have used Rest API to integrate with Onespan. 
We create transactions from template.

In our signing ceremoney , we have role which is only approval. we have managed to setup this and this working fine. Now we have requirement where want to add one field which can be edited by the approver. currently we see that field is read-only in the document when it comes to approver. Is there anyway to acheive this requirement. Please let us know.

Forums

UPDATE: Solution in comment section

Hi,

I create packages only by adding roles and signatures with ESL tags on document and it always worked perfectly. Until rencently, maybe a couple of days, we started receiving "Cannot send package without approvals" error.

Checking my code, I see I put null for approvals which of course is why the error comes out. Though, it always worked until recently. Has it become suddenly mandatory?

If yes, I can definelty start adding approvals, but kinda confused on weither I have to add an approval per role, or per signature, etc.

Forums

Receiving the following response and 500 error when trying to create a package:

{

    "messageKey": "error.internal.default",

    "message": "Unexpected error. We apologize for any inconvenience this may have caused you, please try again. If the problem persists, please contact our support team.",

    "code": 500,

    "name": "Unhandled Server Error"

Forums

Hello!

We have a need to pass dynamic values that would reside within a Text block, essentially passing a reference name and account number. These values would change for each transaction, and would ideally be embedded in the longer text area as such " [Reference Name] has added you as a User on Account [Account ID]".

Forums

Hola, me gustaria saber como puedo activar el envio masivo mediante Onespan, entiendo que hay que hacerlo con API, ¿donde puedo ver como se hace la integración?