Skip to content
Advertisement

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 requesting server, received a non successful HTTP

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

Advertisement