Account


Earned badges

Achievement: Latest Unlocked

Topic Started

This user has not created any forum posts.

Replies Created

0 votes

 

A question, I want to test this request against my sandbox in this way., I am recovering the document from an aws s3 and I send it doing an equivalent in php it works but from where I need it which is in node, it does not work that I can have it wrong.

 

JSON: {"name":"TiendaSeguros_747597225081986_106","description":"TiendaSeguros_747597225081986_58","emailMessage":"TiendaSeguros_747597225081986_58","autocomplete":true,"type":"PACKAGE","visibility":"ACCOUNT","due":null,"language":"es","status":"SENT","documents":[{"fields":[{"value":"58","name":"poliza"},{"value":"Antecedentes Personales","name":"ramo"},{"value":"08","name":"dia"},{"value":"04","name":"mes"},{"value":"2021","name":"anio"},{"value":"C\u00e9sar Bianco","name":"nombresSignerTop"},{"value":"C\u00e9sar Bianco","name":"nombresSignerBottom"},{"value":"C.E.","name":"td"},{"value":"747597225081986","name":"documento"},{"value":"1","name":"NroCuenta"},{"value":"Banco Davivienda","name":"entidadBancaria"},{"value":"Ahorro","name":"tipoCuenta"}],"extract":true,"extractionTypes":["TEXT_TAGS"],"name":"Firma Cliente"}],"roles":[{"id":"Signer1","index":0,"type":"SIGNER","data":null,"reassign":false,"deliverDocumentsByEmail":false,"emailMessage":{"content":"ACCIDENTES PERSONALES"},"attachmentRequirements":[],"specialTypes":[],"locked":false,"signers":[{"address":null,"company":"","timezoneId":"","created":"2021-04-09T17:49:34Z","email":"[email protected]","firstName":"C\u00e9sar","lastName":"Bianco","id":"Signer1","external":null,"language":"es","phone":"","professionalIdentityFields":[],"signature":null,"title":"","updated":"2021-04-09T17:49:34Z","userCustomFields":[],"specialTypes":[],"passwordTimestamp":null,"group":null,"data":null,"auth":{"scheme":"NONE"},"knowledgeBasedAuthentication":null,"delivery":{"provider":false,"download":false,"email":false},"signerType":"EXTERNAL_SENDER","ssoConfigured":false,"name":""}],"name":"Signer1"}]}

 

Request: 

 

var options = {

method: 'post',

url: "https://sandbox.esignlive.com/api/packages",

headers: {

"Authorization": "Bearer 178ff11db550a5a712d58cf0817598",

"Accept": "application/json;",

"Accept-Encoding":"gzip, deflate, br",

"Content-Type": "multipart/form-data; boundary=\"----WebKitFormBoundary7MA4YWxkTrZu0gW\"",

},

formData: {

payload: json,

file: {

value: document,

options: { filename: 'FirmaClienteSaludConDebito.pdf', contentType: null }

}

}

};

let requestOneSpan = request.post(options, function(error, response, body) {

console.log("--------------------------------------------------------------------")

console.log(body);

});

 

if I change the reading of the file and read it from my local, if it works

 

ERROR: 

 

--------------------------------------------------------------------
{"messageKey":"error.validation.documentPreVerifyInvalidResponseNumberError","parameters":{"errorException":"number of documents that need verification = 2, number of verification results = 0"},"message":"The number of Pre-Verify results does not match the number of documents that were sent for verification.","code":400,"name":"Validation Error"}
 

 


Reply to: Auto Signing

0 votes

A Question, Can I auto-signing a document ? i try the endpoint 

https://sandbox.esignlive.com/api/packages/Iv32wnx3XegGtOACRnbwdfkUDD0=/documents/signed_documents

and get a http code 200 but not working , when i see the document i not see the firm


Reply to: Autosign a Document

0 votes

A Question, Can I auto-signing a document ? i try the endpoint 

https://sandbox.esignlive.com/api/packages/Iv32wnx3XegGtOACRnbwdfkUDD0=/documents/signed_documents

and get a http code 200 but not working , when i see the document i not see the firm

 

i try by java sdk and all good , working but not in rest


Subscriptions

Topics Replies Freshness Views Users
HI everyone during my integration I got stuck with this error> I wanted to create a package upload a file and add signatories.
5 2 years 11 months ago 529
Profile picture for user Duo_Liang
Profile picture for user mwilliams
Hi There, In our application, we generate a certificate for the end user when they complete the transaction and we want that certificate to be automatically signed for the user without any interactio
7 2 years 11 months ago 234
Profile picture for user Duo_Liang
Profile picture for user mwilliams
Getting really close to having all my questions answered. Thanks to Mwilliams and Harishadairy for all the help. Hopefully this is the last big issue.
4 2 years 11 months ago 99
Profile picture for user trevorewen
Profile picture for user mwilliams
Hello, How do you populate a field when creating a package from a template? I don't want to define the field location in my code.
20 1 year 11 months ago 315
Profile picture for user Duo_Liang
Profile picture for user mwilliams

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.