Skip to content

Commit

Permalink
Merge pull request #2415 from mercadopago/docs/activities-2307
Browse files Browse the repository at this point in the history
Docs/activities-3107
  • Loading branch information
hgaldino authored Aug 2, 2024
2 parents a8b5684 + bcb204b commit 8879745
Show file tree
Hide file tree
Showing 47 changed files with 5,267 additions and 9,643 deletions.
2 changes: 1 addition & 1 deletion guides/additional-content/security/oauth/creation.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Access Token is the code used in different requests of public origin to access a
>
> It is recommended to carry out this procedure all at once together with the user, since the code received by the "Redirect URL" after authorization is valid for 10 minutes and the Access Token received through the endpoint is valid for 180 days (6 months).
1. Edit your application so that it contains your Redirect URL. See [Edit Application](/developers/en/guides/additional-content/your-integrations/application-details).
1. Edit your application so that it contains your Redirect URL. See [Edit application](/developers/en/docs/your-integrations/application-details).
2. Send the **authentication URL** to the seller whose account you want to link to yours with the following fields:

```Authentication_URL
Expand Down
2 changes: 1 addition & 1 deletion guides/additional-content/security/oauth/creation.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Sigue los pasos a continuación para obtenerlo.
>
> Se recomienda realizar este procedimiento de una única vez junto con el usuario, ya que el código recibido por la "URL de redireccionamiento" después de la autorización tiene una validez de 10 minutos y el Access Token recibido a través del endpoint tiene una validez de 180 días (6 meses).
1. Edita tu aplicación para que contenga tu URLs de redireccionamiento. Consulta [Editar aplicación](/developers/es/guides/additional-content/your-integrations/application-details).
1. Edita tu aplicación para que contenga tu URLs de redireccionamiento. Consulta [Editar aplicación](/developers/es/docs/your-integrations/application-details).
2. Envía la **URL de autenticación** con los siguientes campos al vendedor con cuya cuenta deseas vincular la tuya:

```Authentication_URL
Expand Down
2 changes: 1 addition & 1 deletion guides/additional-content/security/oauth/creation.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ O Access Token é o código utilizado em diferentes _requests_ públicos para ac
>
> É recomendado realizar este procedimento por completo de uma única vez em conjunto com o usuário, visto que o código recebido pela "URL de redirecionamento" após a autorização tem validade de 10 minutos e o Access Token recebido através do endpoint tem validade de 180 dias (6 meses).
1. Edite sua aplicação para conter suas URLs de redirecionamento. Veja [Editar aplicação](/developers/pt/guides/additional-content/your-integrations/application-details).
1. Edite sua aplicação para conter suas URLs de redirecionamento. Veja [Editar aplicação](/developers/pt/docs/your-integrations/application-details).
2. Envie a **URL de autenticação** para o vendedor cuja conta você deseja vincular à sua com os seguintes campos:

