# MD for: https://www.mercadopago.com.co/developers/es/docs/split-payments-1-n/go-to-production.md \# Go to production Once the configuration and testing processes are complete, your integration will be ready to go to production. Follow the recommendations below to make this change effectively and safely, ensuring that the integration is prepared to receive real transactions. > NOTE > > In the Split Payments 1:N model, these steps must be completed by the \*\*primary seller\*\*, who is responsible for the integration. Secondary sellers do not require additional configuration to go to production. :::AccordionComponent{title="Activate production credentials" pill="1"} After completing the necessary \[tests of your integration\](https://www.mercadopago.com.co/developers/en/docs/split-payments-1-n/resources/test-accounts), \*\*remember to replace the :toolTipComponent\[credentials\]{link="/developers/en/docs/split-payments-1-n/resources/credentials" linkText="Credentials" content="Unique access keys that we use to identify an integration in your account, linked to your application. For more information, see the link below."} used during the development stage with the production credentials\*\* to start operating in the store's production environment and receiving real payments. To do this, you will have to \*\*activate them\*\*. Follow the steps below to learn how to do it. 1\. Go to \[Your integrations\](https://www.mercadopago.com.co/developers/panel/app) and select an application. 2\. In the \*\*Integration data\*\* section, go to the \*\*Credentials\*\* section located on the right side of the screen and click \*\*Production\*\*. Click \*\*Activate credentials\*\*. Alternatively, you can go to the \*\*Production credentials\*\* section in the left side menu. 3\. In the \*\*Industry\*\* field, select from the drop-down menu the industry or category to which the business you are integrating belongs. 4\. In the \*\*Website (required)\*\* field, complete with the URL of your business website. 5\. Accept the \[Privacy Statement\](https://www.mercadopago.com.co/privacidad) and the \[Terms and Conditions\](https://www.mercadopago.com.co/developers/en/docs/resources/legal/terms-and-conditions). Fill in the reCAPTCHA and click on \*\*Activate production credentials\*\*. ::: :::AccordionComponent{title="Use production credentials" pill="2"} To go live, you need to \*\*place the production credentials of your Mercado Pago application\*\* in your integration. To do this, go to \[Your integrations\](https://www.mercadopago.com.co/developers/panel/app), then to the \*\*Credentials\*\* section located on the right side of the screen, and click \*\*Production\*\*. Alternatively, you can access \*\*Production > Production credentials\*\*. There you will find your productive \*\*Public Key\*\* and \*\*Access Token\*\*, which you should use instead of the test account credentials. !\[How to access credentials through Your Integrations\](https://www.mercadopago.com.co/images/snippets/credentials/app-data-production-credentials-es.png) For more information, check our \[Credentials\](https://www.mercadopago.com.co/developers/en/docs/split-payments-1-n/resources/credentials) documentation. ::: :::AccordionComponent{title="Implement SSL certificate" pill="3"} To ensure a secure integration that protects the data of every transaction, it is essential to implement an SSL (Secure Sockets Layer) certificate. This certificate, together with the use of the HTTPS protocol when providing payment methods, guarantees an encrypted connection between the client and the server. Adopting these measures not only strengthens the security of user data, but also ensures compliance with the specific regulations and laws of each country regarding data protection and information security. In addition, it significantly contributes to providing a safer and more reliable shopping experience. Although \*\*the SSL certificate is not required during the testing period\*\*, its implementation is mandatory for production. For more information, see the \[Mercado Pago Terms and Conditions\](https://www.mercadopago.com.co/developers/en/docs/resources/legal/terms-and-conditions). ::: :::AccordionComponent{title="Verify possible statuses and errors" pill="Optional"} You can view a list of the possible \`status\` and \`status\_detail\` that a \*\*transaction\*\* and an \*\*order\*\* can have, as well as the \*\*possible errors\*\* that may be returned by the API and how to address them, by accessing their respective documentation: - \[Transaction status\](https://www.mercadopago.com.co/developers/en/docs/split-payments-1-n/payments-management/status/transaction-status) - \[Order status\](https://www.mercadopago.com.co/developers/en/docs/split-payments-1-n/payments-management/status/order-status) - \[Possible errors\](https://www.mercadopago.com.co/developers/en/docs/split-payments-1-n/resources/common-errors) :::