API Integrator Keys button not show - docusignapi

I have purchase account of DocuSign.I want API interaction of DocuSign on my application but Integrator Keys generator button does not show my account.
Image Here
Thanks

You cannot directly create Integrator Key in the DocuSign PROD environment. You need to create a developer Sandbox/Demo account Developer Sandbox Account, then create an Integrator Key in this account Generate Integrator Key. And then develop your API integration application in this Sandbox account, once you are done with your development and testing then you need to go through API Go Live process API Go Live process to promote your Sandbox Integrator Key to your PROD Account

Related

Docusign share integration key for multiple accounts

I'm experimenting with building an integration between my app and any DocuSign account.
If I create an integration key in my developer sandbox, go through the "go live" process will I be able to use that same integration key to authenticate on behalf of users of different DocuSign accounts?
That's right.
The Integration Key's account is the account that creates and manages it.
Any account in DocuSign (production accounts only after you go live) can use the IK.
Of course, users have to consent the first time they use a new IK in their account, but that's part of the OAuth process.
So no, nothing to worry about, the IK is global in the same environment and can be used by any account.

Docusign JWT service authentication - using our own RSA key pair

We are integrating our application with Docusign API using JWT service authentication method. Per the current docs, using the integrator key we need to generate new RSA key pair for each integrator key. Our multitenant integration to Docusign then requires us to generate RSA key pairs for each tenant and load them into our application.
In most public/private key/cert integration with other vendors we have seen that they allow using our own certs/keys. This is very convenient and simple since we only have deal with our own cert and not deal with storing many certs. Is there an option in Docusign to use/upload our own cert instead of creating new keys for every integrator id?
Unfortunately there is not an option for you to upload a public key to DocuSign for JWT authentication.
However, your question implies an incorrect understanding of DocuSign Integration Keys (client_ids). Generally speaking, one application should have one integration key.
An Integration Key can be used by any number of DocuSign users, associated with any number of DocuSign accounts.
So your application can use the same integration key for all of its clients.
Added
While a DocuSign Integration Key (client id) can be used by any user, on any account, there is often confusion about the DocuSign account that manages the Integration Key:
When an Integration Key completes the Go Live process, a DocuSign paid account is set during the process to manage the Integration Key. That account's administrators have the ability to add/change/delete the Integration Key's settings including:
The valid redirect URIs
The valid private/public key pair(s) (for JWT apps)
The key's secret(s) for Authorization Code Grant apps
For a partner / ISV, they should create the Integration Key's Management Account DocuSign account as a minimal paid account that is only used to manage the Integration Key. When their customer uses the application with the customer's DocuSign user/account, the end user will be charged for sending envelopes, not the partner.
For DocuSign Partners in the partner program, a no charge partner account on the production platform is available. It only has the ability to manage the key. Partners should request a partner production account from their DocuSign partner representative.
It's usually better is for partners to purchase the smallest size of production account from DocuSign since it will enable testing on the production system.
Note that the Integration Key management account is any DocuSign account on the production system: the account can manage multiple IKs if needed and can also be used for the ISVs own production uses.
As an update since this is 4 years old, you can import your own public key to use your own generate rsa keypair now.

Live account without integration key docusign

I don't have demo developer account, but I have the working live account without an integrator key and I want to use DocuSign REST API. How to get an integrator key on live account or how to link the working live account with demo developer account in order to go live process?
You cannot create IntegratorKey directly in PROD environment. You need to create IntegratorKey in Demo environment only, then develop your API integration in Demo. Once you are ready to move to PROD, then go through GO Live process to promote Integrator Key to your PROD account.

Docusign Going live to another account

I have a sandbox developer account with an integrator key that has already passed the review process. My client has purchased a production account under his email. How can I upgrade my integrator key to his production account?
You would need to select Actions drop down in your Integrator Key, On of the option is Go Live, on selecting "Go Live" option, it will open a popup to enter your PROD credential (here your client needs to enter the PROD Admin credentials). For further details, please check https://www.docusign.com/developer-center/api-overview#go-live, it has all the steps to move Integrator Key from Demo to a PROD Account. Just make sure that PopUp blocker is disabled in your browser.

DocuSign API Integration Key Workflow

I just signed up with Docusign for a enterprise account. When I view my API information, I see my Account ID, password and username. From there I went to demo.docusign.com and created a completely separate account to get an integrator key. However, the account ID, password and username for the demo account are completely different from my enterprise account. Should I use my enterprise credentials with the demo integrator key? Or use demo credentials with the demo integrator key?
I've already created several templates and document brands in my enterprise account- I would like to avoid replicating them in the demo account to test them in my application.
You need to setup your workflow in Demo and then go through API Certification to get your Integrator Key promoted to Production.
See the Go Live section for information regarding API Certification: Here
Your DocuSign Account Manager is the correct person to talk to for additional information about this.

Resources