# Moving to Production
source: https://developer.mastercard.com/mdes-customer-service/documentation/tutorials/prod-create-project/index.md

## Overview {#overview}

### What You'll Learn: {#what-youll-learn}

* Get access to the Production environment

### What you'll need: {#what-youll-need}

Before moving to Production:

* You must have a CIS project open.
* You must have received your CIS project number (CIS-xxxx-xxxx) from Mastercard.
* You have completed testing in the MTF environment.

### APIs Used in this Tutorial {#apis-used-in-this-tutorial}

* MDES Customer Service

## Log in and Add API to existing project {#log-in-and-add-api-to-existing-project}

1. Log in to your Mastercard developer account and select an existing project on that you want to add API.
2. To see the project details, click **Open Project** .
   1. Sandbox client ID
   2. Production Client ID
   3. Project API and Sandbox and Production status ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/requestprodaccess-mtfs-projectdetails.png)

## Select API Service {#select-api-service}

1. To add the production service, click **Add a new API to this project**.
2. From the **Select Your API service** drop-down list, select **MDES Customer Service** . ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/prod-selectapi.png)
3. Click **Add API**.

## Legal Agreements {#legal-agreements}

1. Accept the MDES product legal agreement and Mastercard privacy notice. ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/prod-legalagreement.png)
2. Click **Proceed**.

## Additional Service Details {#additional-service-details}

1. Provide additional service details including Entity name, Customer ID, and Security Officer details. ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/prod-service-details.png)
2. Click **Proceed**.

## Setup Credentials {#setup-credentials}

1. As this service uses only the Client Encryption key, it will be generated automatically. Click **Proceed** to generate the key. Project key creation process starts and completes in a few seconds. ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/prod-credential-setup.png)

Note:   

* To use a custom CSR to generate the project keys, click **Skip this step** , and continue with the project creation. Refer to generating [Adding Keys and CSR](https://developer.mastercard.com/mdes-customer-service/documentation/tutorials/add-key/index.md).
* The OAuth keys can either be renewed or rotated. Refer to the [Renew OAuth Keys](https://developer.mastercard.com/platform/documentation/getting-started-with-mastercard-apis/renewing-your-keys/renew-oauth-keys/) topic for detailed instructions.

## Download Production Keys {#download-production-keys}

1. To download the key information, click **Download Key File** . ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/prod-adding-api.png) The key file has the following information:

* The OAuth Signing key - P12 file
* The client encryption key - pem file - Issuer will use public key to encrypt data in the response.


Note: The encryption keys cannot be renewed after expiry. We recommend you add a new key before the existing key expires. Refer to the [Rotate a Client Encryption Key](https://developer.mastercard.com/platform/documentation/getting-started-with-mastercard-apis/renewing-your-keys/rotate-encryption-keys/#1-rotate-a-client-encryption-key) topic for detailed instructions. 2. Click **Open Project** to see the project details:

<br />

1. Sandbox Client ID
2. Production Client ID
3. Project APIs and Sandbox and Production status. ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/prod-projects-details.png)

The encryption key for the MDES Customer Service API is displayed under the Production Credentials section.

## Ready to Move to Production {#ready-to-move-to-production}

You must retrieve your Mastercard API Production Client ID (part of the Consumer Key) and provide it to your CIS IM.

1. From the Mastercard Developers project summary page, navigate to **Production Credentials**.
2. Under **OAuth 1.0a project keys** , next to the **Consumer Key** , click the copy icon to copy the consumer key and provide it to your CIS IM. ![](https://static.developer.mastercard.com/content/mdes-customer-service/documentation/tutorials/tutorial-5/sandbox_prod_cred.png)

After you are onboarded to Production, you are ready to send requests to MDES Customer Service. Refer to the [Environment Domains](https://developer.mastercard.com/mdes-customer-service/documentation/environment-domains/index.md) page for the URLs.
Note:   

* If you see Production Status is "Under Review" or "Declined" please contact Mastercard implementation manager and request for approval.
* If Production Status is "Ready" then contact Mastercard implementation engineer or manager for further onboarding.
