Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics
Hi. I am trying to implement the sample code provided at https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ I have changed the API Key to the API key in my accoun

Replies Created

Reply to: attempting to use Simple PHP Web Application

1 votes
This is working fine but when i send different document then i receive the following error: “Unauthorized Access We’re sorry. Your session may have expired. Please try again. If you receive this message multiple times, please contact support.” what is MULTIPART_BOUNDARY ? Is it always the same value ----WebKitFormBoundary7MA4YWxkTrZu0gW ? If not then how i find it? How to integrate eSignLive Fields via Text Tags in php?

Reply to: attempting to use Simple PHP Web Application

0 votes
please check First, I create package, for that I send this JSON data { "documents": [ { "id": "sample-contract", "name": "Test Document", "extract": true, "data": { "esl_doc_extract_type": 1 } } ], "status": "DRAFT", "type": "PACKAGE", "roles": [ { "id": "signer1", "type": "SIGNER", "signers": [ { "email": "[email protected]", "firstName": "Hemanta", "lastName": "Kundu", "id": "signer1" } ], "name": "signer1" } ], "name": "Text Tags Example Package" } ENDPOINT => https://sandbox.e-signlive.ca/api/packages HTTP Method => POST Content Type => multipart/form-data Accept => application/json Authentication => Basic. $my api key and also get the packegeid looks like { "id": "LR_P239G0Xw8hLXXEk8OOgnaVNM=" } I think first process is ok

Subscriptions

Topics Replies Freshness Views Users
Hi. I am trying to implement the sample code provided at https://www.esignlive.com/blog/esignlive-how-to-creating-a-simple-php-web-application/ I have changed the API Key to the API key in my accoun
28 5 years 8 months ago 86
Profile picture for user Duo_Liang
Profile picture for user harishaidary

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.