diff --git a/guides/checkout-pro/add-sdk-and-initialize.en.md b/guides/checkout-pro/add-sdk-and-initialize.en.md index c4cefa1dce..ebd5c66117 100644 --- a/guides/checkout-pro/add-sdk-and-initialize.en.md +++ b/guides/checkout-pro/add-sdk-and-initialize.en.md @@ -37,17 +37,11 @@ To include the MercadoPago.js SDK in your HTML page from a **CDN (Content Delive ``` -## Inicializar el checkout desde la preferencia de pago +## Initialize checkout from the payment preference -After including the SDK in your frontend, it's time to initialize it and then start the Checkout. +After including the SDK in your frontend, it's time to initialize it and then start the checkout. -To continue, you must use your production `public key` credential, which can be accessed in the **Details of your application** in [Your integrations](https://www.mercadopago[FAKER][URL][DOMAIN]/developers/panel/app), under the title **Production > Production credentials** in the menu on the left side of the screen. - -> NOTE -> -> If you are developing for someone else, you will be able to access the credentials of applications you do not manage. See [Share credentials](/developers/en/docs/checkout-pro/resources/credentials) for more information. - -You will also need to use the payment preference ID that you obtained as a response in [Create and configure a payment preference](/developers/en/docs/checkout-pro/create-payment-preference). +To continue, use your **production** _Public Key_ credential from the **seller's** :toolTipComponent[test account]{link="/developers/en/docs/checkout-pro/obtain-test-credentials" linkText="Obtain test credentials" content="Test accounts are users who have the same functionalities as a real Mercado Pago user, but allow you to test the operation of your development without compromising real data." title="Test accounts" }. The payment preference identifier obtained in the [Create and configure a payment preference](/developers/en/docs/checkout-pro/create-payment-preference) step will also be required. Next, to initialize the SDK using a CDN, you should execute this code within the ` @@ -82,7 +76,7 @@ Para inicializar o SDK via CDN, insira o código a seguir dentro da tag `