DocuSign Python SDK - API Exception 400 - 'Bad Request'
I have made a couple of posts regarding the issue of integrating Docusign's Python SDK with my web app for my company. Essentially what I'm doing, is I'm having the user fill out a
Solution 1:
It's hard to define what's wrong in admin panel. You can try complete this steps to define what's wrong:
- Check that redirect uri in admin and in code are same;
- Check that user_id same as your API username in admin panel(it was issue for me);
- Be sure that you private key in path/to/pKey.txt same as you got in admin panel.
I hope it will be helpfull.
Post a Comment for "DocuSign Python SDK - API Exception 400 - 'Bad Request'"