From d08a7af25b75ae5ec077ba29735f5c57f51f99a7 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Wed, 4 Dec 2024 15:22:14 -0300 Subject: [PATCH 01/40] nuevos archivos para industry data de cho api --- .../industry-data/apparel.en.md | 126 +++++++++++++++++ .../industry-data/apparel.es.md | 128 ++++++++++++++++++ .../industry-data/apparel.pt.md | 127 +++++++++++++++++ .../applications-online-platforms.es.md | 0 .../automobiles-and-nautical.es.md | 0 .../industry-data/direct-sale.es.md | 0 .../industry-data/electro.es.md | 0 .../goverments-public-services.es.md | 0 .../industry-data/home-and-deco.es.md | 0 .../industry-data/hospitality.es.md | 0 .../industry-data/industry-data-intro.en.md | 26 ++++ .../industry-data/industry-data-intro.es.md | 26 ++++ .../industry-data/industry-data-intro.pt.md | 26 ++++ .../industry-data/retail.es.md | 0 .../tickets-and-entretainment.es.md | 0 .../industry-data/tourism.es.md | 0 .../industry-data/urban-transport.es.md | 0 .../industry-data/utilities.es.md | 0 .../checkout-pro/industry-data/apparel.es.md | 0 .../applications-online-platforms.es.md | 0 .../automobiles-and-nautical.es.md | 0 .../industry-data/direct-sale.es.md | 0 .../checkout-pro/industry-data/electro.es.md | 0 .../goverments-public-services.es.md | 0 .../industry-data/home-and-deco.es.md | 0 .../industry-data/hospitality.es.md | 0 .../industry-data/industry-data-intro.es.md | 25 ++++ .../checkout-pro/industry-data/retail.es.md | 0 .../tickets-and-entretainment.es.md | 0 .../checkout-pro/industry-data/tourism.es.md | 0 .../industry-data/urban-transport.es.md | 0 .../industry-data/utilities.es.md | 0 32 files changed, 484 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/apparel.en.md create mode 100644 guides/checkout-api-v2/industry-data/apparel.es.md create mode 100644 guides/checkout-api-v2/industry-data/apparel.pt.md create mode 100644 guides/checkout-api-v2/industry-data/applications-online-platforms.es.md create mode 100644 guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md create mode 100644 guides/checkout-api-v2/industry-data/direct-sale.es.md create mode 100644 guides/checkout-api-v2/industry-data/electro.es.md create mode 100644 guides/checkout-api-v2/industry-data/goverments-public-services.es.md create mode 100644 guides/checkout-api-v2/industry-data/home-and-deco.es.md create mode 100644 guides/checkout-api-v2/industry-data/hospitality.es.md create mode 100644 guides/checkout-api-v2/industry-data/industry-data-intro.en.md create mode 100644 guides/checkout-api-v2/industry-data/industry-data-intro.es.md create mode 100644 guides/checkout-api-v2/industry-data/industry-data-intro.pt.md create mode 100644 guides/checkout-api-v2/industry-data/retail.es.md create mode 100644 guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md create mode 100644 guides/checkout-api-v2/industry-data/tourism.es.md create mode 100644 guides/checkout-api-v2/industry-data/urban-transport.es.md create mode 100644 guides/checkout-api-v2/industry-data/utilities.es.md create mode 100644 guides/checkout-pro/industry-data/apparel.es.md create mode 100644 guides/checkout-pro/industry-data/applications-online-platforms.es.md create mode 100644 guides/checkout-pro/industry-data/automobiles-and-nautical.es.md create mode 100644 guides/checkout-pro/industry-data/direct-sale.es.md create mode 100644 guides/checkout-pro/industry-data/electro.es.md create mode 100644 guides/checkout-pro/industry-data/goverments-public-services.es.md create mode 100644 guides/checkout-pro/industry-data/home-and-deco.es.md create mode 100644 guides/checkout-pro/industry-data/hospitality.es.md create mode 100644 guides/checkout-pro/industry-data/industry-data-intro.es.md create mode 100644 guides/checkout-pro/industry-data/retail.es.md create mode 100644 guides/checkout-pro/industry-data/tickets-and-entretainment.es.md create mode 100644 guides/checkout-pro/industry-data/tourism.es.md create mode 100644 guides/checkout-pro/industry-data/urban-transport.es.md create mode 100644 guides/checkout-pro/industry-data/utilities.es.md diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md new file mode 100644 index 0000000000..3ec0a23aa4 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -0,0 +1,126 @@ +## Apparel + +### Fields to send +Add all the additional information you want. + +#### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code | +| `title` | String | Name | +| `type` | String | Type | +| `description` | String | Description | +| `picture_url` | String | Picture URL | +| `category_id` | String | Category | +| `quantity` | Integer | Quantity | +| `unit_price` | Float | Unit price | + +#### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name | +| `last_name` | String | Surname | +| `identification` | Object | Identification data | +| `identification_type` | String | Identification type | +| `identification_number` | String | Identification number | +| `phone` | Object | Phone | +| `area_code` | Integer | Area Code | +| `number` | Integer | Phone number | +| `address` | Object | Adress data | +| `zip_code` | String | Postal code | +| `street_name` | String | Street name | +| `street_number` | Integer | Street number | +| `authentication_type` | Enum | Authentication type ("Gmail" - "Facebook" - "Native web" - "Other") | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +#### About shipments + +| Object `shipment` | Type | Description | +| --- | --- | --- | +| `receiver_address` | Object | Address of the buyer. | +| `zip_code` | String | Postal code | +| `state_name` | String | Province | +| `city_name` | String | City | +| `street_number` | Integer | Street number | +| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}} \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}}' \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "STORE 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "REQUEST01", + "description": "NEW REQUEST", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "type": "my_items_type", + "picture_url": "{{url_image}}", + "description": "Descrição de serviço", + "category_id": "fashion", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": true, + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md new file mode 100644 index 0000000000..62c71f3f22 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -0,0 +1,128 @@ +# Apparel + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nombre | +| `type` | String | Tipo | +| `description` | String | Descripción | +| `picture_url` | String | URL de imagen | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | + + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +### Sobre envíos + +| Object `shipment` | Tipo | Descripción | +| --- | --- | --- | +| `receiver_address` | Object | Datos de dirección del comprador. | +| `zip_code` | String | Código postal | +| `state_name` | String | Provincia | +| `city_name` | String | Ciudad | +| `street_number` | Integer | Número de calle | +| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}} \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}}' \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "TIENDA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NUEVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Servicio", + "type": "my_items_type", + "picture_url": "{{url_image}}", + "description": "Descripción del servicio", + "category_id": "fashion", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nombre", + "last_name": "Apellido", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": true, + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` + diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md new file mode 100644 index 0000000000..a30f7810a0 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -0,0 +1,127 @@ +# Apparel + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição| +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nome | +| `type` | String | Tipo | +| `description` | String | Descrição| +| `picture_url` | String | Imagem URL | +| `category_id` | String | Categoria | +| `quantity` | Integer | Quantidade | +| `unit_price` | Float | Preço unitário | + +### Sobre o comprador + +| Object `payer` | Tipo | descrição | +| --- | --- | --- | +| `first_name` | String | Nome | +| `last_name` | String | Sobrenome | +| `identification` | Object | Dados de identificação | +| `identification_type` | String | Tipo de identificação | +| `identification_number` | String | Número de identificação | +| `phone` | Object | Telefone | +| `area_code` | Integer | Código de área | +| `number` | Integer | Número de telefone | +| `address` | Object | Dados do endereço | +| `zip_code` | String | Código postal | +| `street_name` | String | Nome da rua | +| `street_number` | Integer | Número da rua | +| `authentication_type` | Enum | Tipo de autenticação ("Gmail" - "Facebook" - "Web Nativa" - "Outro") | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se nao é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +### Sobre remessa + +| Object `shipment` | Tipo | Descrição | +| --- | --- | --- | +| `receiver_address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal | +| `state_name` | String | Província | +| `city_name` | String | Cidade | +| `street_number` | Integer | Número da rua | +| `express_shipment` | Boolean | `True` se é, `False` se não é. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}} \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}}' \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "type": "my_items_type", + "picture_url": "{{url_image}}", + "description": "Descrição de serviço", + "category_id": "fashion", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": true, + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md new file mode 100644 index 0000000000..c8d73013aa --- /dev/null +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md @@ -0,0 +1,26 @@ +# Additional industry data + +Depending on the branch of activities or industry of your store, there is a series of data that can be sent when creating a payment that will help improve your approval. You can see them detailed by industry below. + +> WARNING +> +> Attention +> +> This information applies only for Payment API integrations. To see information about the standard integration with payments api, click [here](/developers/en/reference/payments/_payments/post). + + +* [Apparel](/developers/en/docs/checkout-api/additional-content/industry-data/apparel) +* [Electro](/developers/en/docs/checkout-api/additional-content/industry-data/electro) +* [Tickets and entertainment](/developers/en/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) +* [Home & deco](/developers/es/docs/checkout-api/additional-content/industry-data/home-and-deco) +* [Applications and online platforms](/developers/en/docs/checkout-api/additional-content/industry-data/applications-online-platforms) +* [Retail](/developers/es/docs/checkout-api/additional-content/industry-data/retail) +* [Government and public services](/developers/en/docs/checkout-api/additional-content/industry-data/goverment-public-services) +* [Tourism](/developers/en/docs/checkout-api/additional-content/industry-data/tourism) +* [Hospitality](/developers/en/docs/checkout-api/additional-content/industry-data/hospitality) +* [Utilities](/developers/en/docs/checkout-api/additional-content/industry-data/utilities) +* [Direct sale](/developers/en/docs/checkout-api/additional-content/industry-data/direct-sale) +* [Automobiles and nautical](/developers/en/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Urban transport](/developers/en/docs/checkout-api/additional-content/industry-data/urban-transport) + + diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md new file mode 100644 index 0000000000..0695e2ec8b --- /dev/null +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md @@ -0,0 +1,26 @@ +# Datos adicionales sobre industrias + +Dependiendo del ramo de actividades o industria de tu tienda, existen una serie de datos que pueden ser enviados al crear un pago que ayudarán a mejorar tu aprobación. Puedes verlos detallados por industria a continuación. + +> WARNING +> +> Atención +> +> Esta información solo funciona para las integraciones con Payment API. Para ver información sobre integraciones estándar, haz clic [aquí](/developers/es/reference/payments/_payments/post). + + +* [Apparel](/developers/es/docs/checkout-api/additional-content/industry-data/apparel) +* [Electro](/developers/es/docs/checkout-api/additional-content/industry-data/electro) +* [Tickets y entretenimiento](/developers/es/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) +* [Home & deco](/developers/es/docs/checkout-api/additional-content/industry-data/home-and-deco) +* [Aplicaciones y plataformas online](/developers/es/docs/checkout-api/additional-content/industry-data/applications-online-platforms) +* [Retail](/developers/es/docs/checkout-api/additional-content/industry-data/retail) +* [Gobierno y servicios públicos](/developers/es/docs/checkout-api/additional-content/industry-data/goverment-public-services) +* [Turismo](/developers/es/docs/checkout-api/additional-content/industry-data/tourism) +* [Hotelería](/developers/es/docs/checkout-api/additional-content/industry-data/hospitality) +* [Utilities](/developers/es/docs/checkout-api/additional-content/industry-data/utilities) +* [Venta directa](/developers/es/docs/checkout-api/additional-content/industry-data/direct-sale) +* [Automóviles y náuticas](/developers/es/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Transporte urbano](/developers/es/docs/checkout-api/additional-content/industry-data/urban-transport) + + diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md new file mode 100644 index 0000000000..43c2d79147 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md @@ -0,0 +1,26 @@ +# Dados adicionais de indústria + +Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dados que podem ser enviados na hora de gerar um pagamento que vão ajudar a melhorar sua aprovação. Você pode vê-los detalhados por setor abaixo. + +> WARNING +> +> Atenção +> +> Esta informação só funciona para integrações com Payment API. Para informações sobre integrações padrão, clique [aqui.](/developers/pt/reference/payments/_payments/post) + + +* [Apparel](/developers/pt/docs/checkout-api/additional-content/industry-data/apparel) +* [Eletro](/developers/pt/docs/checkout-api/additional-content/industry-data/electro) +* [Tickets e entretenimento](/developers/pt/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) +* [Casa e decoração](/developers/pt/docs/checkout-api/additional-content/industry-data/home-and-deco) +* [Aplicativos e plataformas online](/developers/pt/docs/checkout-api/additional-content/industry-data/applications-online-platforms) +* [Retail](/developers/es/docs/checkout-api/additional-content/industry-data/retail) +* [Serviços governamentais e públicos](/developers/pt/docs/checkout-api/additional-content/industry-data/goverment-public-services) +* [Turismo](/developers/pt/docs/checkout-api/additional-content/industry-data/tourism) +* [Hospitalidade](/developers/pt/docs/checkout-api/additional-content/industry-data/hospitality) +* [Utilities](/developers/pt/docs/checkout-api/additional-content/industry-data/utilities) +* [Venda direta](/developers/pt/docs/checkout-api/additional-content/industry-data/direct-sale) +* [Automóveis e náutica](/developers/pt/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Transporte urbano](/developers/pt/docs/checkout-api/additional-content/industry-data/urban-transport) + + diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/apparel.es.md b/guides/checkout-pro/industry-data/apparel.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/applications-online-platforms.es.md b/guides/checkout-pro/industry-data/applications-online-platforms.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/automobiles-and-nautical.es.md b/guides/checkout-pro/industry-data/automobiles-and-nautical.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/direct-sale.es.md b/guides/checkout-pro/industry-data/direct-sale.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/electro.es.md b/guides/checkout-pro/industry-data/electro.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/goverments-public-services.es.md b/guides/checkout-pro/industry-data/goverments-public-services.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/home-and-deco.es.md b/guides/checkout-pro/industry-data/home-and-deco.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/hospitality.es.md b/guides/checkout-pro/industry-data/hospitality.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/industry-data-intro.es.md b/guides/checkout-pro/industry-data/industry-data-intro.es.md new file mode 100644 index 0000000000..78c1479cfa --- /dev/null +++ b/guides/checkout-pro/industry-data/industry-data-intro.es.md @@ -0,0 +1,25 @@ +# Datos sobre industrias + +Revisa que campos puedes enviar según tu industria para mejorar tu aprobación. + +> WARNING +> +> Atención +> +> Esta información solo funciona para la API de Preferencias. + +* [Apparel](/developers/es/docs/checkout-api/additional-content/industry-data/apparel) +* [Electro](/developers/es/docs/checkout-api/additional-content/industry-data/electro) +* [Tickets y entretenimiento](/developers/es/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) +* [Home & deco](/developers/es/docs/checkout-api/additional-content/industry-data/home-and-deco) +* [Aplicaciones y plataformas online](/developers/es/docs/checkout-api/additional-content/industry-data/applications-online-platforms) +* [Retail](/developers/es/docs/checkout-api/additional-content/industry-data/retail) +* [Gobierno y servicios públicos](/developers/es/docs/checkout-api/additional-content/industry-data/goverment-public-services) +* [Turismo](/developers/es/docs/checkout-api/additional-content/industry-data/tourism) +* [Hotelería](/developers/es/docs/checkout-api/additional-content/industry-data/hospitality) +* [Utilities](/developers/es/docs/checkout-api/additional-content/industry-data/utilities) +* [Venta directa](/developers/es/docs/checkout-api/additional-content/industry-data/direct-sale) +* [Automóviles y náuticas](/developers/es/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Transporte urbano](/developers/es/docs/checkout-api/additional-content/industry-data/urban-transport) + + diff --git a/guides/checkout-pro/industry-data/retail.es.md b/guides/checkout-pro/industry-data/retail.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/tickets-and-entretainment.es.md b/guides/checkout-pro/industry-data/tickets-and-entretainment.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/tourism.es.md b/guides/checkout-pro/industry-data/tourism.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/urban-transport.es.md b/guides/checkout-pro/industry-data/urban-transport.es.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/guides/checkout-pro/industry-data/utilities.es.md b/guides/checkout-pro/industry-data/utilities.es.md new file mode 100644 index 0000000000..e69de29bb2 From 4f480f51e0f026c3f363e75f58b2f548c1e1592b Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 16:11:11 -0300 Subject: [PATCH 02/40] se suma Electro --- .../industry-data/electro.en.md | 125 +++++++++++++++++ .../industry-data/electro.es.md | 125 +++++++++++++++++ .../industry-data/electro.pt.md | 126 ++++++++++++++++++ 3 files changed, 376 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/electro.en.md create mode 100644 guides/checkout-api-v2/industry-data/electro.pt.md diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md new file mode 100644 index 0000000000..5e664562aa --- /dev/null +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -0,0 +1,125 @@ +# Electro + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code | +| `title` | String | Name | +| `category_id` | String | Category | +| `quantity` | Integer | Quantity | +| `unit_price` | Float | Unit price | +| `warranty` | Boolean | `True` if the product has a guarantee, `False` if it does not. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name | +| `last_name` | String | Surname | +| `identification` | Object | Identification data | +| `identification_type` | String | Identification type | +| `identification_number` | String | Identification number | +| `phone` | Object | Phone | +| `area_code` | Integer | Area Code | +| `number` | Integer | Phone number | +| `address` | Object | Adress data | +| `zip_code` | String | Postal code | +| `street_name` | String | Street name | +| `street_number` | Integer | Street number | +| `authentication_type` | Enum | Authentication type ("Gmail" - "Facebook" - "Native web" - "Other") | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +### About shipments + +| Object `shipment` | Type | Description | +| --- | --- | --- | +| `pick_up_on_seller` | Boolean | `True` if you withdraw in branch, `False` if you do not. | +| `receiver_address` | Object | Address of the buyer. | +| `zip_code` | String | Postal code | +| `state_name` | String | Province | +| `city_name` | String | City | +| `street_number` | Integer | Street number | +| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | + +``` +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}}' \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Product", + "description": "Product description", + "warranty": true, + "category_id": "kitchen", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Name", + "last_name": "Surname", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "local_pickup": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index e69de29bb2..17eca73aaa 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -0,0 +1,125 @@ +# Electro + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nombre | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | +| `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre | +| `last_name` | String | Apellido | +| `identification` | Object | Datos de identificación | +| `identification_type` | String | Tipo de identificación | +| `identification_number` | String | Número de identificación | +| `phone` | Object | Teléfono | +| `area_code` | Integer | Código de área | +| `number` | Integer | Número de teléfono | +| `address` | Object | Datos de dirección | +| `zip_code` | String | Código postal | +| `street_name` | String | Nombre de calle | +| `street_number` | Integer | Número de calle | +| `authentication_type` | Enum | Tipo de autenticación ("Gmail" - "Facebook" - "Web Nativa" - "Otro") | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +### Sobre envíos + +| Object `shipment` | Tipo | Descripción | +| --- | --- | --- | +| `pick_up_on_seller` | Boolean | `True` si retira en sucursal, `False` si no lo hace | +| `receiver_address` | Object | Datos de dirección del comprador. | +| `zip_code` | String | Código postal | +| `state_name` | String | Provincia | +| `city_name` | String | Ciudad | +| `street_number` | Integer | Número de calle | +| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | + +``` +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}}' \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Producto", + "description": "Descripción del producto", + "warranty": true, + "category_id": "kitchen", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nombre", + "last_name": "Apellido", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "local_pickup": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md new file mode 100644 index 0000000000..c827a766ef --- /dev/null +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -0,0 +1,126 @@ +# Eletro + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nome | +| `category_id` | String | Categoria | +| `quantity` | Integer | Quantidade | +| `unit_price` | Float | Preço unitário | +| `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome | +| `last_name` | String | Sobrenome | +| `identification` | Object | Dados de identificação | +| `identification_type` | String | Tipo de identificação | +| `identification_number` | String | Número de identificação | +| `phone` | Object | Telefone | +| `area_code` | Integer | Código de área | +| `number` | Integer | Número de telefone | +| `address` | Object | Dados do endereço | +| `zip_code` | String | Código postal | +| `street_name` | String | Nome da rua | +| `street_number` | Integer | Número da rua | +| `authentication_type` | Enum | Tipo de autenticação ("Gmail" - "Facebook" - "Web Nativa" - "Outro") | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +### Sobre envios + +| Object `shipment` | Tipo | Descrição | +| --- | --- | --- | +| `pick_up_on_seller` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | +| `receiver_address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal | +| `state_name` | String | Província | +| `city_name` | String | Cidade | +| `street_number` | Integer | Número da rua | +| `express_shipment` | Boolean | `True` se é, `False` se não é. | + + +``` +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}}' \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Produto", + "description": "Descrição do produto", + "warranty": true, + "category_id": "kitchen", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "local_pickup": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` From 984001e3c9d32e866e3931d17dd9fc72887d060d Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 16:38:44 -0300 Subject: [PATCH 03/40] se agrega tickets and entretainment --- .../industry-data/apparel.en.md | 48 +++++----- .../industry-data/apparel.es.md | 24 ++--- .../industry-data/apparel.pt.md | 42 ++++----- .../industry-data/electro.en.md | 2 +- .../industry-data/electro.es.md | 44 ++++----- .../industry-data/electro.pt.md | 46 +++++----- .../tickets-and-entretainment.en.md | 91 ++++++++++++++++++ .../tickets-and-entretainment.es.md | 92 +++++++++++++++++++ .../tickets-and-entretainment.pt.md | 91 ++++++++++++++++++ 9 files changed, 377 insertions(+), 103 deletions(-) create mode 100644 guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md create mode 100644 guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index 3ec0a23aa4..760a2603fd 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -7,32 +7,32 @@ Add all the additional information you want. | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code | -| `title` | String | Name | -| `type` | String | Type | -| `description` | String | Description | -| `picture_url` | String | Picture URL | -| `category_id` | String | Category | -| `quantity` | Integer | Quantity | -| `unit_price` | Float | Unit price | +| `id` | String | Code. | +| `title` | String | Name. | +| `type` | String | Type. | +| `description` | String | Description. | +| `picture_url` | String | Picture URL. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | #### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name | -| `last_name` | String | Surname | -| `identification` | Object | Identification data | -| `identification_type` | String | Identification type | -| `identification_number` | String | Identification number | -| `phone` | Object | Phone | -| `area_code` | Integer | Area Code | -| `number` | Integer | Phone number | -| `address` | Object | Adress data | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area Code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | | `zip_code` | String | Postal code | -| `street_name` | String | Street name | -| `street_number` | Integer | Street number | -| `authentication_type` | Enum | Authentication type ("Gmail" - "Facebook" - "Native web" - "Other") | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | | `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | | `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | @@ -43,10 +43,10 @@ Add all the additional information you want. | Object `shipment` | Type | Description | | --- | --- | --- | | `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code | -| `state_name` | String | Province | -| `city_name` | String | City | -| `street_number` | Integer | Street number | +| `zip_code` | String | Postal code. | +| `state_name` | String | Province. | +| `city_name` | String | City. | +| `street_number` | Integer | Street number. | | `express_shipment` | Boolean | `True` if it is, `False` if it is not. | ```curl diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index 62c71f3f22..e1308ffc12 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -7,14 +7,14 @@ Agrega toda la información adicional que quieras. | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nombre | -| `type` | String | Tipo | -| `description` | String | Descripción | -| `picture_url` | String | URL de imagen | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `type` | String | Tipo. | +| `description` | String | Descripción. | +| `picture_url` | String | URL de imagen. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | ### Sobre el comprador @@ -44,10 +44,10 @@ Agrega toda la información adicional que quieras. | Object `shipment` | Tipo | Descripción | | --- | --- | --- | | `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal | -| `state_name` | String | Provincia | -| `city_name` | String | Ciudad | -| `street_number` | Integer | Número de calle | +| `zip_code` | String | Código postal. | +| `state_name` | String | Provincia. | +| `city_name` | String | Ciudad. | +| `street_number` | Integer | Número de calle. | | `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | ```curl diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index a30f7810a0..ccb9e9c1e1 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -7,32 +7,32 @@ Adicione todas as informações adicionais que você deseja. | Array `items` | Tipo | Descrição| | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nome | +| `id` | String | Código. | +| `title` | String | Nome. | | `type` | String | Tipo | -| `description` | String | Descrição| -| `picture_url` | String | Imagem URL | -| `category_id` | String | Categoria | -| `quantity` | Integer | Quantidade | -| `unit_price` | Float | Preço unitário | +| `description` | String | Descrição. | +| `picture_url` | String | Imagem URL. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | ### Sobre o comprador -| Object `payer` | Tipo | descrição | +| Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome | -| `last_name` | String | Sobrenome | -| `identification` | Object | Dados de identificação | -| `identification_type` | String | Tipo de identificação | -| `identification_number` | String | Número de identificação | -| `phone` | Object | Telefone | -| `area_code` | Integer | Código de área | -| `number` | Integer | Número de telefone | -| `address` | Object | Dados do endereço | -| `zip_code` | String | Código postal | -| `street_name` | String | Nome da rua | -| `street_number` | Integer | Número da rua | -| `authentication_type` | Enum | Tipo de autenticação ("Gmail" - "Facebook" - "Web Nativa" - "Outro") | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | | `is_prime_user` | Boolean | `True` se é, `False` se nao é. | | `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index 5e664562aa..11af1a32d5 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -40,7 +40,7 @@ Add all the additional information you want. | Object `shipment` | Type | Description | | --- | --- | --- | -| `pick_up_on_seller` | Boolean | `True` if you withdraw in branch, `False` if you do not. | +| `local_pickup` | Boolean | `True` if pickup is in branch, `False` if it is not. | | `receiver_address` | Object | Address of the buyer. | | `zip_code` | String | Postal code | | `state_name` | String | Province | diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 17eca73aaa..e10083d392 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -7,30 +7,30 @@ Agrega toda la información adicional que quieras. | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código | +| `id` | String | Código. | | `title` | String | Nombre | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | | `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre | -| `last_name` | String | Apellido | -| `identification` | Object | Datos de identificación | -| `identification_type` | String | Tipo de identificación | -| `identification_number` | String | Número de identificación | -| `phone` | Object | Teléfono | -| `area_code` | Integer | Código de área | -| `number` | Integer | Número de teléfono | -| `address` | Object | Datos de dirección | -| `zip_code` | String | Código postal | -| `street_name` | String | Nombre de calle | -| `street_number` | Integer | Número de calle | -| `authentication_type` | Enum | Tipo de autenticación ("Gmail" - "Facebook" - "Web Nativa" - "Otro") | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación ("Gmail" - "Facebook" - "Web Nativa" - "Otro"). | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | | `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | | `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | @@ -40,12 +40,12 @@ Agrega toda la información adicional que quieras. | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `pick_up_on_seller` | Boolean | `True` si retira en sucursal, `False` si no lo hace | +| `local_pickup` | Boolean | `True` si retira en sucursal, `False` si no lo hace. | | `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal | -| `state_name` | String | Provincia | -| `city_name` | String | Ciudad | -| `street_number` | Integer | Número de calle | +| `zip_code` | String | Código postal. | +| `state_name` | String | Provincia. | +| `city_name` | String | Ciudad. | +| `street_number` | Integer | Número de calle. | | `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | ``` diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index c827a766ef..46a135cb46 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -7,30 +7,30 @@ Adicione todas as informações adicionais que você deseja. | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nome | -| `category_id` | String | Categoria | -| `quantity` | Integer | Quantidade | -| `unit_price` | Float | Preço unitário | +| `id` | String | Código. | +| `title` | String | Nome. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | | `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome | -| `last_name` | String | Sobrenome | -| `identification` | Object | Dados de identificação | -| `identification_type` | String | Tipo de identificação | -| `identification_number` | String | Número de identificação | -| `phone` | Object | Telefone | -| `area_code` | Integer | Código de área | -| `number` | Integer | Número de telefone | -| `address` | Object | Dados do endereço | -| `zip_code` | String | Código postal | -| `street_name` | String | Nome da rua | -| `street_number` | Integer | Número da rua | -| `authentication_type` | Enum | Tipo de autenticação ("Gmail" - "Facebook" - "Web Nativa" - "Outro") | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação ("Gmail" - "Facebook" - "Web Nativa" - "Outro"). | | `registration_date` | Date | Data de registro do comprador no site. | | `is_prime_user` | Boolean | `True` se é, `False` se não é. | | `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | @@ -40,12 +40,12 @@ Adicione todas as informações adicionais que você deseja. | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `pick_up_on_seller` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | +| `local_pickup` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | | `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal | -| `state_name` | String | Província | -| `city_name` | String | Cidade | -| `street_number` | Integer | Número da rua | +| `zip_code` | String | Código postal. | +| `state_name` | String | Província. | +| `city_name` | String | Cidade. | +| `street_number` | Integer | Número da rua. | | `express_shipment` | Boolean | `True` se é, `False` se não é. | diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md new file mode 100644 index 0000000000..ee9d20cdaf --- /dev/null +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md @@ -0,0 +1,91 @@ +# Tickets and entertainment + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code | +| `title` | String | Name | +| `description` | String | Payment reason or item title | +| `category_id` | String | Category | +| `quantity` | Integer | Quantity | +| `unit_price` | Float | Unit price | +| `event_date` | Date | Event date | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name | +| `last_name` | String | Surname | +| `identification` | Object | Identification data | +| `identification_type` | String | Identification type | +| `identification_number` | String | Identification number | +| `phone` | Object | Phone | +| `area_code` | Integer | Area Code | +| `number` | Integer | Phone number | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--data-raw '{ + "transaction_amount": 12.34, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO - INGRESSO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1941", + "title": "25/08/2022 | Pista Inteira5 lote - GREEN VALLEY GRAMADO 2022", + "description": "25/08/2022 | Pista Inteira5 lote - GREEN VALLEY GRAMADO 2022", + "category_id": "Tickets", + "quantity": 1, + "unit_price": 100.00, + "event_date": "2019-12-25T19:30:00.000-03:00" + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "registration_date": "2020-08-06T09:25:04.000-03:00", + "authentication_type":"Gmail" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index e69de29bb2..d590b6b1cd 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -0,0 +1,92 @@ +# Tickets y entretenimiento + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `description` | String | Razón del pago o nombre del ítem. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | +| `event_date` | Date | Fecha. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--data-raw '{ + "transaction_amount": 12.34, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO - INGRESSO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1941", + "title": "25/08/2022 | Pista Inteira5 lote - GREEN VALLEY GRAMADO 2022", + "description": "25/08/2022 | Pista Inteira5 lote - GREEN VALLEY GRAMADO 2022", + "category_id": "Tickets", + "quantity": 1, + "unit_price": 100.00, + "event_date": "2019-12-25T19:30:00.000-03:00" + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "registration_date": "2020-08-06T09:25:04.000-03:00", + "authentication_type":"Gmail" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md new file mode 100644 index 0000000000..c46f45e562 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -0,0 +1,91 @@ +# Tickets e entretenimento + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Codigo. | +| `title` | String | Nome. | +| `description` | String | Motivo do pagamento ou nome do item. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | +| `event_date` | Date | Data. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--data-raw '{ + "transaction_amount": 12.34, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO - INGRESSO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1941", + "title": "25/08/2022 | Pista Inteira5 lote - GREEN VALLEY GRAMADO 2022", + "description": "25/08/2022 | Pista Inteira5 lote - GREEN VALLEY GRAMADO 2022", + "category_id": "Tickets", + "quantity": 1, + "unit_price": 100.00, + "event_date": "2019-12-25T19:30:00.000-03:00" + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "registration_date": "2020-08-06T09:25:04.000-03:00", + "authentication_type":"Gmail" + } + } +}' +``` \ No newline at end of file From 458effdfeb827cfc5cdf1dc5e343e22ad3282916 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 16:42:21 -0300 Subject: [PATCH 04/40] se agrega el valor description a items en electro --- guides/checkout-api-v2/industry-data/electro.en.md | 1 + guides/checkout-api-v2/industry-data/electro.es.md | 1 + guides/checkout-api-v2/industry-data/electro.pt.md | 1 + 3 files changed, 3 insertions(+) diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index 11af1a32d5..de68e5514f 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -9,6 +9,7 @@ Add all the additional information you want. | --- | --- | --- | | `id` | String | Code | | `title` | String | Name | +| `description` | String | Description of the item. | | `category_id` | String | Category | | `quantity` | Integer | Quantity | | `unit_price` | Float | Unit price | diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index e10083d392..3a49a04f92 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -9,6 +9,7 @@ Agrega toda la información adicional que quieras. | --- | --- | --- | | `id` | String | Código. | | `title` | String | Nombre | +| `description` | String | Descripción del ítem. | | `category_id` | String | Categoría. | | `quantity` | Integer | Cantidad. | | `unit_price` | Float | Precio unitario. | diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 46a135cb46..e4885cc622 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -9,6 +9,7 @@ Adicione todas as informações adicionais que você deseja. | --- | --- | --- | | `id` | String | Código. | | `title` | String | Nome. | +| `description` | String | Descrição do item. | | `category_id` | String | Categoria. | | `quantity` | Integer | Quantidade. | | `unit_price` | Float | Preço unitário. | From 0da34cb0471c0d87b86422b447a379a6c1108244 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 16:49:52 -0300 Subject: [PATCH 05/40] se suma home and deco --- .../industry-data/home-and-deco.en.md | 124 ++++++++++++++++++ .../industry-data/home-and-deco.es.md | 124 ++++++++++++++++++ .../industry-data/home-and-deco.pt.md | 124 ++++++++++++++++++ 3 files changed, 372 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/home-and-deco.en.md create mode 100644 guides/checkout-api-v2/industry-data/home-and-deco.pt.md diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md new file mode 100644 index 0000000000..9c4187071f --- /dev/null +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -0,0 +1,124 @@ +# Home & deco + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `description` | String | Description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | +| `warranty` | Boolean | `True` if the product has a guarantee, `False` if it does not. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +#### About shipments + +| Object `shipment` | Type | Description | +| --- | --- | --- | +| `receiver_address` | Object | Address of the buyer. | +| `zip_code` | String | Postal code. | +| `state_name` | String | Province. | +| `city_name` | String | City. | +| `street_number` | Integer | Street number. | +| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "warranty": true, + "description": "Descrição de serviço", + "category_id": "kitchen", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index e69de29bb2..38014eea55 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -0,0 +1,124 @@ +# Home & deco + +## Campos a enviar +Agrega toda la información adicional que quieras. + +#### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nombre | +| `description` | String | Descripción | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | +| `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +### Sobre envíos + +| Object `shipment` | Tipo | Descripción | +| --- | --- | --- | +| `receiver_address` | Object | Datos de dirección del comprador. | +| `zip_code` | String | Código postal. | +| `state_name` | String | Provincia. | +| `city_name` | String | Ciudad. | +| `street_number` | Integer | Número de calle. | +| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "warranty": true, + "description": "Descrição de serviço", + "category_id": "kitchen", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md new file mode 100644 index 0000000000..44ca3e70f0 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -0,0 +1,124 @@ +## Casa e decoração + +### Campos para enviar +Adicione todas as informações adicionais que você deseja. + +#### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | +| `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | + +#### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +#### Sobre envios + +| Object `shipment` | Tipo | Descrição | +| --- | --- | --- | +| `receiver_address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal. | +| `state_name` | String | Província. | +| `city_name` | String | Cidade. | +| `street_number` | Integer | Número da rua. | +| `express_shipment` | Boolean | `True` se é, `False` se não é. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "warranty": true, + "description": "Descrição de serviço", + "category_id": "kitchen", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name":"SP", + "city_name":"Osasco" + } + } + } +}' +``` \ No newline at end of file From e435b95d5a4b796dd68853e5aeb776d614c8fbb4 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 16:55:28 -0300 Subject: [PATCH 06/40] se agrega applications and online platforms --- .../applications-online-platforms.en.md | 97 +++++++++++++++++++ .../applications-online-platforms.es.md | 97 +++++++++++++++++++ .../applications-online-platforms.pt.md | 97 +++++++++++++++++++ 3 files changed, 291 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/applications-online-platforms.en.md create mode 100644 guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md new file mode 100644 index 0000000000..f242e04976 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -0,0 +1,97 @@ +# Applications and online platforms + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "category_id": "games", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index e69de29bb2..c7e29f50c0 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -0,0 +1,97 @@ +# Aplicaciones y plataformas online + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nombre | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre | +| `last_name` | String | Apellido | +| `identification` | Object | Datos de identificación | +| `identification_type` | String | Tipo de identificación | +| `identification_number` | String | Número de identificación | +| `phone` | Object | Teléfono | +| `area_code` | Integer | Código de área | +| `number` | Integer | Número de teléfono | +| `address` | Object | Datos de dirección | +| `zip_code` | String | Código postal | +| `street_name` | String | Nombre de calle | +| `street_number` | Integer | Número de calle | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "category_id": "games", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md new file mode 100644 index 0000000000..3203738bd0 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -0,0 +1,97 @@ +# Aplicativos e plataformas online + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "category_id": "games", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file From 3151ce9be778bba366dc04cbed88ba1a863b06be Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 17:00:37 -0300 Subject: [PATCH 07/40] se agrega retail --- .../industry-data/retail.en.md | 125 ++++++++++++++++++ .../industry-data/retail.es.md | 125 ++++++++++++++++++ .../industry-data/retail.pt.md | 125 ++++++++++++++++++ 3 files changed, 375 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/retail.en.md create mode 100644 guides/checkout-api-v2/industry-data/retail.pt.md diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md new file mode 100644 index 0000000000..6f8700d96e --- /dev/null +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -0,0 +1,125 @@ +# Retail + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code | +| `title` | String | Name. | +| `description` | String | Description. | +| `picture_url` | String | Picture URL. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | AType of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +### About shipments + +| Object `shipment` | Type | Description | +| --- | --- | --- | +| `receiver_address` | Object | Address of the buyer. | +| `zip_code` | String | Postal code. | +| `state_name` | String | Province. | +| `city_name` | String | City. | +| `street_number` | Integer | Street number. | +| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "picture_url": "{{picture_url}}", + "description": "Descrição de serviço", + "category_id": "pantry", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index e69de29bb2..fdc7216685 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -0,0 +1,125 @@ +# Retail + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nombre | +| `description` | String | Descripción | +| `picture_url` | String | URL de imagen | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre | +| `last_name` | String | Apellido | +| `identification` | Object | Datos de identificación | +| `identification_type` | String | Tipo de identificación | +| `identification_number` | String | Número de identificación | +| `phone` | Object | Teléfono | +| `area_code` | Integer | Código de área | +| `number` | Integer | Número de teléfono | +| `address` | Object | Datos de dirección | +| `zip_code` | String | Código postal | +| `street_name` | String | Nombre de calle | +| `street_number` | Integer | Número de calle | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +### Sobre envíos + +| Object `shipment` | Tipo | Descripción | +| --- | --- | --- | +| `receiver_address` | Object | Datos de dirección del comprador. | +| `zip_code` | String | Código postal | +| `state_name` | String | Provincia | +| `city_name` | String | Ciudad | +| `street_number` | Integer | Número de calle | +| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "picture_url": "{{picture_url}}", + "description": "Descrição de serviço", + "category_id": "pantry", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md new file mode 100644 index 0000000000..050dcf7fbb --- /dev/null +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -0,0 +1,125 @@ +# Retail + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `picture_url` | String | Imagem URL. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +### Sobre envios + +| Object `shipment` | Tipo | Descrição | +| --- | --- | --- | +| `receiver_address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal. | +| `state_name` | String | Província. | +| `city_name` | String | Cidade .| +| `street_number` | Integer | Número da rua. | +| `express_shipment` | Boolean | `True` se é, `False` se não é. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "picture_url": "{{picture_url}}", + "description": "Descrição de serviço", + "category_id": "pantry", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "express_shipment": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` \ No newline at end of file From 022ea73e8c437289c88312089418e2cd4e8e6224 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 17:06:27 -0300 Subject: [PATCH 08/40] se agrega goverment and public services --- .../goverments-public-services.en.md | 102 ++++++++++++++++++ .../goverments-public-services.es.md | 102 ++++++++++++++++++ .../goverments-public-services.pt.md | 102 ++++++++++++++++++ 3 files changed, 306 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/goverments-public-services.en.md create mode 100644 guides/checkout-api-v2/industry-data/goverments-public-services.pt.md diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md new file mode 100644 index 0000000000..75ecacf55b --- /dev/null +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -0,0 +1,102 @@ +# Government and public services + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `description` | String | Description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | +| `event_date` | Date | Event date. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname.| +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "event_date": "2019-12-25T19:30:00.000-03:00", + "description": "Descrição de serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' + +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index e69de29bb2..389d6a567c 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -0,0 +1,102 @@ +# Gobierno y servicios públicos + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `description` | String | Descripción. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | +| `event_date` | Date | Fecha del evento. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "event_date": "2019-12-25T19:30:00.000-03:00", + "description": "Descrição de serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' + +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md new file mode 100644 index 0000000000..db4b4f9a5f --- /dev/null +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -0,0 +1,102 @@ +# Serviços governamentais e públicos + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | +| `event_date` | Date |Data do evento. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "event_date": "2019-12-25T19:30:00.000-03:00", + "description": "Descrição de serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' + +``` \ No newline at end of file From b06ded42faef723ebbe2febb3803b61ba58a490a Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 17:31:39 -0300 Subject: [PATCH 09/40] se agrega turismo --- .../industry-data/tourism.en.md | 128 +++++++++++++++++ .../industry-data/tourism.es.md | 129 ++++++++++++++++++ .../industry-data/tourism.pt.md | 128 +++++++++++++++++ 3 files changed, 385 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/tourism.en.md create mode 100644 guides/checkout-api-v2/industry-data/tourism.pt.md diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md new file mode 100644 index 0000000000..1a16a505d6 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -0,0 +1,128 @@ +# Tourism + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `description` | String | Description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | +| `category_descriptor` | Object | Category description. | +| `passenger` | Object | Additional passenger information. | +| `first_name`| String | Passenger's first name. | +| `last_name` | String | Passenger's last name. | +| `type` | String | Type of passenger identification. It is found within the `identification` object. | +| `number` | String | Passenger's identification number. It is found within the `identification` object. | +| `route` | Object | Route information. | +| `departure` | String | Departure. | +| `destination` | String | Arrival. | +| `departure_date_time` | Date | Departure date. | +| `arrival_date_time` | Date | Arrival date. | +| `company` | String | Company. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 1500.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Ticket01", + "description": "BOG - GRU", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "travels", + "category_descriptor": { + "passenger": { + "first_name": "Passenger Nome", + "last_name": "Passenger Sobrenome", + "identification": { + "type": "DNI", + "number": "012345678" + } + }, + "route": { + "departure": "Osasco", + "destination": "Sao Paulo", + "departure_date_time": "2022-03-12T12:58:41.425-04:00", + "arrival_date_time": "2022-03-14T12:58:41.425-04:00", + "company": "Companhia" + } + }, + "quantity": 1, + "unit_price": 1500 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index e69de29bb2..c05167cad5 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -0,0 +1,129 @@ +# Turismo + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código | +| `title` | String | Nombre | +| `description` | String | Descripción | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | +| `category_descriptor` | Object | Descripción de la categoría. | +| `passenger` | Object | Información adicional del pasajero. | +| `first_name`| String | Nombre del pasajero | +| `last_name` | String | Apellido del pasajero | +| `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +| `route` | Object | Información de la ruta | +| `departure` | String | Salida | +| `destination` | String | Llegada | +| `departure_date_time` | Date | Fecha de salida | +| `arrival_date_time` | Date | Fecha de llegada | +| `company` | String | Compañía | + +### Sobre el comprador + +| Objeto `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre | +| `last_name` | String | Apellido | +| `identification` | Object | Datos de identificación | +| `identification_type` | String | Tipo de identificación | +| `identification_number` | String | Número de identificación | +| `phone` | Object | Teléfono | +| `area_code` | Integer | Código de área | +| `number` | Integer | Número de teléfono | +| `address` | Object | Datos de dirección | +| `zip_code` | String | Código postal | +| `street_name` | String | Nombre de calle | +| `street_number` | Integer | Número de calle | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 1500.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Ticket01", + "description": "BOG - GRU", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "travels", + "category_descriptor": { + "passenger": { + "first_name": "Passenger Nome", + "last_name": "Passenger Sobrenome", + "identification": { + "type": "DNI", + "number": "012345678" + } + }, + "route": { + "departure": "Osasco", + "destination": "Sao Paulo", + "departure_date_time": "2022-03-12T12:58:41.425-04:00", + "arrival_date_time": "2022-03-14T12:58:41.425-04:00", + "company": "Companhia" + } + }, + "quantity": 1, + "unit_price": 1500 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md new file mode 100644 index 0000000000..52cc8f08d7 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -0,0 +1,128 @@ +# Turismo + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | +| `category_descriptor` | Object | Descrição de la categoría. | +| `passenger` | Object |Informações adicionais sobre passageiros. | +| `first_name`| String | Nome do passageiro. | +| `last_name` | String | Sobrenome do passageiro. | +| `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | +| `route` | Object |Informações da rota. | +| `departure` | String | Saída. | +| `destination` | String | Chegada. | +| `departure_date_time` | Date | Data de saída. | +| `arrival_date_time` | Date | Data de chegada. | +| `company` | String | Companhia. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 1500.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Ticket01", + "description": "BOG - GRU", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "travels", + "category_descriptor": { + "passenger": { + "first_name": "Passenger Nome", + "last_name": "Passenger Sobrenome", + "identification": { + "type": "DNI", + "number": "012345678" + } + }, + "route": { + "departure": "Osasco", + "destination": "Sao Paulo", + "departure_date_time": "2022-03-12T12:58:41.425-04:00", + "arrival_date_time": "2022-03-14T12:58:41.425-04:00", + "company": "Companhia" + } + }, + "quantity": 1, + "unit_price": 1500 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file From 438a5fff438785a0a7a9ed7ed79a16dc1dd190f8 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 17:42:45 -0300 Subject: [PATCH 10/40] se agrega turismo --- .../industry-data/tourism.es.md | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index c05167cad5..add52f9246 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -7,41 +7,41 @@ Agrega toda la información adicional que quieras. | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nombre | -| `description` | String | Descripción | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `description` | String | Descripción. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | | `category_descriptor` | Object | Descripción de la categoría. | | `passenger` | Object | Información adicional del pasajero. | -| `first_name`| String | Nombre del pasajero | -| `last_name` | String | Apellido del pasajero | +| `first_name`| String | Nombre del pasajero. | +| `last_name` | String | Apellido del pasajero. | | `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | -| `route` | Object | Información de la ruta | -| `departure` | String | Salida | -| `destination` | String | Llegada | -| `departure_date_time` | Date | Fecha de salida | -| `arrival_date_time` | Date | Fecha de llegada | -| `company` | String | Compañía | +| `route` | Object | Información de la ruta. | +| `departure` | String | Salida. | +| `destination` | String | Llegada. | +| `departure_date_time` | Date | Fecha de salida. | +| `arrival_date_time` | Date | Fecha de llegada. | +| `company` | String | Compañía. | ### Sobre el comprador | Objeto `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre | -| `last_name` | String | Apellido | -| `identification` | Object | Datos de identificación | -| `identification_type` | String | Tipo de identificación | -| `identification_number` | String | Número de identificación | -| `phone` | Object | Teléfono | -| `area_code` | Integer | Código de área | -| `number` | Integer | Número de teléfono | -| `address` | Object | Datos de dirección | -| `zip_code` | String | Código postal | -| `street_name` | String | Nombre de calle | -| `street_number` | Integer | Número de calle | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | | `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | From 4d12b42003674fde758a43e33ba7ed07895e0b4f Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 17:50:40 -0300 Subject: [PATCH 11/40] se agrega campo a turismo --- guides/checkout-api-v2/industry-data/tourism.en.md | 1 + guides/checkout-api-v2/industry-data/tourism.es.md | 1 + guides/checkout-api-v2/industry-data/tourism.pt.md | 1 + 3 files changed, 3 insertions(+) diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md index 1a16a505d6..a933842976 100644 --- a/guides/checkout-api-v2/industry-data/tourism.en.md +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -17,6 +17,7 @@ Add all the additional information you want. | `passenger` | Object | Additional passenger information. | | `first_name`| String | Passenger's first name. | | `last_name` | String | Passenger's last name. | +| `identification` | Object | Passenger identification information. | | `type` | String | Type of passenger identification. It is found within the `identification` object. | | `number` | String | Passenger's identification number. It is found within the `identification` object. | | `route` | Object | Route information. | diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index add52f9246..478ea157d4 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -17,6 +17,7 @@ Agrega toda la información adicional que quieras. | `passenger` | Object | Información adicional del pasajero. | | `first_name`| String | Nombre del pasajero. | | `last_name` | String | Apellido del pasajero. | +| `identification` | Object | Información de identificación del pasajero | | `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `route` | Object | Información de la ruta. | diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index 52cc8f08d7..c6544860c2 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -17,6 +17,7 @@ Adicione todas as informações adicionais que você deseja. | `passenger` | Object |Informações adicionais sobre passageiros. | | `first_name`| String | Nome do passageiro. | | `last_name` | String | Sobrenome do passageiro. | +| `identification` | Object | Informações de identificação do passageiro. | | `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | | `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | | `route` | Object |Informações da rota. | From 2d363a737649478e01a272da9f14589bcfca94bb Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 18:04:08 -0300 Subject: [PATCH 12/40] se agrega hospitality --- .../industry-data/hospitality.en.md | 116 ++++++++++++++++++ .../industry-data/hospitality.es.md | 116 ++++++++++++++++++ .../industry-data/hospitality.pt.md | 116 ++++++++++++++++++ .../industry-data/tourism.es.md | 2 +- 4 files changed, 349 insertions(+), 1 deletion(-) create mode 100644 guides/checkout-api-v2/industry-data/hospitality.en.md create mode 100644 guides/checkout-api-v2/industry-data/hospitality.pt.md diff --git a/guides/checkout-api-v2/industry-data/hospitality.en.md b/guides/checkout-api-v2/industry-data/hospitality.en.md new file mode 100644 index 0000000000..4c6aeb61e7 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/hospitality.en.md @@ -0,0 +1,116 @@ +# Hospitality + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | +| `event_date` | Date | Event date. | +| `category_descriptor` | Object | Category description. | +| `passenger` | Object | Additional passenger information. | +| `first_name`| String | Passenger's first name. | +| `last_name` | String | Passenger's last name. | +| `identification` | Object | Passenger identification information. | +| `type` | String | Type of passenger identification. It is found within the `identification` object. | +| `number` | String | Passenger's identification number. It is found within the `identification` object. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 800.00, + "installments": 1, + "statement_descriptor": "Hotel 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Reference01", + "description": "Room 1002 - 3 nights", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "event_date": "2019-12-25T19:30:00.000-03:00", + "category_id": "accommodations", + "category_descriptor": { + "passenger": { + "first_name": "Guest Nome", + "last_name": "Guest Sobrenome", + "identification": { + "type": "DNI", + "number": "012345678" + } + } + }, + "quantity": 1, + "unit_price": 800 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index e69de29bb2..9729e66175 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -0,0 +1,116 @@ +# Hotelería + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | +| `event_date` | Date | Fecha del evento. | +| `category_descriptor` | Object | Descripción de la categoría. | +| `passenger` | Object | Información adicional del pasajero. | +| `first_name`| String | Nombre del pasajero. | +| `last_name` | String | Apellido del pasajero. | +| `identification` | Object | Información de identificación del pasajero. | +| `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 800.00, + "installments": 1, + "statement_descriptor": "Hotel 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Reference01", + "description": "Room 1002 - 3 nights", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "event_date": "2019-12-25T19:30:00.000-03:00", + "category_id": "accommodations", + "category_descriptor": { + "passenger": { + "first_name": "Guest Nome", + "last_name": "Guest Sobrenome", + "identification": { + "type": "DNI", + "number": "012345678" + } + } + }, + "quantity": 1, + "unit_price": 800 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md new file mode 100644 index 0000000000..41ce936f7f --- /dev/null +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -0,0 +1,116 @@ +# Hospitalidade + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | +| `event_date` | Date |Data do evento. | +| `category_descriptor` | Object | Descrição de la categoría. | +| `passenger` | Object |Informações adicionais sobre passageiros. | +| `first_name`| String | Nome do passageiro. | +| `last_name` | String | Sobrenome do passageiro. | +| `identification` | Object | Informações de identificação do passageiro. | +| `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 800.00, + "installments": 1, + "statement_descriptor": "Hotel 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Reference01", + "description": "Room 1002 - 3 nights", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "event_date": "2019-12-25T19:30:00.000-03:00", + "category_id": "accommodations", + "category_descriptor": { + "passenger": { + "first_name": "Guest Nome", + "last_name": "Guest Sobrenome", + "identification": { + "type": "DNI", + "number": "012345678" + } + } + }, + "quantity": 1, + "unit_price": 800 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index 478ea157d4..14147989c8 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -17,7 +17,7 @@ Agrega toda la información adicional que quieras. | `passenger` | Object | Información adicional del pasajero. | | `first_name`| String | Nombre del pasajero. | | `last_name` | String | Apellido del pasajero. | -| `identification` | Object | Información de identificación del pasajero | +| `identification` | Object | Información de identificación del pasajero. | | `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `route` | Object | Información de la ruta. | From 21f98a61ebdf547d570b58996ed7d21fad9bcf12 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 18:09:51 -0300 Subject: [PATCH 13/40] se agrega utilities --- .../industry-data/utilities.en.md | 97 +++++++++++++++++++ .../industry-data/utilities.es.md | 97 +++++++++++++++++++ .../industry-data/utilities.pt.md | 97 +++++++++++++++++++ 3 files changed, 291 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/utilities.en.md create mode 100644 guides/checkout-api-v2/industry-data/utilities.pt.md diff --git a/guides/checkout-api-v2/industry-data/utilities.en.md b/guides/checkout-api-v2/industry-data/utilities.en.md new file mode 100644 index 0000000000..3c395003a9 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/utilities.en.md @@ -0,0 +1,97 @@ +# Utilities + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md index e69de29bb2..f2d4bfca02 100644 --- a/guides/checkout-api-v2/industry-data/utilities.es.md +++ b/guides/checkout-api-v2/industry-data/utilities.es.md @@ -0,0 +1,97 @@ +# Utilities + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md new file mode 100644 index 0000000000..9dd2528a65 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -0,0 +1,97 @@ +# Utilities + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação.| +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "3003" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file From 6741fc6a076bcf90a248e8aca4012eb51c41674c Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 18:29:26 -0300 Subject: [PATCH 14/40] se agrega direct sale --- .../industry-data/direct-sale.en.md | 125 ++++++++++++++++++ .../industry-data/direct-sale.es.md | 125 ++++++++++++++++++ .../industry-data/direct-sale.pt.md | 125 ++++++++++++++++++ .../industry-data/electro.en.md | 2 +- .../industry-data/electro.es.md | 2 +- .../industry-data/electro.pt.md | 2 +- 6 files changed, 378 insertions(+), 3 deletions(-) create mode 100644 guides/checkout-api-v2/industry-data/direct-sale.en.md create mode 100644 guides/checkout-api-v2/industry-data/direct-sale.pt.md diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md new file mode 100644 index 0000000000..c749b7cbcb --- /dev/null +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -0,0 +1,125 @@ +# Direct sale + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `description` | String | Description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +### About shipments + +| Object `shipment` | Type | Description | +| --- | --- | --- | +| `receiver_address` | Object | Address of the buyer. | +| `zip_code` | String | Postal code. | +| `state_name` | String | Province. | +| `city_name` | String | City. | +| `street_number` | Integer | Street number. | +| `floor` | String | Floor. | +| `apartment` | String | Apartament. | +| `local_pickup` | Boolean | `1` if withdrawn at branch, `0` if not. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 1500.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Direct sale", + "description": "Gold ring", + "category_id": "jewelry", + "quantity": 1, + "unit_price": 1500 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "local_pickup": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` + diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index e69de29bb2..b47b1394e7 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -0,0 +1,125 @@ +# Venta directa + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `description` | String | Descripción. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | String | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | String | Fecha de la última compra en el sitio. | + +### Sobre envíos + +| Object `shipment` | Tipo | Descripción | +| --- | --- | --- | +| `receiver_address` | Object | Datos de dirección del comprador. | +| `zip_code` | String | Código postal | +| `state_name` | String | Provincia | +| `city_name` | String | Ciudad | +| `street_number` | Integer | Número de calle | +| `floor` | String | Piso | +| `apartment` | String | Apartamento | +| `local_pickup` | Boolean | `1` si se retira en sucursal, `0` si no lo hace. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 1500.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Direct sale", + "description": "Gold ring", + "category_id": "jewelry", + "quantity": 1, + "unit_price": 1500 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "local_pickup": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` + diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md new file mode 100644 index 0000000000..b063de8723 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -0,0 +1,125 @@ +# Venda direta + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +### Sobre envios + +| Object `shipment` | Tipo | Descrição | +| --- | --- | --- | +| `receiver_address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal. | +| `state_name` | String | Província. | +| `city_name` | String | Cidade. | +| `street_number` | Integer | Número da rua. | +| `floor` | String | Piso. | +| `apartment` | String | Apartamento. | +| `local_pickup` | Boolean | `1` se retira na agência ou na loja, `0` se não retira. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 1500.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Direct sale", + "description": "Gold ring", + "category_id": "jewelry", + "quantity": 1, + "unit_price": 1500 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "local_pickup": "1", + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "3003", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` + diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index de68e5514f..26af05d658 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -31,7 +31,7 @@ Add all the additional information you want. | `zip_code` | String | Postal code | | `street_name` | String | Street name | | `street_number` | Integer | Street number | -| `authentication_type` | Enum | Authentication type ("Gmail" - "Facebook" - "Native web" - "Other") | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | | `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | | `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 3a49a04f92..2253c79a59 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -31,7 +31,7 @@ Agrega toda la información adicional que quieras. | `zip_code` | String | Código postal. | | `street_name` | String | Nombre de calle. | | `street_number` | Integer | Número de calle. | -| `authentication_type` | Enum | Tipo de autenticación ("Gmail" - "Facebook" - "Web Nativa" - "Otro"). | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | | `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | | `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index e4885cc622..18d426d0a7 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -31,7 +31,7 @@ Adicione todas as informações adicionais que você deseja. | `zip_code` | String | Código postal. | | `street_name` | String | Nome da rua. | | `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação ("Gmail" - "Facebook" - "Web Nativa" - "Outro"). | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | | `is_prime_user` | Boolean | `True` se é, `False` se não é. | | `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | From 0af56b71bc26e8fa23b659c86637b22d2431b1f5 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 18:37:32 -0300 Subject: [PATCH 15/40] se agrega automoviles y nautical --- .../automobiles-and-nautical.en.md | 124 ++++++++++++++++++ .../automobiles-and-nautical.es.md | 124 ++++++++++++++++++ .../automobiles-and-nautical.pt.md | 122 +++++++++++++++++ .../industry-data/direct-sale.es.md | 4 +- 4 files changed, 372 insertions(+), 2 deletions(-) create mode 100644 guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md create mode 100644 guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md new file mode 100644 index 0000000000..db9a14f13e --- /dev/null +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -0,0 +1,124 @@ +# Automobiles and nautical + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Code. | +| `title` | String | Name. | +| `description` | String | Description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area Code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +### About shipments + +| Object `shipment` | Type | Description | +| --- | --- | --- | +| `receiver_address` | Object | Address of the buyer. | +| `zip_code` | String | Postal code. | +| `state_name` | String | Province. | +| `city_name` | String | City. | +| `street_number` | Integer | Street number. | +| `floor` | String | Floor. | +| `apartment` | String | Apartament. | +| `local_pickup` | Boolean | `True` if withdrawn at branch, `False` if not. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 15000.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "truck", + "quantity": 1, + "unit_price": 15000 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "local_pickup": true, + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "330033", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` + + diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index e69de29bb2..cc5f810da0 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -0,0 +1,124 @@ +# Automóviles y náuticas + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `description` | String | Descripción | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +### Sobre envíos + +| Object `shipment` | Tipo | Descripción | +| --- | --- | --- | +| `receiver_address` | Object | Datos de dirección del comprador. | +| `zip_code` | String | Código postal. | +| `state_name` | String | Provincia. | +| `city_name` | String | Ciudad. | +| `street_number` | Integer | Número de calle. | +| `floor` | String | Piso. | +| `apartment` | String | Departamento. | +| `local_pickup` | Boolean | `True` si se retira en sucursal, `False` si no lo hace. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 15000.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "truck", + "quantity": 1, + "unit_price": 15000 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "local_pickup": true, + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "330033", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` + + diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md new file mode 100644 index 0000000000..0227f1c1cf --- /dev/null +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -0,0 +1,122 @@ +# Automóveis e náutica + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +### Sobre envios + +| Object `shipment` | Tipo | Descrição | +| --- | --- | --- | +| `receiver_address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal. | +| `state_name` | String | Província. | +| `city_name` | String | Cidade. | +| `street_number` | Integer | Número da rua. | +| `floor` | String | Piso. | +| `apartment` | String | Apartamento. | +| `local_pickup` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 15000.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "truck", + "quantity": 1, + "unit_price": 15000 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + }, + "shipments": { + "local_pickup": true, + "receiver_address": { + "zip_code": "306233-2003", + "street_name": "Av. das Nações Unidas", + "street_number": "330033", + "floor": "5", + "apartment": "502", + "state_name": "DF", + "city_name": "Bogota" + } + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index b47b1394e7..b89930ca6f 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -31,10 +31,10 @@ Agrega toda la información adicional que quieras. | `street_name` | String | Nombre de calle. | | `street_number` | Integer | Número de calle. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | -| `registration_date` | String | Fecha de registro del comprador en el sitio. | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | | `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | | `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | -| `last_purchase` | String | Fecha de la última compra en el sitio. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos From bead39dca2f81bdd82d1a0715c2ed6028314b9a4 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 5 Dec 2024 18:42:03 -0300 Subject: [PATCH 16/40] se suma urban transport --- .../industry-data/urban-transport.en.md | 99 +++++++++++++++++++ .../industry-data/urban-transport.es.md | 99 +++++++++++++++++++ .../industry-data/urban-transport.pt.md | 99 +++++++++++++++++++ 3 files changed, 297 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/urban-transport.en.md create mode 100644 guides/checkout-api-v2/industry-data/urban-transport.pt.md diff --git a/guides/checkout-api-v2/industry-data/urban-transport.en.md b/guides/checkout-api-v2/industry-data/urban-transport.en.md new file mode 100644 index 0000000000..fe589ac1e2 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/urban-transport.en.md @@ -0,0 +1,99 @@ +# Urban transport + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Cod. | +| `title` | String | Name. | +| `description` | String | Description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area Code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md index e69de29bb2..6766681457 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.es.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.es.md @@ -0,0 +1,99 @@ +# Transporte urbano + +## Campos a enviar +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nombre. | +| `description` | String | Descripción. | +| `category_id` | String | Categoría. | +| `quantity` | Integer | Cantidad. | +| `unit_price` | Float | Precio unitario. | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md new file mode 100644 index 0000000000..07e324783b --- /dev/null +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -0,0 +1,99 @@ +# Transporte urbano + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "description": "Descrição de serviço", + "category_id": "service", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' +``` \ No newline at end of file From 83c0457c34ce96d5822a66bf7c4e6990e0f78ce8 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Fri, 6 Dec 2024 15:18:21 -0300 Subject: [PATCH 17/40] se agrega gambling --- .../industry-data/gambling.en.md | 101 +++++++++++++++++ .../industry-data/gambling.es.md | 102 ++++++++++++++++++ .../industry-data/gambling.pt.md | 100 +++++++++++++++++ 3 files changed, 303 insertions(+) create mode 100644 guides/checkout-api-v2/industry-data/gambling.en.md create mode 100644 guides/checkout-api-v2/industry-data/gambling.es.md create mode 100644 guides/checkout-api-v2/industry-data/gambling.pt.md diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md new file mode 100644 index 0000000000..e310adf550 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -0,0 +1,101 @@ +# Gambling + +## Fields to send +Add all the additional information you want. + +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Cod. | +| `title` | String | Name. | +| `warranty` | Boolean | `True` if it is, `False` if it is not. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity. | +| `unit_price` | Float | Unit price. | + +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Name. | +| `last_name` | String | Surname. | +| `identification` | Object | Identification data. | +| `identification_type` | String | Identification type. | +| `identification_number` | String | Identification number. | +| `phone` | Object | Phone. | +| `area_code` | Integer | Area Code. | +| `number` | Integer | Phone number. | +| `address` | Object | Adress data. | +| `zip_code` | String | Postal code. | +| `street_name` | String | Street name. | +| `street_number` | Integer | Street number. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Ticket01", + "description": "Lottery", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "warranty": true, + "category_id": "lottery", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' + +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/gambling.es.md b/guides/checkout-api-v2/industry-data/gambling.es.md new file mode 100644 index 0000000000..00c5f03606 --- /dev/null +++ b/guides/checkout-api-v2/industry-data/gambling.es.md @@ -0,0 +1,102 @@ +# Gambling + +## Campos a enviar + +Agrega toda la información adicional que quieras. + +### Sobre los ítems + +| Array items | Tipo |Descripción | +|---|---|---| +| `id` | String | Código | +| `title` | String | Nombre | +| `warranty` | Boolean | `True` si lo es, `False` si no lo es. | +| `category_id` | String | Categoría | +| `quantity` | Integer | Cantidad | +| `unit_price` | Float | Precio unitario | + +### Sobre el comprador + +| Object `payer` | Tipo | Descripción | +| --- | --- | --- | +| `first_name` | String | Nombre. | +| `last_name` | String | Apellido. | +| `identification` | Object | Datos de identificación. | +| `identification_type` | String | Tipo de identificación. | +| `identification_number` | String | Número de identificación. | +| `phone` | Object | Teléfono. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de teléfono. | +| `address` | Object | Datos de dirección. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nombre de calle. | +| `street_number` | Integer | Número de calle. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | + + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Ticket01", + "description": "Lottery", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "warranty": true, + "category_id": "lottery", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' + +``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md new file mode 100644 index 0000000000..0c725d158f --- /dev/null +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -0,0 +1,100 @@ +# Gambling + +## Campos para enviar +Adicione todas as informações adicionais que você deseja. + +### Sobre itens + +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código. | +| `title` | String | Nome. | +| `warranty` | Boolean | `True` se é, `False` se não é. | +| `category_id` | String | Categoria. | +| `quantity` | Integer | Quantidade. | +| `unit_price` | Float | Preço unitário. | + +### Sobre o comprador + +| Object `payer` | Tipo | Descrição | +| --- | --- | --- | +| `first_name` | String | Nome. | +| `last_name` | String | Sobrenome. | +| `identification` | Object | Dados de identificação. | +| `identification_type` | String | Tipo de identificação. | +| `identification_number` | String | Número de identificação. | +| `phone` | Object | Telefone. | +| `area_code` | Integer | Código de área. | +| `number` | Integer | Número de telefone. | +| `address` | Object | Dados do endereço. | +| `zip_code` | String | Código postal. | +| `street_name` | String | Nome da rua. | +| `street_number` | Integer | Número da rua. | +| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `registration_date` | Date | Data de registro do comprador no site. | +| `is_prime_user` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `last_purchase` | Date | Data da última compra no site. | + +```curl +curl --location 'https://api.mercadopago.com/v1/payments' \ +--header 'Content-Type: application/json' \ +--header 'X-Idempotency-Key: {{uuid}}' \ +--header 'Authorization: Bearer ACCESS_TOKEN' \ +--header 'X-Meli-Session-Id: {{device_id}} \ +--data-raw '{ + "transaction_amount": 150.00, + "installments": 1, + "statement_descriptor": "LOJA 123", + "capture": true, + "binary_mode": false, + "sponsor_id": null, + "application_fee": null, + "payment_method_id": "debvisa", + "token": "{{card_token_id}}", + "external_reference": "Ticket01", + "description": "Lottery", + "notification_url": "{{notification_url}}", + "metadata": { + "order_number": "order_01" + }, + "payer": { + "email": "test_user_123456789@testuser.com", + "identification": { + "type": "CPF", + "number": "12345678909" + } + }, + "additional_info": { + "items": [ + { + "id": "1234", + "title": "Serviço", + "warranty": true, + "category_id": "lottery", + "quantity": 1, + "unit_price": 150 + } + ], + "payer": { + "first_name": "Nome", + "last_name": "Sobrenome", + "is_prime_user": "1", + "is_first_purchase_online": "1", + "last_purchase": "2019-10-25T19:30:00.000-03:00", + "phone": { + "area_code": "11", + "number": "987654321" + }, + "address": { + "zip_code": "206233-2002", + "street_name": "Av. das Nações Unidas", + "street_number": "230032" + }, + "authentication_type": "Facebook", + "registration_date": "2020-08-06T09:25:04.000-03:00" + } + } +}' + +``` \ No newline at end of file From 38e2fced490ff940274155e80c6ad742ebddcce6 Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Fri, 6 Dec 2024 15:41:58 -0300 Subject: [PATCH 18/40] mejoras en apparel es --- .../industry-data/apparel.en.md | 6 +- .../industry-data/apparel.es.md | 73 +++++++++---------- 2 files changed, 39 insertions(+), 40 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index 760a2603fd..c75a35cc00 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -58,15 +58,15 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ --data-raw '{ "transaction_amount": 150.00, "installments": 1, - "statement_descriptor": "STORE 123", + "statement_descriptor": "LOJA 123", "capture": true, "binary_mode": false, "sponsor_id": null, "application_fee": null, "payment_method_id": "debvisa", "token": "{{card_token_id}}", - "external_reference": "REQUEST01", - "description": "NEW REQUEST", + "external_reference": "Pedido01", + "description": "PEDIDO NOVO", "notification_url": "{{notification_url}}", "metadata": { "order_number": "order_01" diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index e1308ffc12..25215c07b3 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -3,52 +3,51 @@ ## Campos a enviar Agrega toda la información adicional que quieras. -### Sobre los ítems - -| Array `items` | Tipo | Descripción | -| --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `type` | String | Tipo. | -| `description` | String | Descripción. | -| `picture_url` | String | URL de imagen. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | - - ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | | `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. | +| `number` | Integer | Número de teléfono del comprador. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. | +| `street_name` | String | Nombre de calle del domicilio del comprador. | +| `street_number` | Integer | Número de calle del domicilio del comprador. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | | `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. `True` si lo es, `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `type` | String | Tipo de ítem. | +| `description` | String | Descripción del ítem. | +| `picture_url` | String | URL de imagen que representa al ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. | + ### Sobre envíos | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Provincia. | -| `city_name` | String | Ciudad. | -| `street_number` | Integer | Número de calle. | -| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | +| `receiver_address` | Object | Datos de dirección del envío. | +| `zip_code` | String | Código postal para el envío. | +| `state_name` | String | Provincia hacia donde se envía el pedido. | +| `city_name` | String | Ciudad hacia donde se envía el pedido. | +| `street_number` | Integer | Número de calle del envío. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ @@ -59,7 +58,7 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ --data-raw '{ "transaction_amount": 150.00, "installments": 1, - "statement_descriptor": "TIENDA 123", + "statement_descriptor": "LOJA 123", "capture": true, "binary_mode": false, "sponsor_id": null, @@ -67,7 +66,7 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "payment_method_id": "debvisa", "token": "{{card_token_id}}", "external_reference": "Pedido01", - "description": "PEDIDO NUEVO", + "description": "PEDIDO NOVO", "notification_url": "{{notification_url}}", "metadata": { "order_number": "order_01" @@ -83,18 +82,18 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ "items": [ { "id": "1234", - "title": "Servicio", + "title": "Serviço", "type": "my_items_type", "picture_url": "{{url_image}}", - "description": "Descripción del servicio", + "description": "Descrição de serviço", "category_id": "fashion", "quantity": 1, "unit_price": 150 } ], "payer": { - "first_name": "Nombre", - "last_name": "Apellido", + "first_name": "Nome", + "last_name": "Sobrenome", "is_prime_user": "1", "is_first_purchase_online": "1", "last_purchase": "2019-10-25T19:30:00.000-03:00", From 3ed89164fba1718ead045fd536d7b1a867ef5f7d Mon Sep 17 00:00:00 2001 From: Agostina Derossi Date: Thu, 19 Dec 2024 14:17:16 -0300 Subject: [PATCH 19/40] nuevos cambios --- .../industry-data/apparel.en.md | 48 ++++++------ .../industry-data/apparel.es.md | 20 ++--- .../industry-data/apparel.pt.md | 74 ++++++++++--------- 3 files changed, 75 insertions(+), 67 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index c75a35cc00..ab12c6690b 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -1,22 +1,11 @@ -## Apparel +# Apparel -### Fields to send -Add all the additional information you want. +These are the specific data for the apparel industry that you can add to your integration to improve payment approval. -#### About items +## Fields to send +Add any additional information that you consider necessary. -| Array `items` | Type | Description | -| --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `type` | String | Type. | -| `description` | String | Description. | -| `picture_url` | String | Picture URL. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | - -#### About the buyer +### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | @@ -38,16 +27,29 @@ Add all the additional information you want. | `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | -#### About shipments +### About items + +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `type` | String | Item type. | +| `description` | String | Item description. | +| `picture_url` | String | Image URL representing the item. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | + +### About shipments | Object `shipment` | Type | Description | | --- | --- | --- | -| `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code. | -| `state_name` | String | Province. | -| `city_name` | String | City. | -| `street_number` | Integer | Street number. | -| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | +| `receiver_address` | Object | Shipping address data. | +| `zip_code` | String | Postal code for the shipment. | +| `state_name` | String | Province to which the order is shipped. | +| `city_name` | String | City to which the order is shipped. | +| `street_number` | Integer | Street number of the shipment. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index 25215c07b3..5370729358 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -1,7 +1,9 @@ # Apparel +Estos son los datos específicos para la industria apparel que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre el comprador @@ -13,16 +15,16 @@ Agrega toda la información adicional que quieras. | `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | | `phone` | Object | Teléfono del comprador. | -| `area_code` | Integer | Código de área del comprador. | -| `number` | Integer | Número de teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | | `address` | Object | Datos del domicilio del comprador. | -| `zip_code` | String | Código postal del comprador. | -| `street_name` | String | Nombre de calle del domicilio del comprador. | -| `street_number` | Integer | Número de calle del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre los ítems @@ -36,7 +38,7 @@ Agrega toda la información adicional que quieras. | `picture_url` | String | URL de imagen que representa al ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre envíos diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index ccb9e9c1e1..ceea11e866 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -1,53 +1,57 @@ # Apparel -## Campos para enviar -Adicione todas as informações adicionais que você deseja. - -### Sobre itens +Estes são os dados específicos para a indústria de vestuário que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. -| Array `items` | Tipo | Descrição| -| --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `type` | String | Tipo | -| `description` | String | Descrição. | -| `picture_url` | String | Imagem URL. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +## Campos para enviar +Adicione qualquer informação adicional que considerar necessária. ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se nao é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | +### Sobre itens + +| Array `items` | Tipo | Descrição| +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `type` | String | Tipo de item. | +| `description` | String | Descrição do item. | +| `picture_url` | String | URL da imagem que representa o item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | + + + ### Sobre remessa | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal | -| `state_name` | String | Província | -| `city_name` | String | Cidade | -| `street_number` | Integer | Número da rua | -| `express_shipment` | Boolean | `True` se é, `False` se não é. | +| `receiver_address` | Object | Dados do endereço da entrega. | +| `zip_code` | String | Código postal para a entrega. | +| `state_name` | String | Província para onde o pedido é enviado. | +| `city_name` | String | Cidade para onde o pedido é enviado. | +| `street_number` | Integer | Número da rua da entrega. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | ```curl From 0db5c3dd9dd1cb9c0468ae6cbf24d7e12cac9650 Mon Sep 17 00:00:00 2001 From: Gosti Date: Mon, 23 Dec 2024 16:34:52 -0300 Subject: [PATCH 20/40] se ajustaron las descripciones de los valores --- .../industry-data/apparel.en.md | 50 +++++++------- .../industry-data/apparel.es.md | 28 ++++---- .../industry-data/apparel.pt.md | 34 +++++----- .../applications-online-platforms.en.md | 44 ++++++------ .../applications-online-platforms.es.md | 42 ++++++------ .../applications-online-platforms.pt.md | 44 ++++++------ .../automobiles-and-nautical.en.md | 58 ++++++++-------- .../automobiles-and-nautical.es.md | 56 +++++++-------- .../automobiles-and-nautical.pt.md | 57 ++++++++-------- .../industry-data/direct-sale.en.md | 61 +++++++++-------- .../industry-data/direct-sale.es.md | 59 ++++++++-------- .../industry-data/direct-sale.pt.md | 63 +++++++++-------- .../industry-data/electro.en.md | 59 ++++++++-------- .../industry-data/electro.es.md | 54 ++++++++------- .../industry-data/electro.pt.md | 56 +++++++-------- .../industry-data/gambling.en.md | 45 ++++++------ .../industry-data/gambling.es.md | 43 ++++++------ .../industry-data/gambling.pt.md | 44 ++++++------ .../goverments-public-services.en.md | 44 ++++++------ .../goverments-public-services.es.md | 44 ++++++------ .../goverments-public-services.pt.md | 46 +++++++------ .../industry-data/home-and-deco.en.md | 58 ++++++++-------- .../industry-data/home-and-deco.es.md | 58 ++++++++-------- .../industry-data/home-and-deco.pt.md | 68 ++++++++++--------- .../industry-data/hospitality.en.md | 46 +++++++------ .../industry-data/hospitality.es.md | 14 ++-- .../industry-data/hospitality.pt.md | 44 ++++++------ .../industry-data/industry-data-intro.en.md | 2 +- .../industry-data/industry-data-intro.es.md | 2 + .../industry-data/industry-data-intro.pt.md | 1 + .../industry-data/retail.en.md | 60 ++++++++-------- .../industry-data/retail.es.md | 58 ++++++++-------- .../industry-data/retail.pt.md | 61 +++++++++-------- .../tickets-and-entretainment.en.md | 37 +++++----- .../tickets-and-entretainment.es.md | 37 +++++----- .../tickets-and-entretainment.pt.md | 39 ++++++----- .../industry-data/tourism.en.md | 68 ++++++++++--------- .../industry-data/tourism.es.md | 64 ++++++++--------- .../industry-data/tourism.pt.md | 64 ++++++++--------- .../industry-data/urban-transport.en.md | 46 +++++++------ .../industry-data/urban-transport.es.md | 52 +++++++------- .../industry-data/urban-transport.pt.md | 46 +++++++------ .../industry-data/utilities.en.md | 44 ++++++------ .../industry-data/utilities.es.md | 42 ++++++------ .../industry-data/utilities.pt.md | 44 ++++++------ 45 files changed, 1084 insertions(+), 1002 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index ab12c6690b..2fd0a2986a 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -1,33 +1,11 @@ # Apparel -These are the specific data for the apparel industry that you can add to your integration to improve payment approval. +These are the specific data for the **apparel** industry that you can add to your integration to improve payment approval. ## Fields to send Add any additional information that you consider necessary. -### About the buyer - -| Object `payer` | Type | Description | -| --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area Code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | -| `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | -| `last_purchase` | Date | Date of the last purchase on the site. | - -### About items +### About the Items | Array `items` | Type | Description | | --- | --- | --- | @@ -40,7 +18,29 @@ Add any additional information that you consider necessary. | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | -### About shipments +### About the buyer + +| Object `payer` | Type | Description | +| --- | --- | --- | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | + +### About Shipments | Object `shipment` | Type | Description | | --- | --- | --- | diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index 5370729358..9dd18ffe3e 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -1,10 +1,23 @@ # Apparel -Estos son los datos específicos para la industria apparel que puedes agregar a tu integración para mejorar la aprobación de los pagos. +Estos son los datos específicos para la industria **apparel** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar Agrega toda la información adicional que consideres necesaria. +### Sobre los ítems + +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `type` | String | Tipo de ítem. | +| `description` | String | Descripción del ítem. | +| `picture_url` | String | URL de imagen que representa al ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | + ### Sobre el comprador | Object `payer` | Tipo | Descripción | @@ -27,19 +40,6 @@ Agrega toda la información adicional que consideres necesaria. | `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | -### Sobre los ítems - -| Array `items` | Tipo | Descripción | -| --- | --- | --- | -| `id` | String | Código de identificación del ítem. | -| `title` | String | Nombre del ítem. | -| `type` | String | Tipo de ítem. | -| `description` | String | Descripción del ítem. | -| `picture_url` | String | URL de imagen que representa al ítem. | -| `category_id` | String | Categoría del ítem. | -| `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | - ### Sobre envíos | Object `shipment` | Tipo | Descripción | diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index ceea11e866..d586f7c157 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -1,9 +1,22 @@ # Apparel -Estes são os dados específicos para a indústria de vestuário que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **apparel** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar -Adicione qualquer informação adicional que considerar necessária. +Adicione qualquer informação extra que considerar necessária. + +### Sobre itens + +| Array `items` | Tipo | Descrição| +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `type` | String | Tipo de item. | +| `description` | String | Descrição do item. | +| `picture_url` | String | URL da imagem que representa o item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador @@ -27,28 +40,13 @@ Adicione qualquer informação adicional que considerar necessária. | `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | -### Sobre itens - -| Array `items` | Tipo | Descrição| -| --- | --- | --- | -| `id` | String | Código de identificação do item. | -| `title` | String | Nome do item. | -| `type` | String | Tipo de item. | -| `description` | String | Descrição do item. | -| `picture_url` | String | URL da imagem que representa o item. | -| `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | - - - ### Sobre remessa | Object `shipment` | Tipo | Descrição | | --- | --- | --- | | `receiver_address` | Object | Dados do endereço da entrega. | | `zip_code` | String | Código postal para a entrega. | -| `state_name` | String | Província para onde o pedido é enviado. | +| `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | | `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index f242e04976..1d22776c6d 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -1,38 +1,40 @@ # Applications and online platforms +These are the specific data for the **applications and online platforms** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. -### About items +### About the items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | | `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index c7e29f50c0..7887fea7d0 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -1,38 +1,40 @@ # Aplicaciones y plataformas online +Estos son los datos específicos para la industria **aplicaciones y plataformas online** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nombre | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre | -| `last_name` | String | Apellido | -| `identification` | Object | Datos de identificación | -| `identification_type` | String | Tipo de identificación | -| `identification_number` | String | Número de identificación | -| `phone` | Object | Teléfono | -| `area_code` | Integer | Código de área | -| `number` | Integer | Número de teléfono | -| `address` | Object | Datos de dirección | -| `zip_code` | String | Código postal | -| `street_name` | String | Nombre de calle | -| `street_number` | Integer | Número de calle | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index 3203738bd0..a074c69b67 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -1,38 +1,40 @@ # Aplicativos e plataformas online +Estes são os dados específicos para a indústria de **aplicativos e plataformas online** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index db9a14f13e..45de38050f 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -1,51 +1,53 @@ # Automobiles and nautical +These are the specific data for the **automobiles and nautical** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `description` | String | Description. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area Code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments | Object `shipment` | Type | Description | | --- | --- | --- | -| `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code. | -| `state_name` | String | Province. | -| `city_name` | String | City. | -| `street_number` | Integer | Street number. | -| `floor` | String | Floor. | -| `apartment` | String | Apartament. | +| `receiver_address` | Object | Shipping address data. | +| `zip_code` | String | Postal code for the shipment. | +| `state_name` | String | Province to which the order is shipped. | +| `city_name` | String | City to which the order is shipped. | +| `street_number` | Integer | Street number of the shipment. | +| `floor` | String | Floor information for delivery. | +| `apartment` | String | Apartament information for delivery. | | `local_pickup` | Boolean | `True` if withdrawn at branch, `False` if not. | ```curl diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index cc5f810da0..624c777417 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -1,51 +1,53 @@ # Automóviles y náuticas +Estos son los datos específicos para la industria **automóviles y náuticas** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `description` | String | Descripción | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Provincia. | -| `city_name` | String | Ciudad. | -| `street_number` | Integer | Número de calle. | -| `floor` | String | Piso. | -| `apartment` | String | Departamento. | +| `receiver_address` | Object | Datos de dirección del envío. | +| `zip_code` | String | Código postal para el envío. | +| `state_name` | String | Provincia hacia donde se envía el pedido. | +| `city_name` | String | Ciudad hacia donde se envía el pedido. | +| `street_number` | Integer | Número de calle del envío. | +| `floor` | String | Información del piso para la entrega. | +| `apartment` | String | Información del departamento para la entrega. | | `local_pickup` | Boolean | `True` si se retira en sucursal, `False` si no lo hace. | ```curl diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index 0227f1c1cf..6a16365c3f 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -1,51 +1,54 @@ # Automóveis e náutica +Estes são os dados específicos para a indústria de **automóveis e náutica** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | | `description` | String | Descrição. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Província. | -| `city_name` | String | Cidade. | -| `street_number` | Integer | Número da rua. | -| `floor` | String | Piso. | -| `apartment` | String | Apartamento. | +| `receiver_address` | Object | Dados do endereço da entrega. | +| `zip_code` | String | Código postal para a entrega. | +| `state_name` | String | Estado para onde o pedido é enviado. | +| `city_name` | String | Cidade para onde o pedido é enviado. | +| `street_number` | Integer | Número da rua da entrega. | +| `floor` | String | Informações do andar para a entrega. | +| `apartment` | String | Informações do apartamento para a entrega. | | `local_pickup` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | ```curl diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index c749b7cbcb..f999fb379a 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -1,52 +1,55 @@ # Direct sale +These are the specific data for the **direct sale** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `description` | String | Description. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `type` | String | Item type. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments | Object `shipment` | Type | Description | | --- | --- | --- | -| `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code. | -| `state_name` | String | Province. | -| `city_name` | String | City. | -| `street_number` | Integer | Street number. | -| `floor` | String | Floor. | -| `apartment` | String | Apartament. | +| `receiver_address` | Object | Shipping address data. | +| `zip_code` | String | Postal code for the shipment. | +| `state_name` | String | Province to which the order is shipped. | +| `city_name` | String | City to which the order is shipped. | +| `street_number` | Integer | Street number of the shipment. | +| `floor` | String | Floor information for delivery. | +| `apartment` | String | Apartament information for delivery. | | `local_pickup` | Boolean | `1` if withdrawn at branch, `0` if not. | ```curl diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index b89930ca6f..15e94d62e9 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -1,52 +1,55 @@ # Venta directa +Estos son los datos específicos para la industria **venta directa** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `description` | String | Descripción. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `type` | String | Tipo de ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal | -| `state_name` | String | Provincia | -| `city_name` | String | Ciudad | -| `street_number` | Integer | Número de calle | -| `floor` | String | Piso | -| `apartment` | String | Apartamento | +| `receiver_address` | Object | Datos de dirección del envío. | +| `zip_code` | String | Código postal para el envío. | +| `state_name` | String | Provincia hacia donde se envía el pedido. | +| `city_name` | String | Ciudad hacia donde se envía el pedido. | +| `street_number` | Integer | Número de calle del envío. | +| `floor` | String | Información del piso para la entrega. | +| `apartment` | String | Información del departamento para la entrega. | | `local_pickup` | Boolean | `1` si se retira en sucursal, `0` si no lo hace. | ```curl diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index b063de8723..4cc2158271 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -1,52 +1,55 @@ # Venda direta +Estes são os dados específicos para a indústria de **venda direta** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens -| Array `items` | Tipo | Descrição | +| Array `items` | Tipo | Descrição| | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `description` | String | Descrição. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `type` | String | Tipo de item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Província. | -| `city_name` | String | Cidade. | -| `street_number` | Integer | Número da rua. | -| `floor` | String | Piso. | -| `apartment` | String | Apartamento. | +| `receiver_address` | Object | Dados do endereço da entrega. | +| `zip_code` | String | Código postal para a entrega. | +| `state_name` | String | Estado para onde o pedido é enviado. | +| `city_name` | String | Cidade para onde o pedido é enviado. | +| `street_number` | Integer | Número da rua da entrega. | +| `floor` | String | Informações do andar para a entrega. | +| `apartment` | String | Informações do apartamento para a entrega. | | `local_pickup` | Boolean | `1` se retira na agência ou na loja, `0` se não retira. | ```curl diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index 26af05d658..2d44697ffa 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -1,40 +1,43 @@ # Electro +These are the specific data for the **electro** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. + +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code | -| `title` | String | Name | -| `description` | String | Description of the item. | -| `category_id` | String | Category | -| `quantity` | Integer | Quantity | -| `unit_price` | Float | Unit price | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `warranty` | Boolean | `True` if the product has a guarantee, `False` if it does not. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name | -| `last_name` | String | Surname | -| `identification` | Object | Identification data | -| `identification_type` | String | Identification type | -| `identification_number` | String | Identification number | -| `phone` | Object | Phone | -| `area_code` | Integer | Area Code | -| `number` | Integer | Phone number | -| `address` | Object | Adress data | -| `zip_code` | String | Postal code | -| `street_name` | String | Street name | -| `street_number` | Integer | Street number | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments @@ -42,12 +45,12 @@ Add all the additional information you want. | Object `shipment` | Type | Description | | --- | --- | --- | | `local_pickup` | Boolean | `True` if pickup is in branch, `False` if it is not. | -| `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code | -| `state_name` | String | Province | -| `city_name` | String | City | -| `street_number` | Integer | Street number | -| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | +| `receiver_address` | Object | Shipping address data. | +| `zip_code` | String | Postal code for the shipment. | +| `state_name` | String | Province to which the order is shipped. | +| `city_name` | String | City to which the order is shipped. | +| `street_number` | Integer | Street number of the shipment. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | ``` curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 2253c79a59..d3b2a819f7 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -1,40 +1,42 @@ # Electro +Estos son los datos específicos para la industria **electro** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | | `description` | String | Descripción del ítem. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos @@ -42,12 +44,12 @@ Agrega toda la información adicional que quieras. | Object `shipment` | Tipo | Descripción | | --- | --- | --- | | `local_pickup` | Boolean | `True` si retira en sucursal, `False` si no lo hace. | -| `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Provincia. | -| `city_name` | String | Ciudad. | -| `street_number` | Integer | Número de calle. | -| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | +| `receiver_address` | Object | Datos de dirección del envío. | +| `zip_code` | String | Código postal para el envío. | +| `state_name` | String | Provincia hacia donde se envía el pedido. | +| `city_name` | String | Ciudad hacia donde se envía el pedido. | +| `street_number` | Integer | Número de calle del envío. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | ``` curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 18d426d0a7..ec41f176d0 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -1,40 +1,42 @@ # Eletro +Estes são os dados específicos para a indústria de **eletro** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | | `description` | String | Descrição do item. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. || | `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios @@ -42,12 +44,12 @@ Adicione todas as informações adicionais que você deseja. | Object `shipment` | Tipo | Descrição | | --- | --- | --- | | `local_pickup` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | -| `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Província. | -| `city_name` | String | Cidade. | -| `street_number` | Integer | Número da rua. | -| `express_shipment` | Boolean | `True` se é, `False` se não é. | +| `receiver_address` | Object | Dados do endereço da entrega. | +| `zip_code` | String | Código postal para a entrega. | +| `state_name` | String | Estado para onde o pedido é enviado. | +| `city_name` | String | Cidade para onde o pedido é enviado. | +| `street_number` | Integer | Número da rua da entrega. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | ``` diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md index e310adf550..a8449258b7 100644 --- a/guides/checkout-api-v2/industry-data/gambling.en.md +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -1,42 +1,43 @@ # Gambling +These are the specific data for the **gambling** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Cod. | -| `title` | String | Name. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | | `warranty` | Boolean | `True` if it is, `False` if it is not. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area Code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ diff --git a/guides/checkout-api-v2/industry-data/gambling.es.md b/guides/checkout-api-v2/industry-data/gambling.es.md index 00c5f03606..346ceb2802 100644 --- a/guides/checkout-api-v2/industry-data/gambling.es.md +++ b/guides/checkout-api-v2/industry-data/gambling.es.md @@ -1,43 +1,44 @@ # Gambling +Estos son los datos específicos para la industria **gambling** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array items | Tipo |Descripción | |---|---|---| -| `id` | String | Código | -| `title` | String | Nombre | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | | `warranty` | Boolean | `True` si lo es, `False` si no lo es. | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index 0c725d158f..942787685e 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -1,39 +1,41 @@ # Gambling +Estes são os dados específicos para a indústria de **gambling** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | | `warranty` | Boolean | `True` se é, `False` se não é. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md index 75ecacf55b..5266c2fcac 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -1,40 +1,42 @@ # Government and public services +These are the specific data for the **government and public services** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `description` | String | Description. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | | `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `event_date` | Date | Event date. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname.| -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index 389d6a567c..b8fbb37715 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -1,40 +1,42 @@ # Gobierno y servicios públicos +Estos son los datos específicos para la industria **gobierno y servicios públicos** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `description` | String | Descripción. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `event_date` | Date | Fecha del evento. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index db4b4f9a5f..c1ed443f01 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -1,40 +1,42 @@ # Serviços governamentais e públicos +Estes são os dados específicos para a indústria de **serviços governamentais e públicos** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `description` | String | Descrição. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | | `event_date` | Date |Data do evento. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md index 9c4187071f..283faa058d 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.en.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -1,52 +1,54 @@ # Home & deco +These are the specific data for the **home & deco** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `description` | String | Description. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `warranty` | Boolean | `True` if the product has a guarantee, `False` if it does not. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | #### About shipments | Object `shipment` | Type | Description | | --- | --- | --- | -| `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code. | -| `state_name` | String | Province. | -| `city_name` | String | City. | -| `street_number` | Integer | Street number. | -| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | +| `receiver_address` | Object | Shipping address data. | +| `zip_code` | String | Postal code for the shipment. | +| `state_name` | String | Province to which the order is shipped. | +| `city_name` | String | City to which the order is shipped. | +| `street_number` | Integer | Street number of the shipment. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index 38014eea55..3755875439 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -1,52 +1,54 @@ # Home & deco +Estos son los datos específicos para la industria **home & deco** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. -#### Sobre los ítems +### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nombre | -| `description` | String | Descripción | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Provincia. | -| `city_name` | String | Ciudad. | -| `street_number` | Integer | Número de calle. | -| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | +| `receiver_address` | Object | Datos de dirección del envío. | +| `zip_code` | String | Código postal para el envío. | +| `state_name` | String | Provincia hacia donde se envía el pedido. | +| `city_name` | String | Ciudad hacia donde se envía el pedido. | +| `street_number` | Integer | Número de calle del envío. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index 44ca3e70f0..a211aa20d1 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -1,52 +1,54 @@ -## Casa e decoração +# Casa e decoração -### Campos para enviar -Adicione todas as informações adicionais que você deseja. +Estes são os dados específicos para a indústria de **casa e decoração** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. -#### Sobre itens +## Campos para enviar +Adicione qualquer informação extra que considerar necessária. + +### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `description` | String | Descrição. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | | `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | -#### Sobre o comprador +### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | -#### Sobre envios +### Sobre remessa | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Província. | -| `city_name` | String | Cidade. | -| `street_number` | Integer | Número da rua. | -| `express_shipment` | Boolean | `True` se é, `False` se não é. | +| `receiver_address` | Object | Dados do endereço da entrega. | +| `zip_code` | String | Código postal para a entrega. | +| `state_name` | String | Estado para onde o pedido é enviado. | +| `city_name` | String | Cidade para onde o pedido é enviado. | +| `street_number` | Integer | Número da rua da entrega. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/hospitality.en.md b/guides/checkout-api-v2/industry-data/hospitality.en.md index 4c6aeb61e7..934b049af9 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.en.md +++ b/guides/checkout-api-v2/industry-data/hospitality.en.md @@ -1,19 +1,21 @@ # Hospitality +These are the specific data for the **hospitality** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. -### About items +### About the items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | | `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `quantity` | Integer | Quantity of the items. | +| `unit_price` | Float | Price of the unit. | | `event_date` | Date | Event date. | -| `category_descriptor` | Object | Category description. | +| `category_descriptor` | Object | Description of the category. | | `passenger` | Object | Additional passenger information. | | `first_name`| String | Passenger's first name. | | `last_name` | String | Passenger's last name. | @@ -25,22 +27,22 @@ Add all the additional information you want. | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index 9729e66175..d9902049db 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -1,17 +1,19 @@ # Hotelería +Estos son los datos específicos para la industria **hotelería** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `event_date` | Date | Fecha del evento. | | `category_descriptor` | Object | Descripción de la categoría. | | `passenger` | Object | Información adicional del pasajero. | diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index 41ce936f7f..6877848ebb 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -1,17 +1,19 @@ # Hospitalidade +Estes são os dados específicos para a indústria de **hospitalidade** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | | `event_date` | Date |Data do evento. | | `category_descriptor` | Object | Descrição de la categoría. | | `passenger` | Object |Informações adicionais sobre passageiros. | @@ -25,22 +27,22 @@ Adicione todas as informações adicionais que você deseja. | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md index c8d73013aa..612ec060c8 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md @@ -22,5 +22,5 @@ Depending on the branch of activities or industry of your store, there is a seri * [Direct sale](/developers/en/docs/checkout-api/additional-content/industry-data/direct-sale) * [Automobiles and nautical](/developers/en/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) * [Urban transport](/developers/en/docs/checkout-api/additional-content/industry-data/urban-transport) - +* [Gambling](/developers/en/docs/checkout-api/additional-content/industry-data/gambling) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md index 0695e2ec8b..e09c5af496 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md @@ -22,5 +22,7 @@ Dependiendo del ramo de actividades o industria de tu tienda, existen una serie * [Venta directa](/developers/es/docs/checkout-api/additional-content/industry-data/direct-sale) * [Automóviles y náuticas](/developers/es/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) * [Transporte urbano](/developers/es/docs/checkout-api/additional-content/industry-data/urban-transport) +* [Gambling](/developers/es/docs/checkout-api/additional-content/industry-data/gambling) + diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md index 43c2d79147..a59ee3b579 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md @@ -22,5 +22,6 @@ Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dado * [Venda direta](/developers/pt/docs/checkout-api/additional-content/industry-data/direct-sale) * [Automóveis e náutica](/developers/pt/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) * [Transporte urbano](/developers/pt/docs/checkout-api/additional-content/industry-data/urban-transport) +* [Gambling](/developers/pt/docs/checkout-api/additional-content/industry-data/gambling) diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md index 6f8700d96e..279104927a 100644 --- a/guides/checkout-api-v2/industry-data/retail.en.md +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -1,52 +1,54 @@ # Retail +These are the specific data for the **retail** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code | -| `title` | String | Name. | -| `description` | String | Description. | -| `picture_url` | String | Picture URL. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `picture_url` | String | Image URL representing the item. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | AType of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments | Object `shipment` | Type | Description | | --- | --- | --- | -| `receiver_address` | Object | Address of the buyer. | -| `zip_code` | String | Postal code. | -| `state_name` | String | Province. | -| `city_name` | String | City. | -| `street_number` | Integer | Street number. | -| `express_shipment` | Boolean | `True` if it is, `False` if it is not. | +| `receiver_address` | Object | Shipping address data. | +| `zip_code` | String | Postal code for the shipment. | +| `state_name` | String | Province to which the order is shipped. | +| `city_name` | String | City to which the order is shipped. | +| `street_number` | Integer | Street number of the shipment. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | ```curl diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index fdc7216685..b57abb256e 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -1,52 +1,54 @@ # Retail +Estos son los datos específicos para la industria **retail** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código | -| `title` | String | Nombre | -| `description` | String | Descripción | -| `picture_url` | String | URL de imagen | -| `category_id` | String | Categoría | -| `quantity` | Integer | Cantidad | -| `unit_price` | Float | Precio unitario | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `picture_url` | String | URL de imagen que representa al ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre | -| `last_name` | String | Apellido | -| `identification` | Object | Datos de identificación | -| `identification_type` | String | Tipo de identificación | -| `identification_number` | String | Número de identificación | -| `phone` | Object | Teléfono | -| `area_code` | Integer | Código de área | -| `number` | Integer | Número de teléfono | -| `address` | Object | Datos de dirección | -| `zip_code` | String | Código postal | -| `street_name` | String | Nombre de calle | -| `street_number` | Integer | Número de calle | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `receiver_address` | Object | Datos de dirección del comprador. | -| `zip_code` | String | Código postal | -| `state_name` | String | Provincia | -| `city_name` | String | Ciudad | -| `street_number` | Integer | Número de calle | -| `express_shipment` | Boolean | `True` si lo es, `False` si no lo es. | +| `receiver_address` | Object | Datos de dirección del envío. | +| `zip_code` | String | Código postal para el envío. | +| `state_name` | String | Provincia hacia donde se envía el pedido. | +| `city_name` | String | Ciudad hacia donde se envía el pedido. | +| `street_number` | Integer | Número de calle del envío. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | ```curl diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index 050dcf7fbb..d36360f01e 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -1,53 +1,54 @@ # Retail +Estes são os dados específicos para a indústria de **retail** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `description` | String | Descrição. | -| `picture_url` | String | Imagem URL. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `picture_url` | String | URL da imagem que representa o item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `receiver_address` | Object | Dados do endereço do comprador. | -| `zip_code` | String | Código postal. | -| `state_name` | String | Província. | -| `city_name` | String | Cidade .| -| `street_number` | Integer | Número da rua. | -| `express_shipment` | Boolean | `True` se é, `False` se não é. | - +| `receiver_address` | Object | Dados do endereço da entrega. | +| `zip_code` | String | Código postal para a entrega. | +| `state_name` | String | Estado para onde o pedido é enviado. | +| `city_name` | String | Cidade para onde o pedido é enviado. | +| `street_number` | Integer | Número da rua da entrega. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md index ee9d20cdaf..321966ca5d 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md @@ -1,36 +1,39 @@ # Tickets and entertainment +These are the specific data for the **tickets and entertainment** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. + +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code | -| `title` | String | Name | -| `description` | String | Payment reason or item title | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | | `category_id` | String | Category | -| `quantity` | Integer | Quantity | -| `unit_price` | Float | Unit price | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `event_date` | Date | Event date | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name | -| `last_name` | String | Surname | -| `identification` | Object | Identification data | -| `identification_type` | String | Identification type | -| `identification_number` | String | Identification number | -| `phone` | Object | Phone | -| `area_code` | Integer | Area Code | -| `number` | Integer | Phone number | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index d590b6b1cd..7e14430655 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -1,39 +1,40 @@ # Tickets y entretenimiento +Estos son los datos específicos para la industria **tickets y entretenimiento** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `description` | String | Razón del pago o nombre del ítem. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `event_date` | Date | Fecha. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index c46f45e562..90744159d2 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -1,36 +1,39 @@ # Tickets e entretenimento +Estes são os dados específicos para a indústria de **tickets e entretenimento** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. + +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Codigo. | -| `title` | String | Nome. | -| `description` | String | Motivo do pagamento ou nome do item. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | | `event_date` | Date | Data. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md index a933842976..5295997350 100644 --- a/guides/checkout-api-v2/industry-data/tourism.en.md +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -1,52 +1,54 @@ # Tourism +These are the specific data for the **tourism** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `description` | String | Description. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | -| `category_descriptor` | Object | Category description. | -| `passenger` | Object | Additional passenger information. | -| `first_name`| String | Passenger's first name. | -| `last_name` | String | Passenger's last name. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `category_descriptor` | Object | Object that contains specific information related to the industry. | +| `passenger` | Object | Passenger information. It is found within the `category_descriptor` object. | +| `first_name` | String | Passenger's first name. It is found within the `passenger` object. | +| `last_name` | String | Passenger's last name. It is found within the `passenger` object. | | `identification` | Object | Passenger identification information. | | `type` | String | Type of passenger identification. It is found within the `identification` object. | -| `number` | String | Passenger's identification number. It is found within the `identification` object. | -| `route` | Object | Route information. | -| `departure` | String | Departure. | -| `destination` | String | Arrival. | -| `departure_date_time` | Date | Departure date. | -| `arrival_date_time` | Date | Arrival date. | -| `company` | String | Company. | +| `number` | String | Passenger identification number. It is found within the `identification` object. | +| `route` | Object | Route information. It is found within the `category_descriptor` object. | +| `departure` | String | Departure location of the route. | +| `destination` | String | Destination location of the route. | +| `departure_date_time` | Date | Departure date and time of the route. | +| `arrival_date_time` | Date | Arrival date and time of the route. | +| `company` | String | Company responsible for executing the route. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index 14147989c8..5000e88e2a 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -1,52 +1,54 @@ # Turismo +Estos son los datos específicos para la industria **turismo** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `description` | String | Descripción. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | -| `category_descriptor` | Object | Descripción de la categoría. | -| `passenger` | Object | Información adicional del pasajero. | -| `first_name`| String | Nombre del pasajero. | -| `last_name` | String | Apellido del pasajero. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `category_descriptor` | Object | Objeto que consigna información específica relacionada a la industria. | +| `passenger` | Object | Información del pasajero. Se encuentra dentro del objeto `category_descriptor`. | +| `first_name`| String | Nombre del pasajero. Se encuentra dentro del objeto `passenger`.| +| `last_name` | String | Apellido del pasajero. Se encuentra dentro del objeto `passenger`.| | `identification` | Object | Información de identificación del pasajero. | | `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | -| `route` | Object | Información de la ruta. | -| `departure` | String | Salida. | -| `destination` | String | Llegada. | -| `departure_date_time` | Date | Fecha de salida. | -| `arrival_date_time` | Date | Fecha de llegada. | -| `company` | String | Compañía. | +| `route` | Object | Información de la ruta. Se encuentra dentro del objeto `category_descriptor`.| +| `departure` | String | Lugar de partida de la ruta. | +| `destination` | String | Lugar de destino de la ruta. | +| `departure_date_time` | Date | Fecha de salida de la ruta. | +| `arrival_date_time` | Date | Fecha de llegada de la ruta. | +| `company` | String | Compañía a cargo de ejecutar la ruta. | ### Sobre el comprador | Objeto `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index c6544860c2..dc2c89f3c5 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -1,5 +1,7 @@ # Turismo +Estes são os dados específicos para a indústria de **turismo** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar Adicione todas as informações adicionais que você deseja. @@ -7,46 +9,46 @@ Adicione todas as informações adicionais que você deseja. | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `description` | String | Descrição. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | -| `category_descriptor` | Object | Descrição de la categoría. | -| `passenger` | Object |Informações adicionais sobre passageiros. | -| `first_name`| String | Nome do passageiro. | -| `last_name` | String | Sobrenome do passageiro. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | +| `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | +| `first_name` | String | Nome do passageiro. Está dentro do objeto `passenger`. | +| `last_name` | String | Sobrenome do passageiro. Está dentro do objeto `passenger`. | | `identification` | Object | Informações de identificação do passageiro. | | `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | | `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | -| `route` | Object |Informações da rota. | -| `departure` | String | Saída. | -| `destination` | String | Chegada. | -| `departure_date_time` | Date | Data de saída. | -| `arrival_date_time` | Date | Data de chegada. | -| `company` | String | Companhia. | +| `route` | Object | Informações da rota. Está dentro do objeto `category_descriptor`. | +| `departure` | String | Local de partida da rota. | +| `destination` | String | Local de destino da rota. | +| `departure_date_time` | Date | Data e hora de saída da rota. | +| `arrival_date_time` | Date | Data e hora de chegada da rota. | +| `company` | String | Companhia responsável pela execução da rota. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/urban-transport.en.md b/guides/checkout-api-v2/industry-data/urban-transport.en.md index fe589ac1e2..7fc1a20a68 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.en.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.en.md @@ -1,39 +1,41 @@ # Urban transport +These are the specific data for the **urban transport** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Cod. | -| `title` | String | Name. | -| `description` | String | Description. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type. | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area Code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md index 6766681457..cf0668ffb5 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.es.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.es.md @@ -1,40 +1,42 @@ # Transporte urbano +Estos son los datos específicos para la industria **transporte urbano** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Add any additional information that you consider necessary. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `description` | String | Descripción. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### Sobre el comprador -| Object `payer` | Tipo | Descripción | +| Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | -| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | -| `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | -| `last_purchase` | Date | Fecha de la última compra en el sitio. | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | +| `registration_date` | Date | Buyer's registration date on the site. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `last_purchase` | Date | Date of the last purchase on the site. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index 07e324783b..772fbbd71c 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -1,39 +1,41 @@ # Transporte urbano +Estes são os dados específicos para a indústria de **transporte urbano** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `description` | String | Descrição. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação. | -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.en.md b/guides/checkout-api-v2/industry-data/utilities.en.md index 3c395003a9..514253637a 100644 --- a/guides/checkout-api-v2/industry-data/utilities.en.md +++ b/guides/checkout-api-v2/industry-data/utilities.en.md @@ -1,38 +1,40 @@ # Utilities +These are the specific data for the **utilities** industry that you can add to your integration to improve payment approval. + ## Fields to send -Add all the additional information you want. +Add any additional information that you consider necessary. ### About items | Array `items` | Type | Description | | --- | --- | --- | -| `id` | String | Code. | -| `title` | String | Name. | -| `category_id` | String | Category. | -| `quantity` | Integer | Quantity. | -| `unit_price` | Float | Unit price. | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ### About the buyer | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Name. | -| `last_name` | String | Surname. | -| `identification` | Object | Identification data. | -| `identification_type` | String | Identification type | -| `identification_number` | String | Identification number. | -| `phone` | Object | Phone. | -| `area_code` | Integer | Area code. | -| `number` | Integer | Phone number. | -| `address` | Object | Adress data. | -| `zip_code` | String | Postal code. | -| `street_name` | String | Street name. | -| `street_number` | Integer | Street number. | -| `authentication_type` | Enum | Type of authentication. They can be "Gmail," "Facebook," "Native Web," or "Other". | +| `first_name` | String | Buyer's first name. | +| `last_name` | String | Buyer's last name. | +| `identification` | Object | Buyer's identification data. | +| `type` | String | Type of identification. It is found within the `identification` object. | +| `number` | String | Identification number. It is found within the `identification` object. | +| `phone` | Object | Buyer's phone number. | +| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | +| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | +| `address` | Object | Buyer's address data. | +| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | +| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | +| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | +| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | `True` if it is, `False` if it is not. | -| `is_first_purchase_online` | Boolean | `True` if it is, `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md index f2d4bfca02..ebf64b056c 100644 --- a/guides/checkout-api-v2/industry-data/utilities.es.md +++ b/guides/checkout-api-v2/industry-data/utilities.es.md @@ -1,38 +1,40 @@ # Utilities +Estos son los datos específicos para la industria **utilities** que puedes agregar a tu integración para mejorar la aprobación de los pagos. + ## Campos a enviar -Agrega toda la información adicional que quieras. +Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nombre. | -| `category_id` | String | Categoría. | -| `quantity` | Integer | Cantidad. | -| `unit_price` | Float | Precio unitario. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | ### Sobre el comprador | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index 9dd2528a65..351b586a5a 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -1,38 +1,40 @@ # Utilities +Estes são os dados específicos para a indústria de **utilities** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. + ## Campos para enviar -Adicione todas as informações adicionais que você deseja. +Adicione qualquer informação extra que considerar necessária. ### Sobre itens | Array `items` | Tipo | Descrição | | --- | --- | --- | -| `id` | String | Código. | -| `title` | String | Nome. | -| `category_id` | String | Categoria. | -| `quantity` | Integer | Quantidade. | -| `unit_price` | Float | Preço unitário. | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | ### Sobre o comprador | Object `payer` | Tipo | Descrição | | --- | --- | --- | -| `first_name` | String | Nome. | -| `last_name` | String | Sobrenome. | -| `identification` | Object | Dados de identificação.| -| `identification_type` | String | Tipo de identificação. | -| `identification_number` | String | Número de identificação. | -| `phone` | Object | Telefone. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de telefone. | -| `address` | Object | Dados do endereço. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nome da rua. | -| `street_number` | Integer | Número da rua. | -| `authentication_type` | Enum | Tipo de autenticação. Podem ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | +| `first_name` | String | Nome do comprador. | +| `last_name` | String | Sobrenome do comprador. | +| `identification` | Object | Dados de identificação do comprador. | +| `type` | String | Tipo de identificação. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação. Está dentro do objeto `identification`. | +| `phone` | Object | Telefone do comprador. | +| `area_code` | Integer | Código de área do comprador. Está dentro do objeto `phone`. | +| `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | +| `address` | Object | Dados do endereço do comprador. | +| `zip_code` | String | Código postal do comprador. Está dentro do objeto `address`. | +| `street_name` | String | Nome da rua do endereço do comprador. Está dentro do objeto `address`. | +| `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | `True` se é, `False` se não é. | -| `is_first_purchase_online` | Boolean | `True` se é, `False` se não é. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl From 39eba906d727cc4f2a80e4b736d09eb55793f536 Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 26 Dec 2024 17:12:08 -0300 Subject: [PATCH 21/40] fix en un link --- guides/checkout-api-v2/industry-data/industry-data-intro.en.md | 2 +- guides/checkout-api-v2/industry-data/industry-data-intro.es.md | 2 +- guides/checkout-api-v2/industry-data/industry-data-intro.pt.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md index 612ec060c8..4a117b9e60 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md @@ -20,7 +20,7 @@ Depending on the branch of activities or industry of your store, there is a seri * [Hospitality](/developers/en/docs/checkout-api/additional-content/industry-data/hospitality) * [Utilities](/developers/en/docs/checkout-api/additional-content/industry-data/utilities) * [Direct sale](/developers/en/docs/checkout-api/additional-content/industry-data/direct-sale) -* [Automobiles and nautical](/developers/en/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Automobiles and nautical](/developers/en/docs/checkout-api/additional-content/industry-data/automobiles-and-nautical) * [Urban transport](/developers/en/docs/checkout-api/additional-content/industry-data/urban-transport) * [Gambling](/developers/en/docs/checkout-api/additional-content/industry-data/gambling) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md index e09c5af496..ab41df7269 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md @@ -20,7 +20,7 @@ Dependiendo del ramo de actividades o industria de tu tienda, existen una serie * [Hotelería](/developers/es/docs/checkout-api/additional-content/industry-data/hospitality) * [Utilities](/developers/es/docs/checkout-api/additional-content/industry-data/utilities) * [Venta directa](/developers/es/docs/checkout-api/additional-content/industry-data/direct-sale) -* [Automóviles y náuticas](/developers/es/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Automóviles y náuticas](/developers/es/docs/checkout-api/additional-content/industry-data/automobiles-and-nautical) * [Transporte urbano](/developers/es/docs/checkout-api/additional-content/industry-data/urban-transport) * [Gambling](/developers/es/docs/checkout-api/additional-content/industry-data/gambling) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md index a59ee3b579..bfd92185d4 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md @@ -20,7 +20,7 @@ Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dado * [Hospitalidade](/developers/pt/docs/checkout-api/additional-content/industry-data/hospitality) * [Utilities](/developers/pt/docs/checkout-api/additional-content/industry-data/utilities) * [Venda direta](/developers/pt/docs/checkout-api/additional-content/industry-data/direct-sale) -* [Automóveis e náutica](/developers/pt/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) +* [Automóveis e náutica](/developers/pt/docs/checkout-api/additional-content/industry-data/automobiles-and-nautical) * [Transporte urbano](/developers/pt/docs/checkout-api/additional-content/industry-data/urban-transport) * [Gambling](/developers/pt/docs/checkout-api/additional-content/industry-data/gambling) From d490fde3ad59536c74fccc70ee0b38dad2fc6ca3 Mon Sep 17 00:00:00 2001 From: Gosti Date: Mon, 30 Dec 2024 14:26:06 -0300 Subject: [PATCH 22/40] fixes menores por feedback --- .../industry-data/apparel.en.md | 8 ++-- .../industry-data/apparel.es.md | 8 ++-- .../industry-data/apparel.pt.md | 8 ++-- .../applications-online-platforms.en.md | 6 +-- .../applications-online-platforms.es.md | 6 +-- .../applications-online-platforms.pt.md | 6 +-- .../automobiles-and-nautical.en.md | 6 +-- .../automobiles-and-nautical.es.md | 6 +-- .../automobiles-and-nautical.pt.md | 6 +-- .../industry-data/direct-sale.en.md | 6 +-- .../industry-data/direct-sale.es.md | 6 +-- .../industry-data/direct-sale.pt.md | 6 +-- .../industry-data/electro.en.md | 12 ++--- .../industry-data/electro.es.md | 12 ++--- .../industry-data/electro.pt.md | 12 ++--- .../industry-data/gambling.en.md | 8 ++-- .../industry-data/gambling.es.md | 8 ++-- .../industry-data/gambling.pt.md | 8 ++-- .../goverments-public-services.en.md | 6 +-- .../goverments-public-services.es.md | 6 +-- .../goverments-public-services.pt.md | 6 +-- .../industry-data/home-and-deco.en.md | 10 ++-- .../industry-data/home-and-deco.es.md | 10 ++-- .../industry-data/home-and-deco.pt.md | 10 ++-- .../industry-data/hospitality.en.md | 4 +- .../industry-data/hospitality.es.md | 6 +-- .../industry-data/hospitality.pt.md | 6 +-- .../industry-data/retail.en.md | 8 ++-- .../industry-data/retail.es.md | 8 ++-- .../industry-data/retail.pt.md | 8 ++-- .../tickets-and-entretainment.en.md | 6 +-- .../tickets-and-entretainment.es.md | 6 +-- .../tickets-and-entretainment.pt.md | 6 +-- .../industry-data/tourism.en.md | 6 +-- .../industry-data/tourism.es.md | 6 +-- .../industry-data/tourism.pt.md | 6 +-- .../industry-data/urban-transport.en.md | 6 +-- .../industry-data/urban-transport.es.md | 46 +++++++++---------- .../industry-data/urban-transport.pt.md | 6 +-- .../industry-data/utilities.en.md | 6 +-- .../industry-data/utilities.es.md | 6 +-- .../industry-data/utilities.pt.md | 6 +-- .../checkout-pro/industry-data/apparel.es.md | 0 .../applications-online-platforms.es.md | 0 .../automobiles-and-nautical.es.md | 0 .../industry-data/direct-sale.es.md | 0 .../checkout-pro/industry-data/electro.es.md | 0 .../goverments-public-services.es.md | 0 .../industry-data/home-and-deco.es.md | 0 .../industry-data/hospitality.es.md | 0 .../industry-data/industry-data-intro.es.md | 25 ---------- .../checkout-pro/industry-data/retail.es.md | 0 .../tickets-and-entretainment.es.md | 0 .../checkout-pro/industry-data/tourism.es.md | 0 .../industry-data/urban-transport.es.md | 0 .../industry-data/utilities.es.md | 0 56 files changed, 169 insertions(+), 194 deletions(-) delete mode 100644 guides/checkout-pro/industry-data/apparel.es.md delete mode 100644 guides/checkout-pro/industry-data/applications-online-platforms.es.md delete mode 100644 guides/checkout-pro/industry-data/automobiles-and-nautical.es.md delete mode 100644 guides/checkout-pro/industry-data/direct-sale.es.md delete mode 100644 guides/checkout-pro/industry-data/electro.es.md delete mode 100644 guides/checkout-pro/industry-data/goverments-public-services.es.md delete mode 100644 guides/checkout-pro/industry-data/home-and-deco.es.md delete mode 100644 guides/checkout-pro/industry-data/hospitality.es.md delete mode 100644 guides/checkout-pro/industry-data/industry-data-intro.es.md delete mode 100644 guides/checkout-pro/industry-data/retail.es.md delete mode 100644 guides/checkout-pro/industry-data/tickets-and-entretainment.es.md delete mode 100644 guides/checkout-pro/industry-data/tourism.es.md delete mode 100644 guides/checkout-pro/industry-data/urban-transport.es.md delete mode 100644 guides/checkout-pro/industry-data/utilities.es.md diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index 2fd0a2986a..c40bbe928a 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -16,7 +16,7 @@ Add any additional information that you consider necessary. | `picture_url` | String | Image URL representing the item. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -36,8 +36,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About Shipments @@ -49,7 +49,7 @@ Add any additional information that you consider necessary. | `state_name` | String | Province to which the order is shipped. | | `city_name` | String | City to which the order is shipped. | | `street_number` | Integer | Street number of the shipment. | -| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `true` if it is, `false` if it is not. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index 9dd18ffe3e..bba1638b96 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -16,7 +16,7 @@ Agrega toda la información adicional que consideres necesaria. | `picture_url` | String | URL de imagen que representa al ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -36,8 +36,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos @@ -49,7 +49,7 @@ Agrega toda la información adicional que consideres necesaria. | `state_name` | String | Provincia hacia donde se envía el pedido. | | `city_name` | String | Ciudad hacia donde se envía el pedido. | | `street_number` | Integer | Número de calle del envío. | -| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `true` si lo es, `false` si no lo es. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index d586f7c157..e9e356a3f0 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -16,7 +16,7 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -36,8 +36,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre remessa @@ -49,7 +49,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | ```curl diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index 1d22776c6d..54c838e7e5 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -13,7 +13,7 @@ Add any additional information that you consider necessary. | `title` | String | Item name. | | `category_id` | String | Category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -33,8 +33,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index 7887fea7d0..7bf8f28e8e 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -13,7 +13,7 @@ Agrega toda la información adicional que consideres necesaria. | `title` | String | Nombre del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -33,8 +33,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index a074c69b67..07758ce02a 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -13,7 +13,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -33,8 +33,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index 45de38050f..cd8cf1068e 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -14,7 +14,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -34,7 +34,7 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments @@ -48,7 +48,7 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the shipment. | | `floor` | String | Floor information for delivery. | | `apartment` | String | Apartament information for delivery. | -| `local_pickup` | Boolean | `True` if withdrawn at branch, `False` if not. | +| `local_pickup` | Boolean | `true` if withdrawn at branch, `false` if not. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index 624c777417..94c2848839 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -14,7 +14,7 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -34,7 +34,7 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos @@ -48,7 +48,7 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del envío. | | `floor` | String | Información del piso para la entrega. | | `apartment` | String | Información del departamento para la entrega. | -| `local_pickup` | Boolean | `True` si se retira en sucursal, `False` si no lo hace. | +| `local_pickup` | Boolean | `true` si se retira en sucursal, `false` si no lo hace. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index 6a16365c3f..3741634831 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -35,7 +35,7 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios @@ -49,7 +49,7 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua da entrega. | | `floor` | String | Informações do andar para a entrega. | | `apartment` | String | Informações do apartamento para a entrega. | -| `local_pickup` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | +| `local_pickup` | Boolean | `true` se retira na agência ou na loja, `false` se não retira. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index f999fb379a..40f52e3bab 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -15,7 +15,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -35,8 +35,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index 15e94d62e9..6027712356 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -15,7 +15,7 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -35,8 +35,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index 4cc2158271..4f0df7d931 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -35,8 +35,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index 2d44697ffa..d527acab9f 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -15,8 +15,8 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | -| `warranty` | Boolean | `True` if the product has a guarantee, `False` if it does not. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | ### About the buyer @@ -36,21 +36,21 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments | Object `shipment` | Type | Description | | --- | --- | --- | -| `local_pickup` | Boolean | `True` if pickup is in branch, `False` if it is not. | +| `local_pickup` | Boolean | `true` if pickup is in branch, `false` if it is not. | | `receiver_address` | Object | Shipping address data. | | `zip_code` | String | Postal code for the shipment. | | `state_name` | String | Province to which the order is shipped. | | `city_name` | String | City to which the order is shipped. | | `street_number` | Integer | Street number of the shipment. | -| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `true` if it is, `false` if it is not. | ``` curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index d3b2a819f7..98502efe96 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -14,8 +14,8 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | -| `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | ### Sobre el comprador @@ -35,21 +35,21 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `local_pickup` | Boolean | `True` si retira en sucursal, `False` si no lo hace. | +| `local_pickup` | Boolean | `true` si retira en sucursal, `false` si no lo hace. | | `receiver_address` | Object | Datos de dirección del envío. | | `zip_code` | String | Código postal para el envío. | | `state_name` | String | Provincia hacia donde se envía el pedido. | | `city_name` | String | Ciudad hacia donde se envía el pedido. | | `street_number` | Integer | Número de calle del envío. | -| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `true` si lo es, `false` si no lo es. | ``` curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index ec41f176d0..e578c83319 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -14,8 +14,8 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. || -| `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ### Sobre o comprador @@ -35,21 +35,21 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `local_pickup` | Boolean | `True` se retira na agência ou na loja, `False` se não retira. | +| `local_pickup` | Boolean | `true` se retira na agência ou na loja, `false` se não retira. | | `receiver_address` | Object | Dados do endereço da entrega. | | `zip_code` | String | Código postal para a entrega. | | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | ``` diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md index a8449258b7..3f079cd599 100644 --- a/guides/checkout-api-v2/industry-data/gambling.en.md +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -11,10 +11,10 @@ Add any additional information that you consider necessary. | --- | --- | --- | | `id` | String | Item identification code. | | `title` | String | Item name. | -| `warranty` | Boolean | `True` if it is, `False` if it is not. | +| `warranty` | Boolean | `true` if it is, `false` if it is not. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -34,8 +34,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/gambling.es.md b/guides/checkout-api-v2/industry-data/gambling.es.md index 346ceb2802..ff4bea04dd 100644 --- a/guides/checkout-api-v2/industry-data/gambling.es.md +++ b/guides/checkout-api-v2/industry-data/gambling.es.md @@ -12,10 +12,10 @@ Agrega toda la información adicional que consideres necesaria. |---|---|---| | `id` | String | Código de identificación del ítem. | | `title` | String | Nombre del ítem. | -| `warranty` | Boolean | `True` si lo es, `False` si no lo es. | +| `warranty` | Boolean | `true` si lo es, `false` si no lo es. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -35,8 +35,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index 942787685e..b363c71a21 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -11,10 +11,10 @@ Adicione qualquer informação extra que considerar necessária. | --- | --- | --- | | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | -| `warranty` | Boolean | `True` se é, `False` se não é. | +| `warranty` | Boolean | `true` se é, `false` se não é. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -34,8 +34,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md index 5266c2fcac..b3b19d3e86 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -14,7 +14,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | | `event_date` | Date | Event date. | ### About the buyer @@ -35,8 +35,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index b8fbb37715..784ecb38e8 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -14,7 +14,7 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | | `event_date` | Date | Fecha del evento. | ### Sobre el comprador @@ -35,8 +35,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index c1ed443f01..a3c95b2452 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | | `event_date` | Date |Data do evento. | ### Sobre o comprador @@ -35,8 +35,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md index 283faa058d..892bbfe5b9 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.en.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -14,8 +14,8 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | -| `warranty` | Boolean | `True` if the product has a guarantee, `False` if it does not. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | ### About the buyer @@ -35,8 +35,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | #### About shipments @@ -48,7 +48,7 @@ Add any additional information that you consider necessary. | `state_name` | String | Province to which the order is shipped. | | `city_name` | String | City to which the order is shipped. | | `street_number` | Integer | Street number of the shipment. | -| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `true` if it is, `false` if it is not. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index 3755875439..c02d74950e 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -14,8 +14,8 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | -| `warranty` | Boolean | `True` si el producto tiene garantía, `False` si no la tiene. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | ### Sobre el comprador @@ -35,8 +35,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos @@ -48,7 +48,7 @@ Agrega toda la información adicional que consideres necesaria. | `state_name` | String | Provincia hacia donde se envía el pedido. | | `city_name` | String | Ciudad hacia donde se envía el pedido. | | `street_number` | Integer | Número de calle del envío. | -| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `true` si lo es, `false` si no lo es. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index a211aa20d1..514344c33e 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -14,8 +14,8 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | -| `warranty` | Boolean | `True` se o produto tiver garantia, `False` se não tiver. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ### Sobre o comprador @@ -35,8 +35,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre remessa @@ -48,7 +48,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/hospitality.en.md b/guides/checkout-api-v2/industry-data/hospitality.en.md index 934b049af9..f300ef9150 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.en.md +++ b/guides/checkout-api-v2/industry-data/hospitality.en.md @@ -41,8 +41,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index d9902049db..b2ea0288ac 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -13,7 +13,7 @@ Agrega toda la información adicional que consideres necesaria. | `title` | String | Nombre del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | | `event_date` | Date | Fecha del evento. | | `category_descriptor` | Object | Descripción de la categoría. | | `passenger` | Object | Información adicional del pasajero. | @@ -41,8 +41,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `True` si lo es, `False` si no lo es. | -| `is_first_purchase_online` | Boolean | `True` si lo es, `False` si no lo es. | +| `is_prime_user` | Boolean | `true` si lo es, `false` si no lo es. | +| `is_first_purchase_online` | Boolean | `true` si lo es, `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index 6877848ebb..2090a758dd 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -13,7 +13,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | | `event_date` | Date |Data do evento. | | `category_descriptor` | Object | Descrição de la categoría. | | `passenger` | Object |Informações adicionais sobre passageiros. | @@ -41,8 +41,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md index 279104927a..35956681e9 100644 --- a/guides/checkout-api-v2/industry-data/retail.en.md +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -15,7 +15,7 @@ Add any additional information that you consider necessary. | `picture_url` | String | Image URL representing the item. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -35,8 +35,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ### About shipments @@ -48,7 +48,7 @@ Add any additional information that you consider necessary. | `state_name` | String | Province to which the order is shipped. | | `city_name` | String | City to which the order is shipped. | | `street_number` | Integer | Street number of the shipment. | -| `express_shipment` | Boolean | Indicates if the shipment is express. `True` if it is, `False` if it is not. | +| `express_shipment` | Boolean | Indicates if the shipment is express. `true` if it is, `false` if it is not. | ```curl diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index b57abb256e..80987f1ecf 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -15,7 +15,7 @@ Agrega toda la información adicional que consideres necesaria. | `picture_url` | String | URL de imagen que representa al ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -35,8 +35,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ### Sobre envíos @@ -48,7 +48,7 @@ Agrega toda la información adicional que consideres necesaria. | `state_name` | String | Provincia hacia donde se envía el pedido. | | `city_name` | String | Ciudad hacia donde se envía el pedido. | | `street_number` | Integer | Número de calle del envío. | -| `express_shipment` | Boolean | Indica si el envío es rápido. `True` si lo es, `False` si no lo es. | +| `express_shipment` | Boolean | Indica si el envío es rápido. `true` si lo es, `false` si no lo es. | ```curl diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index d36360f01e..898fd8c1fb 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -35,8 +35,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios @@ -48,7 +48,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `True` se for, `False` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md index 321966ca5d..c752714fab 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md @@ -15,7 +15,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Category | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | | `event_date` | Date | Event date | ### About the buyer @@ -32,8 +32,8 @@ Add any additional information that you consider necessary. | `number` | Integer | Buyer's phone number. It is found within the `phone` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index 7e14430655..8adbdb4fd7 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -14,7 +14,7 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | | `event_date` | Date | Fecha. | ### Sobre el comprador @@ -31,8 +31,8 @@ Agrega toda la información adicional que consideres necesaria. | `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index 90744159d2..0bddcd8044 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | | `event_date` | Date | Data. | ### Sobre o comprador @@ -32,8 +32,8 @@ Adicione qualquer informação extra que considerar necessária. | `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md index 5295997350..d99bfbe6aa 100644 --- a/guides/checkout-api-v2/industry-data/tourism.en.md +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -14,7 +14,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | | `category_descriptor` | Object | Object that contains specific information related to the industry. | | `passenger` | Object | Passenger information. It is found within the `category_descriptor` object. | | `first_name` | String | Passenger's first name. It is found within the `passenger` object. | @@ -47,8 +47,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index 5000e88e2a..9fafdd6c1a 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -14,7 +14,7 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | | `category_descriptor` | Object | Objeto que consigna información específica relacionada a la industria. | | `passenger` | Object | Información del pasajero. Se encuentra dentro del objeto `category_descriptor`. | | `first_name`| String | Nombre del pasajero. Se encuentra dentro del objeto `passenger`.| @@ -47,8 +47,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index dc2c89f3c5..68a7c0b7bb 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -14,7 +14,7 @@ Adicione todas as informações adicionais que você deseja. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | | `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | | `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | | `first_name` | String | Nome do passageiro. Está dentro do objeto `passenger`. | @@ -47,8 +47,8 @@ Adicione todas as informações adicionais que você deseja. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/urban-transport.en.md b/guides/checkout-api-v2/industry-data/urban-transport.en.md index 7fc1a20a68..705c19e784 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.en.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.en.md @@ -14,7 +14,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -34,8 +34,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md index cf0668ffb5..3ef9aa1a9e 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.es.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.es.md @@ -9,34 +9,34 @@ Add any additional information that you consider necessary. | Array `items` | Tipo | Descripción | | --- | --- | --- | -| `id` | String | Item identification code. | -| `title` | String | Item name. | -| `description` | String | Item description. | -| `category_id` | String | Item category. | -| `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador | Object `payer` | Type | Description | | --- | --- | --- | -| `first_name` | String | Buyer's first name. | -| `last_name` | String | Buyer's last name. | -| `identification` | Object | Buyer's identification data. | -| `type` | String | Type of identification. It is found within the `identification` object. | -| `number` | String | Identification number. It is found within the `identification` object. | -| `phone` | Object | Buyer's phone number. | -| `area_code` | Integer | Buyer's area code. It is found within the `phone` object. | -| `number` | Integer | Buyer's phone number. It is found within the `phone` object. | -| `address` | Object | Buyer's address data. | -| `zip_code` | String | Buyer's postal code. It is found within the `address` object. | -| `street_name` | String | Street name of the buyer's address. It is found within the `address` object. | -| `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | -| `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | -| `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | -| `last_purchase` | Date | Date of the last purchase on the site. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | +| `registration_date` | Date | Fecha de registro del comprador en el sitio. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | +| `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index 772fbbd71c..5fca6f9410 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -34,8 +34,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.en.md b/guides/checkout-api-v2/industry-data/utilities.en.md index 514253637a..a9ac3794c0 100644 --- a/guides/checkout-api-v2/industry-data/utilities.en.md +++ b/guides/checkout-api-v2/industry-data/utilities.en.md @@ -13,7 +13,7 @@ Add any additional information that you consider necessary. | `title` | String | Item name. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | ### About the buyer @@ -33,8 +33,8 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the buyer's address. It is found within the `address` object. | | `authentication_type` | Enum | Type of authentication. It can be "Gmail", "Facebook", "Native Web", or "Other". | | `registration_date` | Date | Buyer's registration date on the site. | -| `is_prime_user` | Boolean | Indicates if the user is premium. Put `True` if they are or `False` if they are not. | -| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `True` if it is or `False` if it is not. | +| `is_prime_user` | Boolean | Indicates if the user is premium. Put `true` if they are or `false` if they are not. | +| `is_first_purchase_online` | Boolean | Indicates if this is the customer's first purchase. Put `true` if they are or `false` if they are not. | | `last_purchase` | Date | Date of the last purchase on the site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md index ebf64b056c..2a3469801e 100644 --- a/guides/checkout-api-v2/industry-data/utilities.es.md +++ b/guides/checkout-api-v2/industry-data/utilities.es.md @@ -13,7 +13,7 @@ Agrega toda la información adicional que consideres necesaria. | `title` | String | Nombre del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | ### Sobre el comprador @@ -33,8 +33,8 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `True` si lo es o `False` si no lo es. | -| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `True` si lo es o `False` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index 351b586a5a..0b9bad36ac 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -13,7 +13,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | ### Sobre o comprador @@ -33,8 +33,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `True` se for ou `False` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `True` se for ou `False` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-pro/industry-data/apparel.es.md b/guides/checkout-pro/industry-data/apparel.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/applications-online-platforms.es.md b/guides/checkout-pro/industry-data/applications-online-platforms.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/automobiles-and-nautical.es.md b/guides/checkout-pro/industry-data/automobiles-and-nautical.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/direct-sale.es.md b/guides/checkout-pro/industry-data/direct-sale.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/electro.es.md b/guides/checkout-pro/industry-data/electro.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/goverments-public-services.es.md b/guides/checkout-pro/industry-data/goverments-public-services.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/home-and-deco.es.md b/guides/checkout-pro/industry-data/home-and-deco.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/hospitality.es.md b/guides/checkout-pro/industry-data/hospitality.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/industry-data-intro.es.md b/guides/checkout-pro/industry-data/industry-data-intro.es.md deleted file mode 100644 index 78c1479cfa..0000000000 --- a/guides/checkout-pro/industry-data/industry-data-intro.es.md +++ /dev/null @@ -1,25 +0,0 @@ -# Datos sobre industrias - -Revisa que campos puedes enviar según tu industria para mejorar tu aprobación. - -> WARNING -> -> Atención -> -> Esta información solo funciona para la API de Preferencias. - -* [Apparel](/developers/es/docs/checkout-api/additional-content/industry-data/apparel) -* [Electro](/developers/es/docs/checkout-api/additional-content/industry-data/electro) -* [Tickets y entretenimiento](/developers/es/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) -* [Home & deco](/developers/es/docs/checkout-api/additional-content/industry-data/home-and-deco) -* [Aplicaciones y plataformas online](/developers/es/docs/checkout-api/additional-content/industry-data/applications-online-platforms) -* [Retail](/developers/es/docs/checkout-api/additional-content/industry-data/retail) -* [Gobierno y servicios públicos](/developers/es/docs/checkout-api/additional-content/industry-data/goverment-public-services) -* [Turismo](/developers/es/docs/checkout-api/additional-content/industry-data/tourism) -* [Hotelería](/developers/es/docs/checkout-api/additional-content/industry-data/hospitality) -* [Utilities](/developers/es/docs/checkout-api/additional-content/industry-data/utilities) -* [Venta directa](/developers/es/docs/checkout-api/additional-content/industry-data/direct-sale) -* [Automóviles y náuticas](/developers/es/docs/checkout-api/additional-content/industry-data/automobilies-and-nautical) -* [Transporte urbano](/developers/es/docs/checkout-api/additional-content/industry-data/urban-transport) - - diff --git a/guides/checkout-pro/industry-data/retail.es.md b/guides/checkout-pro/industry-data/retail.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/tickets-and-entretainment.es.md b/guides/checkout-pro/industry-data/tickets-and-entretainment.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/tourism.es.md b/guides/checkout-pro/industry-data/tourism.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/urban-transport.es.md b/guides/checkout-pro/industry-data/urban-transport.es.md deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/guides/checkout-pro/industry-data/utilities.es.md b/guides/checkout-pro/industry-data/utilities.es.md deleted file mode 100644 index e69de29bb2..0000000000 From b772fe69e0675fbce10363ec849bf70780829bbf Mon Sep 17 00:00:00 2001 From: Gosti Date: Mon, 30 Dec 2024 14:40:47 -0300 Subject: [PATCH 23/40] Apply suggestions from code review Co-authored-by: Pili Canosa --- guides/checkout-api-v2/industry-data/industry-data-intro.en.md | 2 +- guides/checkout-api-v2/industry-data/industry-data-intro.es.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md index 4a117b9e60..ee15a3a046 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md @@ -1,6 +1,6 @@ # Additional industry data -Depending on the branch of activities or industry of your store, there is a series of data that can be sent when creating a payment that will help improve your approval. You can see them detailed by industry below. +Depending on the branch of activities or industry of your store, there is a series of data that can be sent when creating a payment that will help improve your approval. You can see them detailed by industry following the links below. > WARNING > diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md index ab41df7269..0fd2b7454e 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md @@ -1,6 +1,6 @@ # Datos adicionales sobre industrias -Dependiendo del ramo de actividades o industria de tu tienda, existen una serie de datos que pueden ser enviados al crear un pago que ayudarán a mejorar tu aprobación. Puedes verlos detallados por industria a continuación. +Dependiendo del ramo de actividades o industria de tu tienda, existen una serie de datos que pueden ser enviados al crear un pago que ayudarán a mejorar tu aprobación. Puedes verlos detallados por industria siguiendo los enlaces a continuación. > WARNING > From 14ab1a0b5e84097ad7d8c9a67ca5c373ca497645 Mon Sep 17 00:00:00 2001 From: Gosti Date: Mon, 30 Dec 2024 14:41:46 -0300 Subject: [PATCH 24/40] fixes menores por feedback --- guides/checkout-api-v2/industry-data/industry-data-intro.pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md index bfd92185d4..0ca4fdd273 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md @@ -1,6 +1,6 @@ # Dados adicionais de indústria -Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dados que podem ser enviados na hora de gerar um pagamento que vão ajudar a melhorar sua aprovação. Você pode vê-los detalhados por setor abaixo. +Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dados que podem ser enviados na hora de gerar um pagamento que vão ajudar a melhorar sua aprovação. Você pode vê-los detalhados por setor seguindo os links abaixo. > WARNING > From 3b4e162e53c1f95d43c05878e554506bf5a9dd66 Mon Sep 17 00:00:00 2001 From: Gosti Date: Mon, 30 Dec 2024 16:15:43 -0300 Subject: [PATCH 25/40] fixes menores por feedback --- .../industry-data/hospitality.es.md | 28 +++++++++---------- .../industry-data/industry-data-intro.en.md | 7 ----- .../industry-data/industry-data-intro.es.md | 7 ----- .../industry-data/industry-data-intro.pt.md | 7 ----- .../tickets-and-entretainment.es.md | 2 +- .../tickets-and-entretainment.pt.md | 2 +- 6 files changed, 16 insertions(+), 37 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index b2ea0288ac..12489068c3 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -27,22 +27,22 @@ Agrega toda la información adicional que consideres necesaria. | Object `payer` | Tipo | Descripción | | --- | --- | --- | -| `first_name` | String | Nombre. | -| `last_name` | String | Apellido. | -| `identification` | Object | Datos de identificación. | -| `identification_type` | String | Tipo de identificación. | -| `identification_number` | String | Número de identificación. | -| `phone` | Object | Teléfono. | -| `area_code` | Integer | Código de área. | -| `number` | Integer | Número de teléfono. | -| `address` | Object | Datos de dirección. | -| `zip_code` | String | Código postal. | -| `street_name` | String | Nombre de calle. | -| `street_number` | Integer | Número de calle. | +| `first_name` | String | Nombre del comprador. | +| `last_name` | String | Apellido del comprador. | +| `identification` | Object | Datos de identificación del comprador. | +| `type` | String | Tipo de identificación. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación. Se encuentra dentro del objeto `identification`. | +| `phone` | Object | Teléfono del comprador. | +| `area_code` | Integer | Código de área del comprador. Se encuentra dentro del objeto `phone`. | +| `number` | Integer | Número de teléfono del comprador. Se encuentra dentro del objeto `phone`. | +| `address` | Object | Datos del domicilio del comprador. | +| `zip_code` | String | Código postal del comprador. Se encuentra dentro del objeto `address`. | +| `street_name` | String | Nombre de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | +| `street_number` | Integer | Número de calle del domicilio del comprador. Se encuentra dentro del objeto `address`. | | `authentication_type` | Enum | Tipo de autenticación. Pueden ser "Gmail", "Facebook", "Web Nativa" u "Otro". | | `registration_date` | Date | Fecha de registro del comprador en el sitio. | -| `is_prime_user` | Boolean | `true` si lo es, `false` si no lo es. | -| `is_first_purchase_online` | Boolean | `true` si lo es, `false` si no lo es. | +| `is_prime_user` | Boolean | Indica si el usuario es premium. Coloca `true` si lo es o `false` si no lo es. | +| `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | ```curl diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md index ee15a3a046..835c87e445 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.en.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.en.md @@ -2,13 +2,6 @@ Depending on the branch of activities or industry of your store, there is a series of data that can be sent when creating a payment that will help improve your approval. You can see them detailed by industry following the links below. -> WARNING -> -> Attention -> -> This information applies only for Payment API integrations. To see information about the standard integration with payments api, click [here](/developers/en/reference/payments/_payments/post). - - * [Apparel](/developers/en/docs/checkout-api/additional-content/industry-data/apparel) * [Electro](/developers/en/docs/checkout-api/additional-content/industry-data/electro) * [Tickets and entertainment](/developers/en/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md index 0fd2b7454e..9335244b4b 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.es.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.es.md @@ -2,13 +2,6 @@ Dependiendo del ramo de actividades o industria de tu tienda, existen una serie de datos que pueden ser enviados al crear un pago que ayudarán a mejorar tu aprobación. Puedes verlos detallados por industria siguiendo los enlaces a continuación. -> WARNING -> -> Atención -> -> Esta información solo funciona para las integraciones con Payment API. Para ver información sobre integraciones estándar, haz clic [aquí](/developers/es/reference/payments/_payments/post). - - * [Apparel](/developers/es/docs/checkout-api/additional-content/industry-data/apparel) * [Electro](/developers/es/docs/checkout-api/additional-content/industry-data/electro) * [Tickets y entretenimiento](/developers/es/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md index 0ca4fdd273..1bdee0f219 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md @@ -2,13 +2,6 @@ Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dados que podem ser enviados na hora de gerar um pagamento que vão ajudar a melhorar sua aprovação. Você pode vê-los detalhados por setor seguindo os links abaixo. -> WARNING -> -> Atenção -> -> Esta informação só funciona para integrações com Payment API. Para informações sobre integrações padrão, clique [aqui.](/developers/pt/reference/payments/_payments/post) - - * [Apparel](/developers/pt/docs/checkout-api/additional-content/industry-data/apparel) * [Eletro](/developers/pt/docs/checkout-api/additional-content/industry-data/electro) * [Tickets e entretenimento](/developers/pt/docs/checkout-api/additional-content/industry-data/tickets-and-entretainment) diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index 8adbdb4fd7..47f6e72931 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -15,7 +15,7 @@ Agrega toda la información adicional que consideres necesaria. | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | | `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | -| `event_date` | Date | Fecha. | +| `event_date` | Date | Fecha del evento. | ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index 0bddcd8044..8b474532ed 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -16,7 +16,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | -| `event_date` | Date | Data. | +| `event_date` | Date | Data do evento. | ### Sobre o comprador From 7f7f3227667464039ad86728fa80f34a824fcefd Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 2 Jan 2025 15:39:58 -0300 Subject: [PATCH 26/40] fixes menores por feedback --- guides/checkout-api-v2/industry-data/apparel.pt.md | 2 +- .../industry-data/applications-online-platforms.pt.md | 2 +- .../industry-data/automobiles-and-nautical.pt.md | 2 +- guides/checkout-api-v2/industry-data/direct-sale.pt.md | 2 +- guides/checkout-api-v2/industry-data/electro.pt.md | 2 +- guides/checkout-api-v2/industry-data/gambling.pt.md | 2 +- .../industry-data/goverments-public-services.pt.md | 2 +- guides/checkout-api-v2/industry-data/home-and-deco.pt.md | 2 +- guides/checkout-api-v2/industry-data/hospitality.pt.md | 2 +- guides/checkout-api-v2/industry-data/retail.pt.md | 2 +- .../industry-data/tickets-and-entretainment.pt.md | 2 +- guides/checkout-api-v2/industry-data/tourism.pt.md | 2 +- guides/checkout-api-v2/industry-data/urban-transport.pt.md | 2 +- guides/checkout-api-v2/industry-data/utilities.pt.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index e9e356a3f0..40a24addbb 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -1,6 +1,6 @@ # Apparel -Estes são os dados específicos para a indústria de **apparel** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **apparel** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index 07758ce02a..4b3089bd47 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -1,6 +1,6 @@ # Aplicativos e plataformas online -Estes são os dados específicos para a indústria de **aplicativos e plataformas online** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **aplicativos e plataformas online** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index 3741634831..b7b316d1c9 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -1,6 +1,6 @@ # Automóveis e náutica -Estes são os dados específicos para a indústria de **automóveis e náutica** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **automóveis e náutica** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index 4f0df7d931..cd55dbb2e9 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -1,6 +1,6 @@ # Venda direta -Estes são os dados específicos para a indústria de **venda direta** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **venda direta** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index e578c83319..a9c3a7f856 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -1,6 +1,6 @@ # Eletro -Estes são os dados específicos para a indústria de **eletro** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **eletro** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index b363c71a21..491e1aec6e 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -1,6 +1,6 @@ # Gambling -Estes são os dados específicos para a indústria de **gambling** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **gambling** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index a3c95b2452..5aa63d38a5 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -1,6 +1,6 @@ # Serviços governamentais e públicos -Estes são os dados específicos para a indústria de **serviços governamentais e públicos** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **serviços governamentais e públicos** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index 514344c33e..42472a3b69 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -1,6 +1,6 @@ # Casa e decoração -Estes são os dados específicos para a indústria de **casa e decoração** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **casa e decoração** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index 2090a758dd..25f4723989 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -1,6 +1,6 @@ # Hospitalidade -Estes são os dados específicos para a indústria de **hospitalidade** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **hospitalidade** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index 898fd8c1fb..f7207ab928 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -1,6 +1,6 @@ # Retail -Estes são os dados específicos para a indústria de **retail** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **retail** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index 8b474532ed..e1ceff31bb 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -1,6 +1,6 @@ # Tickets e entretenimento -Estes são os dados específicos para a indústria de **tickets e entretenimento** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **tickets e entretenimento** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index 68a7c0b7bb..ad090dff60 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -1,6 +1,6 @@ # Turismo -Estes são os dados específicos para a indústria de **turismo** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **turismo** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione todas as informações adicionais que você deseja. diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index 5fca6f9410..cbb429e8c8 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -1,6 +1,6 @@ # Transporte urbano -Estes são os dados específicos para a indústria de **transporte urbano** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **transporte urbano** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index 0b9bad36ac..8b895bd36d 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -1,6 +1,6 @@ # Utilities -Estes são os dados específicos para a indústria de **utilities** que você pode adicionar à sua integração para melhorar a aprovação dos pagamentos. +Estes são os dados específicos para a indústria de **utilities** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar Adicione qualquer informação extra que considerar necessária. From 2d023971c364611fe288578d57058ba9cca093cc Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 2 Jan 2025 15:59:30 -0300 Subject: [PATCH 27/40] fixes menores por feedback --- guides/checkout-api-v2/industry-data/apparel.pt.md | 7 ++++++- .../industry-data/applications-online-platforms.pt.md | 2 +- .../industry-data/automobiles-and-nautical.pt.md | 2 +- guides/checkout-api-v2/industry-data/direct-sale.pt.md | 2 +- guides/checkout-api-v2/industry-data/electro.pt.md | 2 +- guides/checkout-api-v2/industry-data/gambling.pt.md | 2 +- .../industry-data/goverments-public-services.pt.md | 2 +- guides/checkout-api-v2/industry-data/home-and-deco.pt.md | 2 +- guides/checkout-api-v2/industry-data/hospitality.pt.md | 2 +- guides/checkout-api-v2/industry-data/retail.pt.md | 2 +- .../industry-data/tickets-and-entretainment.pt.md | 2 +- guides/checkout-api-v2/industry-data/tourism.pt.md | 2 +- guides/checkout-api-v2/industry-data/urban-transport.pt.md | 2 +- guides/checkout-api-v2/industry-data/utilities.pt.md | 2 +- 14 files changed, 19 insertions(+), 14 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index 40a24addbb..95bb64fe5e 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -16,7 +16,12 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +----[mla, mlm, mlu, mco, mlb, mpe]---- +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +----------- +----[mlc]---- +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +----------- ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index 4b3089bd47..8df2ca89a1 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -13,7 +13,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index b7b316d1c9..7183fee508 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index cd55dbb2e9..af43f1457b 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index a9c3a7f856..9d94f6f393 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index 491e1aec6e..7bdff86fa6 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `warranty` | Boolean | `true` se é, `false` se não é. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index 5aa63d38a5..3b8d4d609e 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | | `event_date` | Date |Data do evento. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index 42472a3b69..4708fc4e19 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index 25f4723989..fa9e944beb 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -13,7 +13,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | | `event_date` | Date |Data do evento. | | `category_descriptor` | Object | Descrição de la categoría. | | `passenger` | Object |Informações adicionais sobre passageiros. | diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index f7207ab928..937071500c 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index e1ceff31bb..933b44b5fe 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | | `event_date` | Date | Data do evento. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index ad090dff60..3b4415abdf 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -14,7 +14,7 @@ Adicione todas as informações adicionais que você deseja. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | | `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | | `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | | `first_name` | String | Nome do passageiro. Está dentro do objeto `passenger`. | diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index cbb429e8c8..e0b28bbd06 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -14,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index 8b895bd36d..a722ef267f 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -13,7 +13,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser inteiro ou com casas decimais. Observe que as integrações para o Chile não suportam decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ### Sobre o comprador From 1470589fc0ddd87159dc37177fad2aaea7ec2252 Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 2 Jan 2025 16:47:08 -0300 Subject: [PATCH 28/40] =?UTF-8?q?test=20localizaci=C3=B3n=20chile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/checkout-api-v2/industry-data/apparel.pt.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index 95bb64fe5e..a9364c4cc2 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens + | Array `items` | Tipo | Descrição| | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -16,12 +17,7 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -----[mla, mlm, mlu, mco, mlb, mpe]---- -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ -----[mlc]---- -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | ------------ +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais.----[mlc]---- Observe que as integrações para o Chile não suportam casas decimais.----------- | ### Sobre o comprador From a02b4d164cc760131b9a09a50abf05b18aadcd01 Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 2 Jan 2025 16:54:40 -0300 Subject: [PATCH 29/40] =?UTF-8?q?test=20localizaci=C3=B3n=20chile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/checkout-api-v2/industry-data/apparel.pt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index a9364c4cc2..cd68cea116 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -7,7 +7,6 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens - | Array `items` | Tipo | Descrição| | --- | --- | --- | | `id` | String | Código de identificação do item. | From 121011d0f11c1801d9fd8b6e5bc4767a42af066f Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 2 Jan 2025 17:57:27 -0300 Subject: [PATCH 30/40] =?UTF-8?q?localizaci=C3=B3n=20de=20tabla=20para=20m?= =?UTF-8?q?lc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../industry-data/apparel.en.md | 19 +++++++++++-- .../industry-data/apparel.es.md | 19 ++++++++++++- .../industry-data/apparel.pt.md | 19 ++++++++++++- .../applications-online-platforms.en.md | 14 +++++++++- .../applications-online-platforms.es.md | 15 +++++++++- .../applications-online-platforms.pt.md | 14 +++++++++- .../automobiles-and-nautical.en.md | 15 +++++++++- .../automobiles-and-nautical.es.md | 15 +++++++++- .../automobiles-and-nautical.pt.md | 15 +++++++++- .../industry-data/direct-sale.en.md | 16 ++++++++++- .../industry-data/direct-sale.es.md | 16 ++++++++++- .../industry-data/direct-sale.pt.md | 16 ++++++++++- .../industry-data/electro.en.md | 16 ++++++++++- .../industry-data/electro.es.md | 16 ++++++++++- .../industry-data/electro.pt.md | 16 ++++++++++- .../industry-data/gambling.en.md | 15 +++++++++- .../industry-data/gambling.es.md | 17 +++++++++-- .../industry-data/gambling.pt.md | 15 +++++++++- .../goverments-public-services.en.md | 16 ++++++++++- .../goverments-public-services.es.md | 16 ++++++++++- .../goverments-public-services.pt.md | 16 ++++++++++- .../industry-data/home-and-deco.en.md | 16 ++++++++++- .../industry-data/home-and-deco.es.md | 16 ++++++++++- .../industry-data/home-and-deco.pt.md | 16 ++++++++++- .../industry-data/hospitality.en.md | 22 ++++++++++++++- .../industry-data/hospitality.es.md | 22 ++++++++++++++- .../industry-data/hospitality.pt.md | 22 ++++++++++++++- .../industry-data/retail.en.md | 16 ++++++++++- .../industry-data/retail.es.md | 16 ++++++++++- .../industry-data/retail.pt.md | 16 ++++++++++- .../tickets-and-entretainment.en.md | 16 ++++++++++- .../tickets-and-entretainment.es.md | 16 ++++++++++- .../tickets-and-entretainment.pt.md | 16 ++++++++++- .../industry-data/tourism.en.md | 28 ++++++++++++++++++- .../industry-data/tourism.es.md | 28 ++++++++++++++++++- .../industry-data/tourism.pt.md | 28 ++++++++++++++++++- .../industry-data/urban-transport.en.md | 15 +++++++++- .../industry-data/urban-transport.es.md | 15 +++++++++- .../industry-data/urban-transport.pt.md | 15 +++++++++- .../industry-data/utilities.en.md | 14 +++++++++- .../industry-data/utilities.es.md | 14 +++++++++- .../industry-data/utilities.pt.md | 14 +++++++++- 42 files changed, 673 insertions(+), 44 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index c40bbe928a..a4e92168d6 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -5,8 +5,9 @@ These are the specific data for the **apparel** industry that you can add to you ## Fields to send Add any additional information that you consider necessary. -### About the Items +### About the items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -16,7 +17,21 @@ Add any additional information that you consider necessary. | `picture_url` | String | Image URL representing the item. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `type` | String | Item type. | +| `description` | String | Item description. | +| `picture_url` | String | Image URL representing the item. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index bba1638b96..1dd65cdb0e 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -16,7 +17,23 @@ Agrega toda la información adicional que consideres necesaria. | `picture_url` | String | URL de imagen que representa al ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `type` | String | Tipo de ítem. | +| `description` | String | Descripción del ítem. | +| `picture_url` | String | URL de imagen que representa al ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ + + ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index cd68cea116..ece0990b19 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição| | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -16,7 +17,23 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais.----[mlc]---- Observe que as integrações para o Chile não suportam casas decimais.----------- | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição| +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `type` | String | Tipo de item. | +| `description` | String | Descrição do item. | +| `picture_url` | String | URL da imagem que representa o item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +----------- + + ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index 54c838e7e5..4d77381226 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -7,13 +7,25 @@ Add any additional information that you consider necessary. ### About the items +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | | `title` | String | Item name. | | `category_id` | String | Category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +----------- ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index 7bf8f28e8e..a8892d941e 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -7,13 +7,26 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | | `title` | String | Nombre del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ + ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index 8df2ca89a1..9df717413c 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -7,13 +7,25 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index cd8cf1068e..20f5211caf 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -14,7 +15,19 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index 94c2848839..7f2ca7a082 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,7 +15,19 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index 7183fee508..67c187734b 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -8,6 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -15,7 +16,19 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index 40f52e3bab..59e334a147 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -15,7 +16,20 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `type` | String | Item type. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index 6027712356..e075ae6a1d 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -15,7 +16,20 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `type` | String | Tipo de ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index af43f1457b..47cc24e961 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição| | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -15,7 +16,20 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição| +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `type` | String | Tipo de item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index d527acab9f..e5ee73400f 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -8,6 +8,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -15,8 +16,21 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 98502efe96..3cd6173a19 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,8 +15,21 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 9d94f6f393..5357868402 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -14,8 +15,21 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md index 3f079cd599..9331a8d159 100644 --- a/guides/checkout-api-v2/industry-data/gambling.en.md +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -14,7 +15,19 @@ Add any additional information that you consider necessary. | `warranty` | Boolean | `true` if it is, `false` if it is not. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `warranty` | Boolean | `true` if it is, `false` if it is not. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/gambling.es.md b/guides/checkout-api-v2/industry-data/gambling.es.md index ff4bea04dd..e384695aba 100644 --- a/guides/checkout-api-v2/industry-data/gambling.es.md +++ b/guides/checkout-api-v2/industry-data/gambling.es.md @@ -8,14 +8,27 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems -| Array items | Tipo |Descripción | +----[mla, mlm, mlu, mco, mlb, mpe]---- +| Array `items` | Tipo |Descripción | |---|---|---| | `id` | String | Código de identificación del ítem. | | `title` | String | Nombre del ítem. | | `warranty` | Boolean | `true` si lo es, `false` si no lo es. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo |Descripción | +|---|---|---| +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `warranty` | Boolean | `true` si lo es, `false` si no lo es. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index 7bdff86fa6..efa0fcf8f2 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -14,7 +15,19 @@ Adicione qualquer informação extra que considerar necessária. | `warranty` | Boolean | `true` se é, `false` se não é. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `warranty` | Boolean | `true` se é, `false` se não é. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md index b3b19d3e86..728901cbf4 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -14,8 +15,21 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `event_date` | Date | Event date. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +| `event_date` | Date | Event date. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index 784ecb38e8..363d3eb2f7 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,8 +15,21 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `event_date` | Date | Fecha del evento. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +| `event_date` | Date | Fecha del evento. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index 3b8d4d609e..98f28668b3 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -14,8 +15,21 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `event_date` | Date |Data do evento. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +| `event_date` | Date |Data do evento. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md index 892bbfe5b9..d580300e95 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.en.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -14,8 +15,21 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index c02d74950e..b54429b006 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,8 +15,21 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index 4708fc4e19..ac95fade5d 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -14,8 +15,21 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/hospitality.en.md b/guides/checkout-api-v2/industry-data/hospitality.en.md index f300ef9150..99bfa157aa 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.en.md +++ b/guides/checkout-api-v2/industry-data/hospitality.en.md @@ -7,13 +7,14 @@ Add any additional information that you consider necessary. ### About the items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | | `title` | String | Item name. | | `category_id` | String | Category. | | `quantity` | Integer | Quantity of the items. | -| `unit_price` | Float | Price of the unit. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `event_date` | Date | Event date. | | `category_descriptor` | Object | Description of the category. | | `passenger` | Object | Additional passenger information. | @@ -22,6 +23,25 @@ Add any additional information that you consider necessary. | `identification` | Object | Passenger identification information. | | `type` | String | Type of passenger identification. It is found within the `identification` object. | | `number` | String | Passenger's identification number. It is found within the `identification` object. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `category_id` | String | Category. | +| `quantity` | Integer | Quantity of the items. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +| `event_date` | Date | Event date. | +| `category_descriptor` | Object | Description of the category. | +| `passenger` | Object | Additional passenger information. | +| `first_name`| String | Passenger's first name. | +| `last_name` | String | Passenger's last name. | +| `identification` | Object | Passenger identification information. | +| `type` | String | Type of passenger identification. It is found within the `identification` object. | +| `number` | String | Passenger's identification number. It is found within the `identification` object. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index 12489068c3..415c97e148 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -7,13 +7,14 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | | `title` | String | Nombre del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `event_date` | Date | Fecha del evento. | | `category_descriptor` | Object | Descripción de la categoría. | | `passenger` | Object | Información adicional del pasajero. | @@ -22,6 +23,25 @@ Agrega toda la información adicional que consideres necesaria. | `identification` | Object | Información de identificación del pasajero. | | `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | | `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +| `event_date` | Date | Fecha del evento. | +| `category_descriptor` | Object | Descripción de la categoría. | +| `passenger` | Object | Información adicional del pasajero. | +| `first_name`| String | Nombre del pasajero. | +| `last_name` | String | Apellido del pasajero. | +| `identification` | Object | Información de identificación del pasajero. | +| `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index fa9e944beb..dcba70b811 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -7,13 +7,14 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `event_date` | Date |Data do evento. | | `category_descriptor` | Object | Descrição de la categoría. | | `passenger` | Object |Informações adicionais sobre passageiros. | @@ -22,6 +23,25 @@ Adicione qualquer informação extra que considerar necessária. | `identification` | Object | Informações de identificação do passageiro. | | `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | | `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +| `event_date` | Date |Data do evento. | +| `category_descriptor` | Object | Descrição de la categoría. | +| `passenger` | Object |Informações adicionais sobre passageiros. | +| `first_name`| String | Nome do passageiro. | +| `last_name` | String | Sobrenome do passageiro. | +| `identification` | Object | Informações de identificação do passageiro. | +| `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md index 35956681e9..600e3e21b3 100644 --- a/guides/checkout-api-v2/industry-data/retail.en.md +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -15,7 +16,20 @@ Add any additional information that you consider necessary. | `picture_url` | String | Image URL representing the item. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `picture_url` | String | Image URL representing the item. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index 80987f1ecf..1b60d7e06a 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -15,7 +16,20 @@ Agrega toda la información adicional que consideres necesaria. | `picture_url` | String | URL de imagen que representa al ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `picture_url` | String | URL de imagen que representa al ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index 937071500c..4832605500 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -15,7 +16,20 @@ Adicione qualquer informação extra que considerar necessária. | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `picture_url` | String | URL da imagem que representa o item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md index c752714fab..97d1c8d9ef 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.en.md @@ -8,6 +8,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -15,8 +16,21 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Category | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `event_date` | Date | Event date | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Category | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +| `event_date` | Date | Event date | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index 47f6e72931..b34e9dbea3 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,8 +15,21 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `event_date` | Date | Fecha del evento. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +| `event_date` | Date | Fecha del evento. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index 933b44b5fe..93c9ab773d 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -8,6 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -15,8 +16,21 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `event_date` | Date | Data do evento. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +| `event_date` | Date | Data do evento. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md index d99bfbe6aa..ad604ecfb1 100644 --- a/guides/checkout-api-v2/industry-data/tourism.en.md +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -14,7 +15,7 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | | `category_descriptor` | Object | Object that contains specific information related to the industry. | | `passenger` | Object | Passenger information. It is found within the `category_descriptor` object. | | `first_name` | String | Passenger's first name. It is found within the `passenger` object. | @@ -28,6 +29,31 @@ Add any additional information that you consider necessary. | `departure_date_time` | Date | Departure date and time of the route. | | `arrival_date_time` | Date | Arrival date and time of the route. | | `company` | String | Company responsible for executing the route. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +| `category_descriptor` | Object | Object that contains specific information related to the industry. | +| `passenger` | Object | Passenger information. It is found within the `category_descriptor` object. | +| `first_name` | String | Passenger's first name. It is found within the `passenger` object. | +| `last_name` | String | Passenger's last name. It is found within the `passenger` object. | +| `identification` | Object | Passenger identification information. | +| `type` | String | Type of passenger identification. It is found within the `identification` object. | +| `number` | String | Passenger identification number. It is found within the `identification` object. | +| `route` | Object | Route information. It is found within the `category_descriptor` object. | +| `departure` | String | Departure location of the route. | +| `destination` | String | Destination location of the route. | +| `departure_date_time` | Date | Departure date and time of the route. | +| `arrival_date_time` | Date | Arrival date and time of the route. | +| `company` | String | Company responsible for executing the route. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index 9fafdd6c1a..2490e96a77 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -7,6 +7,7 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,7 +15,7 @@ Agrega toda la información adicional que consideres necesaria. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | | `category_descriptor` | Object | Objeto que consigna información específica relacionada a la industria. | | `passenger` | Object | Información del pasajero. Se encuentra dentro del objeto `category_descriptor`. | | `first_name`| String | Nombre del pasajero. Se encuentra dentro del objeto `passenger`.| @@ -28,6 +29,31 @@ Agrega toda la información adicional que consideres necesaria. | `departure_date_time` | Date | Fecha de salida de la ruta. | | `arrival_date_time` | Date | Fecha de llegada de la ruta. | | `company` | String | Compañía a cargo de ejecutar la ruta. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +| `category_descriptor` | Object | Objeto que consigna información específica relacionada a la industria. | +| `passenger` | Object | Información del pasajero. Se encuentra dentro del objeto `category_descriptor`. | +| `first_name`| String | Nombre del pasajero. Se encuentra dentro del objeto `passenger`.| +| `last_name` | String | Apellido del pasajero. Se encuentra dentro del objeto `passenger`.| +| `identification` | Object | Información de identificación del pasajero. | +| `type` | String | Tipo de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +| `number` | String | Número de identificación del pasajero. Se encuentra dentro del objeto `identification`. | +| `route` | Object | Información de la ruta. Se encuentra dentro del objeto `category_descriptor`.| +| `departure` | String | Lugar de partida de la ruta. | +| `destination` | String | Lugar de destino de la ruta. | +| `departure_date_time` | Date | Fecha de salida de la ruta. | +| `arrival_date_time` | Date | Fecha de llegada de la ruta. | +| `company` | String | Compañía a cargo de ejecutar la ruta. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index 3b4415abdf..95170c5d3b 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -7,6 +7,7 @@ Adicione todas as informações adicionais que você deseja. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -14,7 +15,7 @@ Adicione todas as informações adicionais que você deseja. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | | `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | | `first_name` | String | Nome do passageiro. Está dentro do objeto `passenger`. | @@ -28,6 +29,31 @@ Adicione todas as informações adicionais que você deseja. | `departure_date_time` | Date | Data e hora de saída da rota. | | `arrival_date_time` | Date | Data e hora de chegada da rota. | | `company` | String | Companhia responsável pela execução da rota. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +| `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | +| `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | +| `first_name` | String | Nome do passageiro. Está dentro do objeto `passenger`. | +| `last_name` | String | Sobrenome do passageiro. Está dentro do objeto `passenger`. | +| `identification` | Object | Informações de identificação do passageiro. | +| `type` | String | Tipo de identificação do passageiro. Está dentro do objeto `identification`. | +| `number` | String | Número de identificação do passageiro. Está dentro do objeto `identification`. | +| `route` | Object | Informações da rota. Está dentro do objeto `category_descriptor`. | +| `departure` | String | Local de partida da rota. | +| `destination` | String | Local de destino da rota. | +| `departure_date_time` | Date | Data e hora de saída da rota. | +| `arrival_date_time` | Date | Data e hora de chegada da rota. | +| `company` | String | Companhia responsável pela execução da rota. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/urban-transport.en.md b/guides/checkout-api-v2/industry-data/urban-transport.en.md index 705c19e784..5d15fecc1c 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.en.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.en.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | @@ -14,7 +15,19 @@ Add any additional information that you consider necessary. | `description` | String | Item description. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `description` | String | Item description. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md index 3ef9aa1a9e..44aca84e72 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.es.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.es.md @@ -7,6 +7,7 @@ Add any additional information that you consider necessary. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | @@ -14,7 +15,19 @@ Add any additional information that you consider necessary. | `description` | String | Descripción del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `description` | String | Descripción del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index e0b28bbd06..70d71c2d96 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -7,6 +7,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -14,7 +15,19 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `description` | String | Descrição do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/utilities.en.md b/guides/checkout-api-v2/industry-data/utilities.en.md index a9ac3794c0..e29cf98ac9 100644 --- a/guides/checkout-api-v2/industry-data/utilities.en.md +++ b/guides/checkout-api-v2/industry-data/utilities.en.md @@ -7,13 +7,25 @@ Add any additional information that you consider necessary. ### About items +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | | `title` | String | Item name. | | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | -| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. Note that integrations for Chile do not support decimals. | +| `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | +------------ + +----[mlc]---- +| Array `items` | Type | Description | +| --- | --- | --- | +| `id` | String | Item identification code. | +| `title` | String | Item name. | +| `category_id` | String | Item category. | +| `quantity` | Integer | Quantity of units for the item. | +| `unit_price` | Float | Unit price assigned to the item. It must be an integer. | +------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md index 2a3469801e..df4becb83c 100644 --- a/guides/checkout-api-v2/industry-data/utilities.es.md +++ b/guides/checkout-api-v2/industry-data/utilities.es.md @@ -7,13 +7,25 @@ Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descripción | | --- | --- | --- | | `id` | String | Código de identificación del ítem. | | `title` | String | Nombre del ítem. | | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | -| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. Ten en cuenta que las integraciones para Chile no soportan decimales. | +| `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descripción | +| --- | --- | --- | +| `id` | String | Código de identificación del ítem. | +| `title` | String | Nombre del ítem. | +| `category_id` | String | Categoría del ítem. | +| `quantity` | Integer | Cantidad de unidades para el ítem. | +| `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | +------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index a722ef267f..fe6f1a27ab 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -7,13 +7,25 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens +----[mla, mlm, mlu, mco, mlc, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades para o item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. Observe que as integrações para o Chile não suportam casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +------------ + +----[mlc]---- +| Array `items` | Tipo | Descrição | +| --- | --- | --- | +| `id` | String | Código de identificação do item. | +| `title` | String | Nome do item. | +| `category_id` | String | Categoria do item. | +| `quantity` | Integer | Quantidade de unidades para o item. | +| `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | +------------ ### Sobre o comprador From 06adc935928f46149061b4053b273be9280e81ef Mon Sep 17 00:00:00 2001 From: Gosti Date: Thu, 2 Jan 2025 18:18:36 -0300 Subject: [PATCH 31/40] fixes por feedback --- guides/checkout-api-v2/industry-data/apparel.en.md | 1 + guides/checkout-api-v2/industry-data/apparel.es.md | 1 + guides/checkout-api-v2/industry-data/apparel.pt.md | 11 ++++++----- .../applications-online-platforms.en.md | 1 + .../applications-online-platforms.es.md | 1 + .../applications-online-platforms.pt.md | 9 +++++---- .../industry-data/automobiles-and-nautical.en.md | 1 + .../industry-data/automobiles-and-nautical.es.md | 1 + .../industry-data/automobiles-and-nautical.pt.md | 12 ++++++------ .../checkout-api-v2/industry-data/direct-sale.en.md | 3 ++- .../checkout-api-v2/industry-data/direct-sale.es.md | 1 + .../checkout-api-v2/industry-data/direct-sale.pt.md | 9 +++++---- guides/checkout-api-v2/industry-data/electro.es.md | 1 + guides/checkout-api-v2/industry-data/electro.pt.md | 13 +++++++------ guides/checkout-api-v2/industry-data/gambling.en.md | 3 ++- guides/checkout-api-v2/industry-data/gambling.pt.md | 9 +++++---- .../industry-data/goverments-public-services.en.md | 3 ++- .../industry-data/goverments-public-services.es.md | 1 + .../industry-data/goverments-public-services.pt.md | 9 +++++---- .../industry-data/home-and-deco.en.md | 3 ++- .../industry-data/home-and-deco.es.md | 1 + .../industry-data/home-and-deco.pt.md | 11 ++++++----- .../checkout-api-v2/industry-data/hospitality.en.md | 1 + .../checkout-api-v2/industry-data/hospitality.es.md | 1 + .../checkout-api-v2/industry-data/hospitality.pt.md | 9 +++++---- guides/checkout-api-v2/industry-data/retail.en.md | 1 + guides/checkout-api-v2/industry-data/retail.es.md | 1 + guides/checkout-api-v2/industry-data/retail.pt.md | 11 ++++++----- .../industry-data/tickets-and-entretainment.es.md | 1 + .../industry-data/tickets-and-entretainment.pt.md | 8 ++++---- guides/checkout-api-v2/industry-data/tourism.en.md | 1 + guides/checkout-api-v2/industry-data/tourism.es.md | 1 + guides/checkout-api-v2/industry-data/tourism.pt.md | 9 +++++---- .../industry-data/urban-transport.en.md | 3 ++- .../industry-data/urban-transport.es.md | 1 + .../industry-data/urban-transport.pt.md | 9 +++++---- .../checkout-api-v2/industry-data/utilities.en.md | 3 ++- .../checkout-api-v2/industry-data/utilities.es.md | 1 + .../checkout-api-v2/industry-data/utilities.pt.md | 9 +++++---- 39 files changed, 106 insertions(+), 69 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.en.md b/guides/checkout-api-v2/industry-data/apparel.en.md index a4e92168d6..2e9bdfb876 100644 --- a/guides/checkout-api-v2/industry-data/apparel.en.md +++ b/guides/checkout-api-v2/industry-data/apparel.en.md @@ -3,6 +3,7 @@ These are the specific data for the **apparel** industry that you can add to your integration to improve payment approval. ## Fields to send + Add any additional information that you consider necessary. ### About the items diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index 1dd65cdb0e..473a6d88ca 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **apparel** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index ece0990b19..2f2f4e168c 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **apparel** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -16,7 +17,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -29,7 +30,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ----------- @@ -53,8 +54,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre remessa @@ -66,7 +67,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. Caso seja, use `true` e, caso não seja, use `false`. | ```curl diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index 4d77381226..22f44c2444 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -3,6 +3,7 @@ These are the specific data for the **applications and online platforms** industry that you can add to your integration to improve payment approval. ## Fields to send + Add any additional information that you consider necessary. ### About the items diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index a8892d941e..eb124baaa1 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **aplicaciones y plataformas online** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md index 9df717413c..1d667754b0 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **aplicativos e plataformas online** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -13,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -23,7 +24,7 @@ Adicione qualquer informação extra que considerar necessária. | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -45,8 +46,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index 20f5211caf..2ee2fd23a7 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -3,6 +3,7 @@ These are the specific data for the **automobiles and nautical** industry that you can add to your integration to improve payment approval. ## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index 7f2ca7a082..a2e03f11c3 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **automóviles y náuticas** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index 67c187734b..0d2771772d 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -2,8 +2,8 @@ Estes são os dados específicos para a indústria de **automóveis e náutica** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. - ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -13,9 +13,9 @@ Adicione qualquer informação extra que considerar necessária. | --- | --- | --- | | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | -| `description` | String | Descrição. | +| `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -26,7 +26,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -48,7 +48,7 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios @@ -62,7 +62,7 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua da entrega. | | `floor` | String | Informações do andar para a entrega. | | `apartment` | String | Informações do apartamento para a entrega. | -| `local_pickup` | Boolean | `true` se retira na agência ou na loja, `false` se não retira. | +| `local_pickup` | Boolean | Se retira na agência, use `true` e, caso não retira, use `false`. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index 59e334a147..a287066479 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -2,7 +2,8 @@ These are the specific data for the **direct sale** industry that you can add to your integration to improve payment approval. -## Fields to send +## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index e075ae6a1d..668b5f7785 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **venta directa** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index 47cc24e961..9a11f7019f 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **venda direta** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -15,7 +16,7 @@ Adicione qualquer informação extra que considerar necessária. | `type` | String | Tipo de item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -27,7 +28,7 @@ Adicione qualquer informação extra que considerar necessária. | `type` | String | Tipo de item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -49,8 +50,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 3cd6173a19..5e0069ee18 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **electro** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 5357868402..fc251cca8f 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **eletro** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -14,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ------------ @@ -26,7 +27,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ------------ @@ -49,21 +50,21 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios | Object `shipment` | Tipo | Descrição | | --- | --- | --- | -| `local_pickup` | Boolean | `true` se retira na agência ou na loja, `false` se não retira. | +| `local_pickup` | Boolean | Se retira na agência, use `true` e, caso não retira, use `false`. | | `receiver_address` | Object | Dados do endereço da entrega. | | `zip_code` | String | Código postal para a entrega. | | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. Caso seja, use `true` e, caso não seja, use `false`. | ``` diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md index 9331a8d159..4db4f0db9b 100644 --- a/guides/checkout-api-v2/industry-data/gambling.en.md +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -2,7 +2,8 @@ These are the specific data for the **gambling** industry that you can add to your integration to improve payment approval. -## Fields to send +## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index efa0fcf8f2..73cfb7e8a6 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **gambling** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -14,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `warranty` | Boolean | `true` se é, `false` se não é. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -25,7 +26,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `warranty` | Boolean | `true` se é, `false` se não é. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -47,8 +48,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md index 728901cbf4..88ed656df6 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -2,7 +2,8 @@ These are the specific data for the **government and public services** industry that you can add to your integration to improve payment approval. -## Fields to send +## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index 363d3eb2f7..625a22c1dd 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **gobierno y servicios públicos** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index 98f28668b3..83d3a7eefb 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **serviços governamentais e públicos** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -14,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `event_date` | Date |Data do evento. | ------------ @@ -26,7 +27,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | | `event_date` | Date |Data do evento. | ------------ @@ -49,8 +50,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md index d580300e95..6d8866e806 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.en.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -2,7 +2,8 @@ These are the specific data for the **home & deco** industry that you can add to your integration to improve payment approval. -## Fields to send +## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index b54429b006..59e77f6595 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **home & deco** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index ac95fade5d..724d99ac3a 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **casa e decoração** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -14,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ------------ @@ -26,7 +27,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | | `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | ------------ @@ -49,8 +50,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre remessa @@ -62,7 +63,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. Caso seja, use `true` e, caso não seja, use `false`. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/hospitality.en.md b/guides/checkout-api-v2/industry-data/hospitality.en.md index 99bfa157aa..cbc4ecac52 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.en.md +++ b/guides/checkout-api-v2/industry-data/hospitality.en.md @@ -3,6 +3,7 @@ These are the specific data for the **hospitality** industry that you can add to your integration to improve payment approval. ## Fields to send + Add any additional information that you consider necessary. ### About the items diff --git a/guides/checkout-api-v2/industry-data/hospitality.es.md b/guides/checkout-api-v2/industry-data/hospitality.es.md index 415c97e148..962e356ecf 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.es.md +++ b/guides/checkout-api-v2/industry-data/hospitality.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **hotelería** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index dcba70b811..d88a56d2d8 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **hospitalidade** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -13,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `event_date` | Date |Data do evento. | | `category_descriptor` | Object | Descrição de la categoría. | @@ -31,7 +32,7 @@ Adicione qualquer informação extra que considerar necessária. | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | | `event_date` | Date |Data do evento. | | `category_descriptor` | Object | Descrição de la categoría. | @@ -61,8 +62,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md index 600e3e21b3..d7f3344eec 100644 --- a/guides/checkout-api-v2/industry-data/retail.en.md +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -3,6 +3,7 @@ These are the specific data for the **retail** industry that you can add to your integration to improve payment approval. ## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index 1b60d7e06a..7b862dd2d9 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **retail** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index 4832605500..0b5cb837ad 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **retail** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -15,7 +16,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -27,7 +28,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `picture_url` | String | URL da imagem que representa o item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -49,8 +50,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ### Sobre envios @@ -62,7 +63,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `express_shipment` | Boolean | Indica se a entrega é expressa. `true` se for, `false` se não for. | +| `express_shipment` | Boolean | Indica se a entrega é expressa. Caso seja, use `true` e, caso não seja, use `false`. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md index b34e9dbea3..7580fa549b 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **tickets y entretenimiento** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index 93c9ab773d..eacbb068f3 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -15,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `event_date` | Date | Data do evento. | ------------ @@ -27,7 +27,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | | `event_date` | Date | Data do evento. | ------------ @@ -46,8 +46,8 @@ Adicione qualquer informação extra que considerar necessária. | `number` | Integer | Número de telefone do comprador. Está dentro do objeto `phone`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/tourism.en.md b/guides/checkout-api-v2/industry-data/tourism.en.md index ad604ecfb1..fe841b1e5b 100644 --- a/guides/checkout-api-v2/industry-data/tourism.en.md +++ b/guides/checkout-api-v2/industry-data/tourism.en.md @@ -3,6 +3,7 @@ These are the specific data for the **tourism** industry that you can add to your integration to improve payment approval. ## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index 2490e96a77..f86d484865 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **turismo** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index 95170c5d3b..5082d8ad4f 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **turismo** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione todas as informações adicionais que você deseja. ### Sobre itens @@ -14,7 +15,7 @@ Adicione todas as informações adicionais que você deseja. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | | `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | @@ -38,7 +39,7 @@ Adicione todas as informações adicionais que você deseja. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | | `category_descriptor` | Object | Objeto que contém informações específicas relacionadas à indústria. | | `passenger` | Object | Informação do passageiro. Está dentro do objeto `category_descriptor`. | @@ -73,8 +74,8 @@ Adicione todas as informações adicionais que você deseja. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/urban-transport.en.md b/guides/checkout-api-v2/industry-data/urban-transport.en.md index 5d15fecc1c..1016f11e77 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.en.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.en.md @@ -2,7 +2,8 @@ These are the specific data for the **urban transport** industry that you can add to your integration to improve payment approval. -## Fields to send +## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/urban-transport.es.md b/guides/checkout-api-v2/industry-data/urban-transport.es.md index 44aca84e72..ba23014464 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.es.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **transporte urbano** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Add any additional information that you consider necessary. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index 70d71c2d96..ad6bdab82e 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **transporte urbano** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -14,7 +15,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -25,7 +26,7 @@ Adicione qualquer informação extra que considerar necessária. | `title` | String | Nome do item. | | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -47,8 +48,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl diff --git a/guides/checkout-api-v2/industry-data/utilities.en.md b/guides/checkout-api-v2/industry-data/utilities.en.md index e29cf98ac9..53df4bc729 100644 --- a/guides/checkout-api-v2/industry-data/utilities.en.md +++ b/guides/checkout-api-v2/industry-data/utilities.en.md @@ -2,7 +2,8 @@ These are the specific data for the **utilities** industry that you can add to your integration to improve payment approval. -## Fields to send +## Fields to send + Add any additional information that you consider necessary. ### About items diff --git a/guides/checkout-api-v2/industry-data/utilities.es.md b/guides/checkout-api-v2/industry-data/utilities.es.md index df4becb83c..679a361c19 100644 --- a/guides/checkout-api-v2/industry-data/utilities.es.md +++ b/guides/checkout-api-v2/industry-data/utilities.es.md @@ -3,6 +3,7 @@ Estos son los datos específicos para la industria **utilities** que puedes agregar a tu integración para mejorar la aprobación de los pagos. ## Campos a enviar + Agrega toda la información adicional que consideres necesaria. ### Sobre los ítems diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index fe6f1a27ab..d7d96688ba 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -3,6 +3,7 @@ Estes são os dados específicos para a indústria de **utilities** que podem ser adicionados à sua integração para melhorar a aprovação dos pagamentos. ## Campos para enviar + Adicione qualquer informação extra que considerar necessária. ### Sobre itens @@ -13,7 +14,7 @@ Adicione qualquer informação extra que considerar necessária. | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | ------------ @@ -23,7 +24,7 @@ Adicione qualquer informação extra que considerar necessária. | `id` | String | Código de identificação do item. | | `title` | String | Nome do item. | | `category_id` | String | Categoria do item. | -| `quantity` | Integer | Quantidade de unidades para o item. | +| `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ @@ -45,8 +46,8 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua do endereço do comprador. Está dentro do objeto `address`. | | `authentication_type` | Enum | Tipo de autenticação. Pode ser "Gmail", "Facebook", "Web Nativa" ou "Outro". | | `registration_date` | Date | Data de registro do comprador no site. | -| `is_prime_user` | Boolean | Indica se o usuário é premium. Coloque `true` se for ou `false` se não for. | -| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Coloque `true` se for ou `false` se não for. | +| `is_prime_user` | Boolean | Indica se o usuário é *premium*. Caso seja, use `true` e, caso não seja, use `false`. | +| `is_first_purchase_online` | Boolean | Indica se é a primeira compra do cliente. Caso seja, use `true` e, caso não seja, use `false`. | | `last_purchase` | Date | Data da última compra no site. | ```curl From 24be13f1658c8f671da7ce65bfb977c2b47ed354 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 10:12:34 -0300 Subject: [PATCH 32/40] Apply suggestions from code review Co-authored-by: Heitor --- guides/checkout-api-v2/industry-data/industry-data-intro.pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md index 1bdee0f219..1886bda74c 100644 --- a/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md +++ b/guides/checkout-api-v2/industry-data/industry-data-intro.pt.md @@ -1,6 +1,6 @@ # Dados adicionais de indústria -Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dados que podem ser enviados na hora de gerar um pagamento que vão ajudar a melhorar sua aprovação. Você pode vê-los detalhados por setor seguindo os links abaixo. +Dependendo do ramo de atividades ou setor de sua loja, existe uma série de dados que podem ser enviados na hora de gerar um pagamento e que vão ajudar a melhorar sua aprovação. Você pode vê-los detalhados por setor seguindo os links abaixo. * [Apparel](/developers/pt/docs/checkout-api/additional-content/industry-data/apparel) * [Eletro](/developers/pt/docs/checkout-api/additional-content/industry-data/electro) From 045feb6e2ce7cf01541c8bb1fdfc6c5c2176444d Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 11:28:14 -0300 Subject: [PATCH 33/40] fixes por feedback --- .../industry-data/automobiles-and-nautical.en.md | 2 +- .../industry-data/automobiles-and-nautical.es.md | 2 +- .../industry-data/automobiles-and-nautical.pt.md | 2 +- guides/checkout-api-v2/industry-data/direct-sale.en.md | 2 +- guides/checkout-api-v2/industry-data/direct-sale.es.md | 2 +- guides/checkout-api-v2/industry-data/direct-sale.pt.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index 2ee2fd23a7..4803a1b04b 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -60,7 +60,7 @@ Add any additional information that you consider necessary. | `state_name` | String | Province to which the order is shipped. | | `city_name` | String | City to which the order is shipped. | | `street_number` | Integer | Street number of the shipment. | -| `floor` | String | Floor information for delivery. | +| `floor` | String | Apartment floor information for delivery. | | `apartment` | String | Apartament information for delivery. | | `local_pickup` | Boolean | `true` if withdrawn at branch, `false` if not. | diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index a2e03f11c3..c921122ddf 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -60,7 +60,7 @@ Agrega toda la información adicional que consideres necesaria. | `state_name` | String | Provincia hacia donde se envía el pedido. | | `city_name` | String | Ciudad hacia donde se envía el pedido. | | `street_number` | Integer | Número de calle del envío. | -| `floor` | String | Información del piso para la entrega. | +| `floor` | String | Información del piso del departamento para la entrega. | | `apartment` | String | Información del departamento para la entrega. | | `local_pickup` | Boolean | `true` si se retira en sucursal, `false` si no lo hace. | diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index 0d2771772d..a6faa33c34 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -60,7 +60,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `floor` | String | Informações do andar para a entrega. | +| `floor` | String | Informações do andar do apartamento para a entrega. | | `apartment` | String | Informações do apartamento para a entrega. | | `local_pickup` | Boolean | Se retira na agência, use `true` e, caso não retira, use `false`. | diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index a287066479..de5f259130 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -63,7 +63,7 @@ Add any additional information that you consider necessary. | `state_name` | String | Province to which the order is shipped. | | `city_name` | String | City to which the order is shipped. | | `street_number` | Integer | Street number of the shipment. | -| `floor` | String | Floor information for delivery. | +| `floor` | String | Apartament floor information for delivery. | | `apartment` | String | Apartament information for delivery. | | `local_pickup` | Boolean | `1` if withdrawn at branch, `0` if not. | diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index 668b5f7785..b2309e6b0b 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -63,7 +63,7 @@ Agrega toda la información adicional que consideres necesaria. | `state_name` | String | Provincia hacia donde se envía el pedido. | | `city_name` | String | Ciudad hacia donde se envía el pedido. | | `street_number` | Integer | Número de calle del envío. | -| `floor` | String | Información del piso para la entrega. | +| `floor` | String | Información del piso del departamento para la entrega. | | `apartment` | String | Información del departamento para la entrega. | | `local_pickup` | Boolean | `1` si se retira en sucursal, `0` si no lo hace. | diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index 9a11f7019f..629ae6b396 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -63,7 +63,7 @@ Adicione qualquer informação extra que considerar necessária. | `state_name` | String | Estado para onde o pedido é enviado. | | `city_name` | String | Cidade para onde o pedido é enviado. | | `street_number` | Integer | Número da rua da entrega. | -| `floor` | String | Informações do andar para a entrega. | +| `floor` | String | Informações do andar do apartamento para a entrega. | | `apartment` | String | Informações do apartamento para a entrega. | | `local_pickup` | Boolean | `1` se retira na agência ou na loja, `0` se não retira. | From 8e8a5ec2a65acbc860262bbb43177cbb6a836eb3 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 12:08:51 -0300 Subject: [PATCH 34/40] fixes por feedback --- guides/checkout-api-v2/industry-data/apparel.es.md | 2 -- guides/checkout-api-v2/industry-data/apparel.pt.md | 3 --- .../applications-online-platforms.en.md | 4 ++-- .../applications-online-platforms.es.md | 1 - .../checkout-api-v2/industry-data/direct-sale.en.md | 2 +- .../checkout-api-v2/industry-data/direct-sale.es.md | 2 +- .../checkout-api-v2/industry-data/direct-sale.pt.md | 2 +- guides/checkout-api-v2/industry-data/electro.en.md | 6 +++--- guides/checkout-api-v2/industry-data/electro.es.md | 6 +++--- guides/checkout-api-v2/industry-data/electro.pt.md | 7 +++---- guides/checkout-api-v2/industry-data/gambling.en.md | 1 - guides/checkout-api-v2/industry-data/gambling.es.md | 1 - guides/checkout-api-v2/industry-data/gambling.pt.md | 1 - .../industry-data/goverments-public-services.en.md | 1 - .../industry-data/goverments-public-services.es.md | 1 - .../industry-data/goverments-public-services.pt.md | 5 ++--- .../industry-data/home-and-deco.en.md | 4 ++-- .../industry-data/home-and-deco.es.md | 4 ++-- .../industry-data/home-and-deco.pt.md | 4 ++-- .../checkout-api-v2/industry-data/hospitality.pt.md | 12 ++++++------ guides/checkout-api-v2/industry-data/retail.en.md | 1 - guides/checkout-api-v2/industry-data/retail.es.md | 1 - guides/checkout-api-v2/industry-data/tourism.es.md | 1 - 23 files changed, 28 insertions(+), 44 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.es.md b/guides/checkout-api-v2/industry-data/apparel.es.md index 473a6d88ca..d8fb361414 100644 --- a/guides/checkout-api-v2/industry-data/apparel.es.md +++ b/guides/checkout-api-v2/industry-data/apparel.es.md @@ -34,8 +34,6 @@ Agrega toda la información adicional que consideres necesaria. | `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | ------------ - - ### Sobre el comprador | Object `payer` | Tipo | Descripción | diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index 2f2f4e168c..4a68fe80ca 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -34,8 +34,6 @@ Adicione qualquer informação extra que considerar necessária. | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ----------- - - ### Sobre o comprador | Object `payer` | Tipo | Descrição | @@ -69,7 +67,6 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua da entrega. | | `express_shipment` | Boolean | Indica se a entrega é expressa. Caso seja, use `true` e, caso não seja, use `false`. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index 22f44c2444..f49c180034 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -13,7 +13,7 @@ Add any additional information that you consider necessary. | --- | --- | --- | | `id` | String | Item identification code. | | `title` | String | Item name. | -| `category_id` | String | Category. | +| `category_id` | String | Category of the item. | | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | ------------ @@ -23,7 +23,7 @@ Add any additional information that you consider necessary. | --- | --- | --- | | `id` | String | Item identification code. | | `title` | String | Item name. | -| `category_id` | String | Category. | +| `category_id` | String | Category of the item. | | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It must be an integer. | ----------- diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md index eb124baaa1..caee972792 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.es.md @@ -28,7 +28,6 @@ Agrega toda la información adicional que consideres necesaria. | `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | ------------ - ### Sobre el comprador | Object `payer` | Tipo | Descripción | diff --git a/guides/checkout-api-v2/industry-data/direct-sale.en.md b/guides/checkout-api-v2/industry-data/direct-sale.en.md index de5f259130..ed1f64c085 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.en.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.en.md @@ -65,7 +65,7 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the shipment. | | `floor` | String | Apartament floor information for delivery. | | `apartment` | String | Apartament information for delivery. | -| `local_pickup` | Boolean | `1` if withdrawn at branch, `0` if not. | +| `local_pickup` | Boolean | If the shipment is withdrawn at branch, use `1`. If not, use `0`. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/direct-sale.es.md b/guides/checkout-api-v2/industry-data/direct-sale.es.md index b2309e6b0b..21618111b8 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.es.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.es.md @@ -65,7 +65,7 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del envío. | | `floor` | String | Información del piso del departamento para la entrega. | | `apartment` | String | Información del departamento para la entrega. | -| `local_pickup` | Boolean | `1` si se retira en sucursal, `0` si no lo hace. | +| `local_pickup` | Boolean | Si se retira en la sucursal, coloca `1`. De lo contrario, coloca `0`. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index 629ae6b396..a9e5161274 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -65,7 +65,7 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua da entrega. | | `floor` | String | Informações do andar do apartamento para a entrega. | | `apartment` | String | Informações do apartamento para a entrega. | -| `local_pickup` | Boolean | `1` se retira na agência ou na loja, `0` se não retira. | +| `local_pickup` | Boolean | Caso seja retirada na loja, use `1` e, caso não seja, use `0`. | ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index e5ee73400f..ebba96ba78 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -17,7 +17,7 @@ Add any additional information that you consider necessary. | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | -| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +| `warranty` | Boolean | If the product has a guarantee, use `true`. I it does not, use `false`. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Add any additional information that you consider necessary. | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It must be an integer. | -| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +| `warranty` | Boolean | If the product has a guarantee, use `true`. I it does not, use `false`. | ------------ ### About the buyer @@ -66,7 +66,7 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the shipment. | | `express_shipment` | Boolean | Indicates if the shipment is express. `true` if it is, `false` if it is not. | -``` +```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ --header 'X-Idempotency-Key: {{uuid}}' \ diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index 5e0069ee18..ed14c04681 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -17,7 +17,7 @@ Agrega toda la información adicional que consideres necesaria. | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | | `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | -| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +| `warranty` | Boolean | Si el producto tiene garantía, coloca `true`. Si no la tiene, coloca `false`. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Agrega toda la información adicional que consideres necesaria. | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | | `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | -| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +| `warranty` | Boolean | Si el producto tiene garantía, coloca `true`. Si no la tiene, coloca `false`. | ------------ ### Sobre el comprador @@ -66,7 +66,7 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del envío. | | `express_shipment` | Boolean | Indica si el envío es rápido. `true` si lo es, `false` si no lo es. | -``` +```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ --header 'X-Idempotency-Key: {{uuid}}' \ diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index fc251cca8f..1098c81a3a 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -17,7 +17,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | -| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +| `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | -| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +| `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ ### Sobre o comprador @@ -66,8 +66,7 @@ Adicione qualquer informação extra que considerar necessária. | `street_number` | Integer | Número da rua da entrega. | | `express_shipment` | Boolean | Indica se a entrega é expressa. Caso seja, use `true` e, caso não seja, use `false`. | - -``` +```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ --header 'X-Idempotency-Key: {{uuid}}' \ diff --git a/guides/checkout-api-v2/industry-data/gambling.en.md b/guides/checkout-api-v2/industry-data/gambling.en.md index 4db4f0db9b..6a8f1c7a93 100644 --- a/guides/checkout-api-v2/industry-data/gambling.en.md +++ b/guides/checkout-api-v2/industry-data/gambling.en.md @@ -112,5 +112,4 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ } } }' - ``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/gambling.es.md b/guides/checkout-api-v2/industry-data/gambling.es.md index e384695aba..a915f256d2 100644 --- a/guides/checkout-api-v2/industry-data/gambling.es.md +++ b/guides/checkout-api-v2/industry-data/gambling.es.md @@ -112,5 +112,4 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ } } }' - ``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index 73cfb7e8a6..fc19100aa8 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -112,5 +112,4 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ } } }' - ``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md index 88ed656df6..1a121406be 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.en.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.en.md @@ -115,5 +115,4 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ } } }' - ``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md index 625a22c1dd..e325358011 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.es.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.es.md @@ -115,5 +115,4 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ } } }' - ``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index 83d3a7eefb..d66b5a985e 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -17,7 +17,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | -| `event_date` | Date |Data do evento. | +| `event_date` | Date | Data do evento. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | -| `event_date` | Date |Data do evento. | +| `event_date` | Date | Data do evento. | ------------ ### Sobre o comprador @@ -115,5 +115,4 @@ curl --location 'https://api.mercadopago.com/v1/payments' \ } } }' - ``` \ No newline at end of file diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.en.md b/guides/checkout-api-v2/industry-data/home-and-deco.en.md index 6d8866e806..f60a77160c 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.en.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.en.md @@ -17,7 +17,7 @@ Add any additional information that you consider necessary. | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It can be an integer or a decimal. | -| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +| `warranty` | Boolean | If the product has a guarantee, use `true`. I it does not, use `false`. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Add any additional information that you consider necessary. | `category_id` | String | Item category. | | `quantity` | Integer | Quantity of units for the item. | | `unit_price` | Float | Unit price assigned to the item. It must be an integer. | -| `warranty` | Boolean | `true` if the product has a guarantee, `false` if it does not. | +| `warranty` | Boolean | If the product has a guarantee, use `true`. I it does not, use `false`. | ------------ ### About the buyer diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.es.md b/guides/checkout-api-v2/industry-data/home-and-deco.es.md index 59e77f6595..ac614d4301 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.es.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.es.md @@ -17,7 +17,7 @@ Agrega toda la información adicional que consideres necesaria. | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | | `unit_price` | Float | Precio unitario asignado al ítem. Puede ser entero o con decimales. | -| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +| `warranty` | Boolean | Si el producto tiene garantía, coloca `true`. Si no la tiene, coloca `false`. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Agrega toda la información adicional que consideres necesaria. | `category_id` | String | Categoría del ítem. | | `quantity` | Integer | Cantidad de unidades para el ítem. | | `unit_price` | Float | Precio unitario asignado al ítem. Debe ser un número entero. | -| `warranty` | Boolean | `true` si el producto tiene garantía, `false` si no la tiene. | +| `warranty` | Boolean | Si el producto tiene garantía, coloca `true`. Si no la tiene, coloca `false`. | ------------ ### Sobre el comprador diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index 724d99ac3a..dc7d516616 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -17,7 +17,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | -| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +| `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ ----[mlc]---- @@ -29,7 +29,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | -| `warranty` | Boolean | `true` se o produto tiver garantia, `false` se não tiver. | +| `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ ### Sobre o comprador diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index d88a56d2d8..998132ade7 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -16,9 +16,9 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | -| `event_date` | Date |Data do evento. | -| `category_descriptor` | Object | Descrição de la categoría. | -| `passenger` | Object |Informações adicionais sobre passageiros. | +| `event_date` | Date | Data do evento. | +| `category_descriptor` | Object | Descrição da categoria. | +| `passenger` | Object | Informações adicionais sobre passageiros. | | `first_name`| String | Nome do passageiro. | | `last_name` | String | Sobrenome do passageiro. | | `identification` | Object | Informações de identificação do passageiro. | @@ -34,9 +34,9 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | -| `event_date` | Date |Data do evento. | -| `category_descriptor` | Object | Descrição de la categoría. | -| `passenger` | Object |Informações adicionais sobre passageiros. | +| `event_date` | Date | Data do evento. | +| `category_descriptor` | Object | Descrição da categoria. | +| `passenger` | Object | Informações adicionais sobre passageiros. | | `first_name`| String | Nome do passageiro. | | `last_name` | String | Sobrenome do passageiro. | | `identification` | Object | Informações de identificação do passageiro. | diff --git a/guides/checkout-api-v2/industry-data/retail.en.md b/guides/checkout-api-v2/industry-data/retail.en.md index d7f3344eec..bd77f69efd 100644 --- a/guides/checkout-api-v2/industry-data/retail.en.md +++ b/guides/checkout-api-v2/industry-data/retail.en.md @@ -65,7 +65,6 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the shipment. | | `express_shipment` | Boolean | Indicates if the shipment is express. `true` if it is, `false` if it is not. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ diff --git a/guides/checkout-api-v2/industry-data/retail.es.md b/guides/checkout-api-v2/industry-data/retail.es.md index 7b862dd2d9..eb5657727a 100644 --- a/guides/checkout-api-v2/industry-data/retail.es.md +++ b/guides/checkout-api-v2/industry-data/retail.es.md @@ -65,7 +65,6 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del envío. | | `express_shipment` | Boolean | Indica si el envío es rápido. `true` si lo es, `false` si no lo es. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ diff --git a/guides/checkout-api-v2/industry-data/tourism.es.md b/guides/checkout-api-v2/industry-data/tourism.es.md index f86d484865..8cd9277777 100644 --- a/guides/checkout-api-v2/industry-data/tourism.es.md +++ b/guides/checkout-api-v2/industry-data/tourism.es.md @@ -78,7 +78,6 @@ Agrega toda la información adicional que consideres necesaria. | `is_first_purchase_online` | Boolean | Indica si es la primera compra del cliente. Coloca `true` si lo es o `false` si no lo es. | | `last_purchase` | Date | Fecha de la última compra en el sitio. | - ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ --header 'Content-Type: application/json' \ From 6fa275b837a88799c0ef2ec396d5cf78596aa569 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 12:34:09 -0300 Subject: [PATCH 35/40] =?UTF-8?q?arreglo=20una=20localizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides/checkout-api-v2/industry-data/apparel.pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index 4a68fe80ca..b314dfbdcc 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -32,7 +32,7 @@ Adicione qualquer informação extra que considerar necessária. | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | | `unit_price` | Float | Preço unitário atribuído ao item. Deve ser um valor inteiro. | ------------ +------------ ### Sobre o comprador From 06021bdef5c2620e0bb85bac994d01e17c79d857 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 12:36:42 -0300 Subject: [PATCH 36/40] espacio extra --- guides/checkout-api-v2/industry-data/electro.pt.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 1098c81a3a..53460f6b0c 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -32,6 +32,7 @@ Adicione qualquer informação extra que considerar necessária. | `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ + ### Sobre o comprador | Object `payer` | Tipo | Descrição | From 2f9e335f2eee0ac0539839aa72f5ec746cf94036 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 12:37:05 -0300 Subject: [PATCH 37/40] elimino espacio extra --- guides/checkout-api-v2/industry-data/electro.pt.md | 1 - 1 file changed, 1 deletion(-) diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 53460f6b0c..1098c81a3a 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -32,7 +32,6 @@ Adicione qualquer informação extra que considerar necessária. | `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ - ### Sobre o comprador | Object `payer` | Tipo | Descrição | From dcf904821678a7a77db0b478bce51169639b8b51 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 12:53:52 -0300 Subject: [PATCH 38/40] test de error --- guides/checkout-api-v2/industry-data/electro.pt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 1098c81a3a..441f6115c5 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -16,7 +16,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimales. | | `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ From 21b4312140de806ca12990c3c28f721f1d18b2f1 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 15:15:30 -0300 Subject: [PATCH 39/40] fix en las localizaciones --- guides/checkout-api-v2/industry-data/apparel.pt.md | 2 +- .../industry-data/applications-online-platforms.en.md | 2 +- .../industry-data/automobiles-and-nautical.en.md | 2 +- .../industry-data/automobiles-and-nautical.pt.md | 2 +- guides/checkout-api-v2/industry-data/direct-sale.pt.md | 2 +- guides/checkout-api-v2/industry-data/electro.pt.md | 4 ++-- guides/checkout-api-v2/industry-data/gambling.pt.md | 2 +- .../industry-data/goverments-public-services.pt.md | 2 +- guides/checkout-api-v2/industry-data/home-and-deco.pt.md | 2 +- guides/checkout-api-v2/industry-data/hospitality.pt.md | 2 +- guides/checkout-api-v2/industry-data/retail.pt.md | 2 +- .../industry-data/tickets-and-entretainment.pt.md | 2 +- guides/checkout-api-v2/industry-data/tourism.pt.md | 2 +- guides/checkout-api-v2/industry-data/urban-transport.pt.md | 2 +- guides/checkout-api-v2/industry-data/utilities.pt.md | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/apparel.pt.md b/guides/checkout-api-v2/industry-data/apparel.pt.md index b314dfbdcc..1bf1ddd376 100644 --- a/guides/checkout-api-v2/industry-data/apparel.pt.md +++ b/guides/checkout-api-v2/industry-data/apparel.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição| | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md index f49c180034..c7a598463e 100644 --- a/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md +++ b/guides/checkout-api-v2/industry-data/applications-online-platforms.en.md @@ -8,7 +8,7 @@ Add any additional information that you consider necessary. ### About the items -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index 4803a1b04b..d77197e959 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -8,7 +8,7 @@ Add any additional information that you consider necessary. ### About items -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Type | Description | | --- | --- | --- | | `id` | String | Item identification code. | diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md index a6faa33c34..eb888063f4 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/direct-sale.pt.md b/guides/checkout-api-v2/industry-data/direct-sale.pt.md index a9e5161274..28c5d9a250 100644 --- a/guides/checkout-api-v2/industry-data/direct-sale.pt.md +++ b/guides/checkout-api-v2/industry-data/direct-sale.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição| | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/electro.pt.md b/guides/checkout-api-v2/industry-data/electro.pt.md index 441f6115c5..85b8d6b232 100644 --- a/guides/checkout-api-v2/industry-data/electro.pt.md +++ b/guides/checkout-api-v2/industry-data/electro.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | @@ -16,7 +16,7 @@ Adicione qualquer informação extra que considerar necessária. | `description` | String | Descrição do item. | | `category_id` | String | Categoria do item. | | `quantity` | Integer | Quantidade de unidades do item. | -| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimales. | +| `unit_price` | Float | Preço unitário atribuído ao item. Pode ser um valor inteiro ou em casas decimais. | | `warranty` | Boolean | Caso o produto tenha garantia, use `true` e, caso não tenha, use `false`. | ------------ diff --git a/guides/checkout-api-v2/industry-data/gambling.pt.md b/guides/checkout-api-v2/industry-data/gambling.pt.md index fc19100aa8..1b0c6609a9 100644 --- a/guides/checkout-api-v2/industry-data/gambling.pt.md +++ b/guides/checkout-api-v2/industry-data/gambling.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md index d66b5a985e..a800213fe8 100644 --- a/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md +++ b/guides/checkout-api-v2/industry-data/goverments-public-services.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md index dc7d516616..4b09908b37 100644 --- a/guides/checkout-api-v2/industry-data/home-and-deco.pt.md +++ b/guides/checkout-api-v2/industry-data/home-and-deco.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/hospitality.pt.md b/guides/checkout-api-v2/industry-data/hospitality.pt.md index 998132ade7..fa17f291b9 100644 --- a/guides/checkout-api-v2/industry-data/hospitality.pt.md +++ b/guides/checkout-api-v2/industry-data/hospitality.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/retail.pt.md b/guides/checkout-api-v2/industry-data/retail.pt.md index 0b5cb837ad..5840a110ec 100644 --- a/guides/checkout-api-v2/industry-data/retail.pt.md +++ b/guides/checkout-api-v2/industry-data/retail.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md index eacbb068f3..54358952d3 100644 --- a/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md +++ b/guides/checkout-api-v2/industry-data/tickets-and-entretainment.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/tourism.pt.md b/guides/checkout-api-v2/industry-data/tourism.pt.md index 5082d8ad4f..4baefa5b31 100644 --- a/guides/checkout-api-v2/industry-data/tourism.pt.md +++ b/guides/checkout-api-v2/industry-data/tourism.pt.md @@ -8,7 +8,7 @@ Adicione todas as informações adicionais que você deseja. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/urban-transport.pt.md b/guides/checkout-api-v2/industry-data/urban-transport.pt.md index ad6bdab82e..9ed49d85a6 100644 --- a/guides/checkout-api-v2/industry-data/urban-transport.pt.md +++ b/guides/checkout-api-v2/industry-data/urban-transport.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | diff --git a/guides/checkout-api-v2/industry-data/utilities.pt.md b/guides/checkout-api-v2/industry-data/utilities.pt.md index d7d96688ba..20e09652f9 100644 --- a/guides/checkout-api-v2/industry-data/utilities.pt.md +++ b/guides/checkout-api-v2/industry-data/utilities.pt.md @@ -8,7 +8,7 @@ Adicione qualquer informação extra que considerar necessária. ### Sobre itens -----[mla, mlm, mlu, mco, mlc, mpe]---- +----[mla, mlm, mlu, mco, mlb, mpe]---- | Array `items` | Tipo | Descrição | | --- | --- | --- | | `id` | String | Código de identificação do item. | From 9ba0f2dae5f3559d7811da63d6e18e1e9953b535 Mon Sep 17 00:00:00 2001 From: Gosti Date: Fri, 3 Jan 2025 16:47:01 -0300 Subject: [PATCH 40/40] =?UTF-8?q?fix=20en=20la=20descripci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../industry-data/automobiles-and-nautical.en.md | 2 +- .../industry-data/automobiles-and-nautical.es.md | 2 +- guides/checkout-api-v2/industry-data/electro.en.md | 2 +- guides/checkout-api-v2/industry-data/electro.es.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md index d77197e959..5accb091f7 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.en.md @@ -62,7 +62,7 @@ Add any additional information that you consider necessary. | `street_number` | Integer | Street number of the shipment. | | `floor` | String | Apartment floor information for delivery. | | `apartment` | String | Apartament information for delivery. | -| `local_pickup` | Boolean | `true` if withdrawn at branch, `false` if not. | +| `local_pickup` | Boolean | If the shipment is picked up at the branch, use `true`, and if not, use `false`.| ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md index c921122ddf..965b7aa9bc 100644 --- a/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md +++ b/guides/checkout-api-v2/industry-data/automobiles-and-nautical.es.md @@ -62,7 +62,7 @@ Agrega toda la información adicional que consideres necesaria. | `street_number` | Integer | Número de calle del envío. | | `floor` | String | Información del piso del departamento para la entrega. | | `apartment` | String | Información del departamento para la entrega. | -| `local_pickup` | Boolean | `true` si se retira en sucursal, `false` si no lo hace. | +| `local_pickup` | Boolean | Si el envío se retira en sucursal, coloca `true`, y si no se retira, coloca `false`.| ```curl curl --location 'https://api.mercadopago.com/v1/payments' \ diff --git a/guides/checkout-api-v2/industry-data/electro.en.md b/guides/checkout-api-v2/industry-data/electro.en.md index ebba96ba78..504dc5a820 100644 --- a/guides/checkout-api-v2/industry-data/electro.en.md +++ b/guides/checkout-api-v2/industry-data/electro.en.md @@ -58,7 +58,7 @@ Add any additional information that you consider necessary. | Object `shipment` | Type | Description | | --- | --- | --- | -| `local_pickup` | Boolean | `true` if pickup is in branch, `false` if it is not. | +| `local_pickup` | Boolean | If the shipment is picked up at the branch, use `true`, and if not, use `false`.| | `receiver_address` | Object | Shipping address data. | | `zip_code` | String | Postal code for the shipment. | | `state_name` | String | Province to which the order is shipped. | diff --git a/guides/checkout-api-v2/industry-data/electro.es.md b/guides/checkout-api-v2/industry-data/electro.es.md index ed14c04681..8f59db7f85 100644 --- a/guides/checkout-api-v2/industry-data/electro.es.md +++ b/guides/checkout-api-v2/industry-data/electro.es.md @@ -58,7 +58,7 @@ Agrega toda la información adicional que consideres necesaria. | Object `shipment` | Tipo | Descripción | | --- | --- | --- | -| `local_pickup` | Boolean | `true` si retira en sucursal, `false` si no lo hace. | +| `local_pickup` | Boolean | Si el envío se retira en sucursal, coloca `true`, y si no se retira, coloca `false`.| | `receiver_address` | Object | Datos de dirección del envío. | | `zip_code` | String | Código postal para el envío. | | `state_name` | String | Provincia hacia donde se envía el pedido. |