Skip to content

Tag: docusignapi

Issue with DocuSign sending Envelopes

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…

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 duri…

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 env…