Skip to main content

i have implemented docusign apis in my nodejs application 

after that i have followed review app steps

then when i try to switch to the production mode in it i am getting { error: 'invalid_grant', error_description: 'issuer_not_found' } error 

i need help to resolve this error

 

Have you change the "aud" to  "account.docusign.com"?

 

FreeLink/甫连信息
🌍 DocuSign Partner | Partner Profile
🌟 The only DocuSign Partner globally certified as both a Certified eSignature Administrator and eSignature Technical Consultant
🏆 DocuSign 2024 APAC Reseller Growth Partner of the Year
💡 Ranked #1 in the OG All Star category in DocuSign Community Wrapped 2024
📊 DocuSign Community Leaderboard Top 5 contributor
🚀 Expertise in DocuSign integrations with on-premises systems for leading enterprises across various industries
🔗 Connect with me on LinkedInhttps://www.linkedin.com/in/gehengfeng/


Hi,

When you change from Demo to production you need to change the endpoints also, account-d.docusign.com becomes account.docusign.com. You need to use your credential from the production site and not you demo site.

You can read more about this in the following article about getting an access token  in both production and demo:

https://developers.docusign.com/platform/auth/jwt-get-token/

 

Kind Regards

Sean


Reply