docusign-esign-php-client
docusign-esign-php-client copied to clipboard
The Official DocuSign PHP Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client.
Hi, I am trying to connect docusign from a corporate hosting. Issue I am facing is with proxy setup Error I am getting is (since connection can be made only...
This bulk assignment approach avoids typing errors. If the property exists the value will be assigned.
Im getting the envelopes recipients using the GET 'envelopes/{envelope_id}/recipients' endpoint. After that i add the field 'clientUserId' and try to update the envelope, using the POST envelopes/{envelope_id}/recipients' endpoint with the...
Issue #168: https://github.com/docusign/docusign-esign-php-client/issues/168 Updated code allows to include additional GET-parameters to getContactById() queries, to receive more than 1st page (more than first 20 contacts).
Hello, I am trying to rename a document before sending it to be signed. When calling $envelope->updateDocument I am not able send any updated values aside from account_id, document_id, envelope_id...
I faced with some problem, when in documents I put dropdown tab. When I use your SDK I get fatal error when it tries to fetch tabs through rest api....
Bugfix for a deserialization issue where the following classes contained references in their `$swaggerTypes` array to `\DocuSign\eSign\Model\OfflineAttributes`, but the class is no longer present in v4. For classes: - `\DocuSign\eSign\Model\InPersonSigner.php`...
Without this we get a hard Fatal when the template has a tab type the SDK doesn't support.
Hi, This is really just a suggestion for a possible feature that would be nice. When I use getDocument it creates a file in /tmp. This file could potentially have...
Hello, How can we add a Payment Item Field in the document?  in the above Image, they provide payment item fields. using below code ` $this->authenticate(); $envelopeApi = new...