I recently changed my DocuSign integration to use the JWT OAuth flow. To achieve this I have a few classes. OAuth Client Signature Client Service Then, in my constructors where I want to use it I’m doing Finally, I use it like so But I get an error that reads DocuSigneSignClientApiException: Error while requesting server, received a non successful HTTP
Tag: docusignapi
DocuSign error: ANCHOR_TAG_PROCESSING_FAILURE
I am creating and sending an envelope (in PHP) via the DocuSign API. Here is the PHP code: When I run my script, I get the error message: array (size=2) ‘errorCode’ => string ‘ANCHOR_TAG_PROCESSING_FAILURE’ (length=29) ‘message’ => string ‘An Error Occurred during anchor tag processing. Invalid document’ (length=64) However, when I use the Docusign Explorer API, everything works fine. Here
Docusign error: “unable to get local issuer certificate”
We’re using the Docusign RestAPI (PHP SDK) from our app and it works great. Authentication mode is JWT. I want to use all the code I’ve written on a different subdomain, but I get this error: API call to https://account.docusign.com/oauth/token failed: SSL certificate problem: unable to get local issuer certificate Both domains, my-domain.com and new.my-domain.com have SSL certs installed. What
Sending an envelope: getting 301 response code back
PHP 7.4, Windows Server 2012, IIS8 I’m using the DocuSign PHP SDK method createEnvelope, which sends the envelope object to their server. The URL is with these headers I’m successfully using the JWT key for, say, getUserInfo, but when I submit the envelope I get back. As far as I can tell, the envelope is created correctly, I know the
PHP / Docusign – Verify HMAC signature on completed event
I’m trying to secure my callback url when completed event is triggered. My Controller: public function callbackSubscriptionCompleted( int $subscriptionId, DocusignService $…
Docusign implementation for laravel/php
I have a few questions regarding the docusign api. First of all, I want to build an application, where users can sign a document, through docusign. My questions are, is the OAuth token required for …
Docusign PHP SDK resending envelope with Demo Account updates the envelope but no email is sent
I am trying to resend an existing envelope that a user may have mislaid or otherwise not received. The API is updating the envelope with the request, but is not resending the email. I am receiving a …