```Authentication_URL
Expand Down
10 changes: 6 additions & 4 deletions guides/checkout-bricks/brand-brick/default-rendering.en.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Default rendering

> WARNING
Before rendering the Brand Brick, first execute the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. From there, see below the necessary information to configure and render the Brand Brick.

> NOTE
>
> Important
> Note
>
> To perform Brand Brick rendering, first perform the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks.
> To consult the types and specifications of the parameters and responses of the Brick functions, refer to the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/brand.md).
## Configure the Brick

Expand All @@ -22,7 +24,7 @@ bricksBuilder.create(

Once the configurations are created, enter the code below to render the Brick.

> NOTE
> WARNING
>
> Important
>
Expand Down
10 changes: 6 additions & 4 deletions guides/checkout-bricks/brand-brick/default-rendering.es.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Renderizado por defecto

> WARNING
Antes de realizar la renderización del Brand Brick, primero ejecute los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. A partir de esto, a continuación se presentan las informaciones necesarias para que configures y renderices el Brand Brick.

> NOTE
>
> Importante
> Nota
>
> Para realizar el renderizado de Brand Brick, primero realice los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks.
> Para consultar los tipos y especificaciones de los parámetros y respuestas de las funciones del Brick, consulte la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/brand.md).
## Configurar el Brick

Expand All @@ -22,7 +24,7 @@ bricksBuilder.create(

Una vez creadas las configuraciones, ingrese el código a continuación para renderizar el Brick.

> NOTE
> WARNING
>
> Importante
>
Expand Down
10 changes: 5 additions & 5 deletions guides/checkout-bricks/brand-brick/default-rendering.pt.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Renderização padrão

Veja abaixo as informações necessárias para você configurar e renderizar o Brand Brick.
Antes de realizar a renderização do Brand Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Bricks. A partir disso, veja abaixo as informações necessárias para você configurar e renderizar o Brand Brick.

> WARNING
> NOTE
>
> Importante
> Nota
>
> Para realizar a renderização do Brand Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Brick.
> Para consultar tipagens e especificações dos parâmetros e respostas de funções do Brick, consulte a [documentação técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/brand.md).
## Configurar o Brick

Expand All @@ -24,7 +24,7 @@ bricksBuilder.create(

Uma vez criadas as configurações, insira o código abaixo para renderizar o Brick.

> NOTE
> WARNING
>
> Importante
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Default rendering

> WARNING
Before rendering the Card Payment Brick, first execute the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. From there, see below the necessary information to configure and render the Card Payment Brick.

> NOTE
>
> Important
> Note
>
> To perform the Card Payment Brick rendering, first perform the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. Once this is done, perform the settings below.
> To consult the types and specifications of the parameters and responses of the Brick functions, refer to the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/card-payment.md).
## Configure the Brick

Expand Down Expand Up @@ -113,7 +115,7 @@ const onReady = async () => {

Once the configurations are created, enter the code below to render the Brick.

> NOTE
> WARNING
>
> Important
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Renderizado por defecto

> NOTE
Antes de realizar la renderización del Card Payment Brick, primero ejecute los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. A partir de esto, a continuación se presentan las informaciones necesarias para que configures y renderices el Card Payment Brick.

> NOTe
>
> Importante
> Nota
>
> Para realizar el renderizado del Card Payment Brick, primero realice los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. Una vez hecho esto, realice la configuración a continuación.
> Para consultar los tipos y especificaciones de los parámetros y respuestas de las funciones del Brick, consulte la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/card-payment.md).
## Configurar el Brick

Expand Down Expand Up @@ -114,7 +115,7 @@ const onReady = async () => {

Una vez creadas las configuraciones, ingresa el código a continuación para renderizar el Brick.

> NOTE
> WARNING
>
> Importante
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Renderização padrão

Veja abaixo as informações necessárias para você configurar e renderizar o Card Payment Brick.
Antes de realizar a renderização do Card Payment Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Bricks. A partir disso, veja abaixo as informações necessárias para você configurar e renderizar o Card Payment Brick.

> WARNING
> NOTE
>
> Importante
> Nota
>
> Para realizar a renderização do Card Payment Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Brick.
> Para consultar tipagens e especificações dos parâmetros e respostas de funções do Brick, consulte a [documentação técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/card-payment.md).
## Configurar o Brick

Expand Down Expand Up @@ -112,7 +112,7 @@ const onReady = async () => {

Uma vez criadas as configurações, insira o código abaixo para renderizar o Brick.

> NOTE
> WARNING
>
> Importante
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
>
> h1
>
> Payment submission to Mercado Pago
> Payment submission to Mercado Pago
To continue with the Mercado Pago payment process, your backend should know how to receive form information with the generated token and the filled out data. Your backend should make available a `/process_payment` endpoint to receive all the data.

Once the request –with all the collected information– is in your backend, it should be submitted to Mercado Pago through our APIs. The minimum mandatory fields to submit are: `token`, `transaction_amount`, `installments`, `payment_method_id` and `payer.email`.

> NOTE
>
> Note
>
> To consult the types and specifications that can be sent and received by the Brick in the onSubmit callback, check the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/card-payment.md).
For this to work, you should configure your [private key](/developers/en/guides/additional-content/your-integrations/credentials). Also, to interact with our APIs, you should use [Mercado Pago official SDK](/developers/en/docs/sdks-library/landing).

> NOTE
> WARNING
>
> Important
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
>
> h1
>
> Envia el pago a Mercado Pago
> Envia el pago a Mercado Pago
Para continuar el proceso de pago hacia Mercado Pago, es necesario que tu backend sepa recibir la información del formulario con el token generado y los datos completados. Su backend debe disponibilizar un endpoint `/process_payment` para recibir allí todos los datos luego de realizar la acción submit.

Ya estando en tu backend con toda la información recolectada, es momento de enviar la solicitud a Mercado Pago a través de nuestras APIs. Los campos mínimos requeridos a enviar son: `token`, `transaction_amount`, `installments`, `payment_method_id` y el `payer.email`.

> NOTE
>
> Nota
>
> Para consultar los tipos y especificaciones que podrán ser enviados y recibidos por el Brick en el _callback_ de _onSubmit_, consulta la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/card-payment.md).
Ten en cuenta que para que este paso funcione es necesario que configures tu [clave privada](/developers/es/guides/additional-content/your-integrations/credentials) y que para interactuar con nuestras APIs recomendamos utilizar la [SDK oficial de Mercado Pago](/developers/es/docs/sdks-library/landing).

> NOTE
> WARNING
>
> Importante
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@
>
> h1
>
> Envie pagamento ao Mercado Pago
> Envie pagamento ao Mercado Pago
Para continuar o processo de pagamento ao Mercado Pago, é necessário que seu backend possa receber a informação do formulário com o token gerado e os dados completos. O seu backend deverá disponibilizar um endpoint `/process_payment` para receber ali todos os dados depois de realizar a ação submit.

Já estando no seu backend com toda a informação coletada, é o momento de enviar a solicitação ao Mercado Pago através das nossas APIs. Os campos mínimos requeridos para enviar são: `token`, `transaction_amount`, `installments`, `payment_method_id` e o `payer.email`.

> NOTE
>
> Nota
>
> Para consultar tipagens e especificações que poderão ser enviados e recebidos pelo Brick no _callback_ de _onSubmit_, consulte a [documentação técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/card-payment.md).
Tenha em conta que para que esse passo funcione é necessário que configure sua [chave privada](/developers/pt/guides/additional-content/your-integrations/credentials) e que para interagir com nossas APIs, recomendamos utilizar o [SDK oficial do Mercado Pago](/developers/pt/docs/sdks-library/landing).

> NOTE
> WARNING
>
> Importante
>
Expand Down
4 changes: 3 additions & 1 deletion guides/checkout-bricks/payment-brick/default-rendering.en.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Default rendering

Before rendering the Payment Brick, first execute the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. From there, see below the necessary information to configure and render the Payment Brick.

> WARNING
>
> Important
>
> To perform Payment Brick rendering, first perform the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks.
> To consult the types and specifications of the parameters and responses of the Brick functions, refer to the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md).
## Configure the Brick

Expand Down
4 changes: 3 additions & 1 deletion guides/checkout-bricks/payment-brick/default-rendering.es.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Renderizado por defecto

Antes de realizar la renderización del Payment Brick, primero ejecute los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. A partir de esto, a continuación se presentan las informaciones necesarias para que configures y renderices el Payment Brick.

> WARNING
>
> Importante
>
> Para realizar el renderizado de Payment Brick, primero realice los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks.
> Para consultar los tipos y especificaciones de los parámetros y respuestas de las funciones del Brick, consulte la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md).
## Configurar el Brick

Expand Down
4 changes: 2 additions & 2 deletions guides/checkout-bricks/payment-brick/default-rendering.pt.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Renderização padrão

Veja abaixo as informações necessárias para você configurar e renderizar o Payment Brick.
Antes de realizar a renderização do Payment Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Bricks. A partir disso, veja abaixo as informações necessárias para você configurar e renderizar o Payment Brick.

> WARNING
>
> Importante
>
> Para realizar a renderização do Payment Brick, primeiro execute os [passos de inicialização](/developers/pt/docs/checkout-bricks/common-initialization) compartilhados entre todos os Brick.
> Para consultar tipagens e especificações dos parâmetros e respostas de funções do Brick, consulte a [documentação técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md).
## Configurar o Brick

Expand Down
10 changes: 8 additions & 2 deletions guides/checkout-bricks/payment-brick/payment-submission.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@
To continue with the Mercado Pago payment process, your backend should know how to receive form information with the generated token and the filled out data. Your backend should make available a `/process_payment` endpoint to receive all the data.

Once the request –with all the collected information– is in your backend, it should be submitted to Mercado Pago through our APIs.
Once the request –with all the collected information– is in your backend, it should be submitted to Mercado Pago through our APIs.

> NOTE
>
> Note
>
> To consult the types and specifications that can be sent and received by the Brick in the onSubmit callback, check the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md).
For this to work, you should configure your [private key](/developers/en/guides/additional-content/your-integrations/credentials). Also, to interact with our APIs, you should use [Mercado Pago official SDK](/developers/en/docs/sdks-library/landing).

> NOTE
> WARNING
>
> Important
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ Para continuar el proceso de pago hacia Mercado Pago, es necesario que tu backen

Ya estando en tu backend con toda la información recolectada, es momento de enviar la solicitud a Mercado Pago a través de nuestras APIs.

> NOTE
>
> Nota
>
> Para consultar los tipos y especificaciones que podrán ser enviados y recibidos por el Brick en el _callback_ de _onSubmit_, consulta la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md).
Ten en cuenta que para que este paso funcione es necesario que configures tu [clave privada](/developers/es/guides/additional-content/your-integrations/credentials) y que para interactuar con nuestras APIs recomendamos utilizar la [SDK oficial de Mercado Pago](/developers/es/docs/sdks-library/landing).

> NOTE
> WARNING
>
> Importante
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ Para continuar o processo de pagamento ao Mercado Pago, é necessário que seu b

Já estando no seu backend com toda a informação coletada, é o momento de enviar a solicitação ao Mercado Pago através das nossas APIs.

> NOTE
>
> Nota
>
> Para consultar tipagens e especificações que poderão ser enviados e recebidos pelo Brick no _callback_ de _onSubmit_, consulte a [documentação técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/payment.md).
Tenha em conta que para que esse passo funcione é necessário que configure sua [chave privada](/developers/pt/guides/additional-content/your-integrations/credentials) e que para interagir com nossas APIs, recomendamos utilizar o [SDK oficial do Mercado Pago](/developers/pt/docs/sdks-library/landing).

> NOTE
> WARNING
>
> Importante
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Default rendering

> WARNING
Before rendering the Status Screen Brick, first execute the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks. From there, see below the necessary information to configure and render the Status Screen Brick.

> NOTE
>
> Important
> Note
>
> To perform Status Screen Brick rendering, first perform the [initialization steps](/developers/en/docs/checkout-bricks/common-initialization) shared among all Bricks.
> To consult the types and specifications of the parameters and responses of the Brick functions, refer to the [technical documentation](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/status-screen.md).
## Configure the Brick

Expand Down Expand Up @@ -67,7 +69,7 @@ The `paymentId` that must be sent to Brick for its initialization is the ID retu

Once the configurations are created, enter the code below to render the Brick.

> NOTE
> WARNING
>
> Important
>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Renderizado por defecto

> WARNING
Antes de realizar la renderización del Status Screen Brick, primero ejecute los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks. A partir de esto, a continuación se presentan las informaciones necesarias para que configures y renderices el Status Screen Brick.

> NOTE
>
> Importante
> Nota
>
> Para realizar el renderizado de Status Screen Brick, primero realice los [pasos de inicialización](/developers/es/docs/checkout-bricks/common-initialization) compartidos entre todos los Bricks.
> Para consultar los tipos y especificaciones de los parámetros y respuestas de las funciones del Brick, consulte la [documentación técnica](https://github.com/mercadopago/sdk-js/blob/main/API/bricks/status-screen.md).
## Configurar el Brick

Expand Down Expand Up @@ -67,7 +69,7 @@ El `paymentId` que se debe enviar a Brick para su inicialización es el ID que d

Una vez creadas las configuraciones, ingrese el código a continuación para renderizar el Brick.

> NOTE
> WARNING
>
> Importante
>
Expand Down
Loading

0 comments on commit 8879745

Please sign in to comment.