# Move Project to Production
source: https://developer.mastercard.com/priceless-specials/documentation/tutorials-and-guides/move-project-to-production-tutorial/index.md

After successfully testing in the Sandbox environment, you can move your project to Production. This guide takes you through the steps needed to move your Mastercard Developers Sandbox project to Production.

#### What you will learn {#what-you-will-learn}

* How to request access to the Production environment.
* How to create a client and Mastercard encryption keys in Production.
* How to onboard your Consumer key onto Priceless Specials.

## Request Production Access {#request-production-access}

1. Navigate to **My Projects** and select your Sandbox project.
2. From the **Summary** page, click **Request Production Access** . ![Request production access](https://static.developer.mastercard.com/content/priceless-specials/uploads/req-prod-access.png) The **Project Credentials** page is displayed.

## Enter project credentials {#enter-project-credentials}

1. Enter the `key alias` and the `keystore password` in the respective fields. The portal will generate a 2048-bit Private key and Public key pair in keystore using key alias and keystore password provided by you. ![Enter project credentials](https://static.developer.mastercard.com/content/priceless-specials/uploads/prod-prj-cred.png) Note: A Private key should be used to decrypt the Priceless Specials API responses.
2. Click **Proceed** .  
   The **Updating your project** page is displayed.

## Download OAuth signing and JWE encryption keys {#download-oauth-signing-and-jwe-encryption-keys}

1. From the **Updating your project** page, click **Download key file** . ![Download the key file](https://static.developer.mastercard.com/content/priceless-specials/uploads/update-your-project.png) Note: You must save the downloaded key file in a safe place.
2. Click **Open project** .  
   The project summary is displayed. ![Project summary](https://static.developer.mastercard.com/content/priceless-specials/uploads/prod-proj-summary-ps.png)

Once you complete this process, the Priceless Specials API Support team will review and approve your request for Production access. Till then the **Production Status** will be displayed as *Under Review* .  

Depending upon the review's outcome, you will receive an email from Mastercard Developers to your registered email address.

Note: The approval process may take up to 3 working days.  
Reach out to the Mastercard onboarding team or visit [**https://developer.mastercard.com/support**](https://developer.mastercard.com/support "https://developer.mastercard.com/support") if there are any further questions.

<br />

## Download the OAuth Consumer key {#download-the-oauth-consumer-key}

1. Navigate to **My Projects** and select your project.
2. Click **Production credentials** .  
   The production credentials are displayed. ![Production credentials](https://static.developer.mastercard.com/content/priceless-specials/uploads/prod-cred-ps.png)
3. Copy the Consumer key. You will need to use this while building the API request.

Tip: To add more team members to your project:

1. Navigate to **My Projects** and select your project.
2. Click **Team**. The team details are displayed.
3. Click **Invite a Team Member**.
4. Enter the email address of the team member and click **Invite**.

Repeat the steps to add more team members.
