Skip to content
Advertisement

DocuSign error: ANCHOR_TAG_PROCESSING_FAILURE

I am creating and sending an envelope (in PHP) via the DocuSign API.

Here is the PHP code:

JavaScript

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 is the recovered JSON code :

JavaScript

I have the impression that the problem comes from the “base64” encoding of the file. Do you have any idea how to solve my problem ?

Thank you in advance.

Advertisement

Answer

For your information, I finally found the solution to my problem! I did this :

JavaScript

instead of :

JavaScript

Thank you in advance.

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement