Error calling CreateEnvelope: {
"errorCode": "USER_AUTHENTICATION_FAILED",
"message": "One or both of Username and Password are invalid."
}
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: DocuSign.eSign.Client.ApiException: Error calling CreateEnvelope: {
"errorCode": "USER_AUTHENTICATION_FAILED",
"message": "One or both of Username and Password are invalid."
}
Jayraj ChhayaPosted Feb 27, 2024, 7:45 AM
To resolve the "USER_AUTHENTICATION_FAILED" error in DocuSign integration with ASP.NET MVC, ensure that the Username and Password provided for authentication are correct. Double-check the credentials being used to authenticate with DocuSign. Verify that the credentials have the necessary permissions to create envelopes. Additionally, review the code implementation to ensure that the correct credentials are being passed during the CreateEnvelope call. By addressing the authentication issue, you can successfully create envelopes using DocuSign in your ASP.NET MVC application.