Laravel-Docusign | A Laravel 6 wrapper for the DocuSign Rest Client | REST library
kandi X-RAY | Laravel-Docusign Summary
kandi X-RAY | Laravel-Docusign Summary
A Laravel wrapper for the Docusign Rest Client.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
- Publish the package .
- Register the service provider .
- Call a GET endpoint .
- Create a new model .
- Get the facade accessor .
Laravel-Docusign Key Features
Laravel-Docusign Examples and Code Snippets
Community Discussions
Trending Discussions on Laravel-Docusign
QUESTION
In my Laravel application I am sending DocuSign envelopes with this package: https://github.com/Tucker-Eric/Laravel-Docusign which works nicely.
This application also using the "Polling" method to check for changes to envelopes.
To accomplish this I grab the envelope IDs from various different models and then pass these IDs to DocuSign's listStatusChanges()
method which takes an amount to check and an array of envelope IDs.
If the status comes back as completed I use another method getDocument()
to download the signed document.
Here is the job that runs every 15 minutes.
...ANSWER
Answered 2021-Apr-03 at 08:23The only reason I'm aware of that this call in particular returns a 404 response is if the request includes a specific list of envelopeIds over a certain number. The older versions of our SDKs and a lot of customer solutions add these envelopeIds to the request in the form of URL Parameters. I found when testing this that when I approached or went over ~49 envelopes the response changed from a 200 to a 404.
Looking at the provided code I see this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Laravel-Docusign
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page