{"info":{"_postman_id":"ebfe0658-89a0-48a3-9e3d-a19cb3085d79","name":"TLV Integration","description":"<html><head></head><body><p>This API integrates <strong>Pricing Models</strong> and shared use of <strong>Leads</strong> in a single API, managing agencies's access on information based on product and campaign.</p>\n<p>Note that all of the following values are test values.You can replace the values for <code>access_token</code>, <code>x-caller-agency</code> and <code>cust_id</code> with your own.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><em>If not used, the account does not need to be declared/impact in the income tax.</em></p>\n</li>\n<li><p><em>The data used is protected by the LGPD.</em></p>\n</li>\n<li><p><em>The remote channel team is not responsible for the application that generates the tokens nor manages the creation of new accounts and users. Please contact the appropriate support channels through for</em> <a href=\"https://www.mercadopago.com.br/\"><i>Mercado Pago website</i></a> / <a href=\"https://www.mercadopago.com.br/ajuda\"><i>Customer Service | Mercado Pago Brasil</i></a></p>\n</li>\n</ul>\n<p>Any questions, please email: <a href=\"https://mailto:ayuda-point-tlv@mercadolivre.com\"><b>ayuda-point-tlv@mercadolivre.com</b></a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"16773568","collectionId":"ebfe0658-89a0-48a3-9e3d-a19cb3085d79","publishedId":"UVXhpGXz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"52bdec"},"publishDate":"2022-01-12T15:43:56.000Z"},"item":[{"name":"Authentication","item":[{"name":"authorization token","id":"b747b205-7a0d-4218-b37d-cee73032713d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_secret\": \"client_secret_mp\",\n  \"client_id\": \"4070388625094107\",\n  \"grant_type\": \"authorization_code\",\n  \"test_token\": true,\n  \"code\": \"TG-652d91861ad12c00018fc57e-75584613\",\n  \"redirect_uri\": \"https://www.redirect-url.com\",\n  \"refresh_token\": \"TG-652d91861ad12c00018fc57e-75584613\"\n}"},"url":"https://api.mercadopago.com/oauth/token","urlObject":{"protocol":"https","path":["oauth","token"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"fc7fcf90-b7d0-494a-b709-134bd33e2f44","name":"authorization token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_secret\": \"client_secret_mp\",\n  \"client_id\": \"4070388625094107\",\n  \"grant_type\": \"authorization_code\",\n  \"test_token\": false,\n  \"code\": \"TG-652d91861ad12c00018fc57e-75584613\",\n  \"redirect_uri\": \"https://www.redirect-url.com\",\n  \"refresh_token\": \"TG-652d91861ad12c00018fc57e-75584613\"\n}"},"url":"https://api.mercadopago.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Oct 2023 19:43:13 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"309"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-Id","value":"d3eed8ab-5bb4-428b-a4de-a3359c683f44"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"TEST-4070388625094107-101615-f88b22ab8ee074e04a87e319b3b94ba3-75584613\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 15552000,\n    \"scope\": \"offline_access payments read write\",\n    \"user_id\": 75584613,\n    \"refresh_token\": \"TG-652d9251595ae4000147aad0-75584613\",\n    \"public_key\": \"TEST-57234f21-f9d5-418b-b3f9-1cbd58fb4f07\"\n}"}],"_postman_id":"b747b205-7a0d-4218-b37d-cee73032713d"},{"name":"refresh_token","id":"b8d0184d-e0d8-4a6f-baf6-da9f969f6bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_secret\": \"client_secret_mp\",\n  \"client_id\": \"4070388625094107\",\n  \"grant_type\": \"refresh_token\",\n  \"test_token\": false,\n  \"refresh_token\": \"TG-652d9251595ae4000147aad0-75584613\"\n}"},"url":"https://api.mercadopago.com/oauth/token","urlObject":{"protocol":"https","path":["oauth","token"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"bc7261c8-de3a-4aa3-b813-6860db187412","name":"refresh_token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"client_secret\": \"client_secret_mp\",\n  \"client_id\": \"4070388625094107\",\n  \"grant_type\": \"refresh_token\",\n  \"test_token\": false,\n  \"refresh_token\": \"TG-652d9251595ae4000147aad0-75584613\"\n}"},"url":"https://api.mercadopago.com/oauth/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Oct 2023 19:44:49 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"309"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Request-Id","value":"52bdd2d3-5163-4f91-b9b8-5073c6e43a7d"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"TEST-4070388625094107-101615-8d84f7071a6665a89d56c46aac9e9ae3-75584613\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": 15552000,\n    \"scope\": \"offline_access payments read write\",\n    \"user_id\": 75584613,\n    \"refresh_token\": \"TG-652d92b18aa6e10001de67fa-75584613\",\n    \"public_key\": \"TEST-57234f21-f9d5-418b-b3f9-1cbd58fb4f07\"\n}"}],"_postman_id":"b8d0184d-e0d8-4a6f-baf6-da9f969f6bb5"}],"id":"1f04bbb3-b91d-4c34-95aa-e3947a755f38","description":"<p>1. First you need create a application here:<br />MLB: <a href=\"https://www.mercadopago.com.br/settings/account/applications/create-app\">https://www.mercadopago.com.br/settings/account/applications/create-app</a><br />MLA: <a href=\"https://www.mercadopago.com.ar/settings/account/applications/create-app\">https://www.mercadopago.com.ar/settings/account/applications/create-app</a><br />MLM: <a href=\"https://www.mercadopago.com.mx/settings/account/applications/create-app\">https://www.mercadopago.com.mx/settings/account/applications/create-app</a><br />MLC: <a href=\"https://www.mercadopago.cl/settings/account/applications/create-app\">https://www.mercadopago.cl/settings/account/applications/create-app</a></p>\n<p><strong>OBS: If you already have an application created, go to the next step.</strong></p>\n<p>2. With application created, access this link to see the your applications:<br />MLB: <a href=\"https://www.mercadopago.com.br/developers/panel/app\">https://www.mercadopago.com.br/developers/panel/app</a><br />MLA: <a href=\"https://www.mercadopago.com.ar/developers/panel/app\">https://www.mercadopago.com.ar/developers/panel/app</a><br />MLM: <a href=\"https://www.mercadopago.com.mx/developers/panel/app\">https://www.mercadopago.com.mx/developers/panel/app</a><br />MLC: <a href=\"https://www.mercadopago.cl/developers/panel/app\">https://www.mercadopago.cl/developers/panel/app</a></p>\n<p>3. Select the application you did create in first step, and the credentials to test or access prod will be available.</p>\n<p>You can find the step by step document on the following links:<br />MLB:<br /><a href=\"https://www.mercadopago.com.br/developers/pt/docs/your-integrations/credentials\">https://www.mercadopago.com.br/developers/pt/docs/your-integrations/credentials</a><br /><a href=\"https://www.mercadopago.com.br/developers/pt/docs/getting-started\">https://www.mercadopago.com.br/developers/pt/docs/getting-started</a></p>\n<p>MLA:<br /><a href=\"https://www.mercadopago.com.ar/developers/es/docs/your-integrations/credentials\">https://www.mercadopago.com.ar/developers/es/docs/your-integrations/credentials</a><br /><a href=\"https://www.mercadopago.com.ar/developers/es/docs/getting-started\">https://www.mercadopago.com.ar/developers/es/docs/getting-started</a></p>\n<p>MLM:<br /><a href=\"https://www.mercadopago.com.mx/developers/es/docs/your-integrations/credentials\">https://www.mercadopago.com.mx/developers/es/docs/your-integrations/credentials</a><br /><a href=\"https://www.mercadopago.com.mx/developers/es/docs/getting-started\">https://www.mercadopago.com.mx/developers/es/docs/getting-started</a></p>\n<p>MLC:<br /><a href=\"https://www.mercadopago.cl/developers/es/docs/your-integrations/credentials\">https://www.mercadopago.cl/developers/es/docs/your-integrations/credentials</a><br /><a href=\"https://www.mercadopago.cl/developers/es/docs/getting-started\">https://www.mercadopago.cl/developers/es/docs/getting-started</a></p>\n<p>First of all, it is important to ensure that the Redirect URL is defined. Without that we will not be able to proceed to the next steps.</p>\n<img src=\"https://content.pstmn.io/3204f7d5-cd13-42e9-a7d9-08006a7ebf3b/cmVkaXJlY3RVcmwucG5n\" />\n\n<p>For the next steps we will need some information that will be collected from the Mercado Pago UI and replaced in the link below. The following information will be collected:</p>\n<ul>\n<li><strong>client_id:</strong> replace the \"APP_ID\" value with your application ID.</li>\n<li><strong>state:</strong> replace the \"RANDOM_ID\" value with an identifier that is unique for each attempt and that does not include sensitive information so that you can identify whose code you received.</li>\n<li><strong>redirect_uri:</strong> Add the URL entered in the Redirect URL field of your application.</li>\n</ul>\n<p><a href=\"https://auth.mercadopago.com/authorization?client_id=**APP_ID**&amp;response_type=code&amp;platform_id=mp&amp;state=**RANDOM_ID**&amp;redirect_uri=**https://www.redirect-url.com\">https://auth.mercadopago.com/authorization?client_id=<b>APP_ID</b>&amp;response_type=code&amp;platform_id=mp&amp;state=<b>RANDOM_ID</b>&amp;redirect_uri=https://www.redirect-url.com</a></p>\n<p>It is important to note that the link above needs to be opened via Browser. After that, choose the correct country:</p>\n<img src=\"https://content.pstmn.io/0e4c44fe-6bd2-44b3-a7f1-4a79e0d952e2/dXJscy5wbmc=\" width=\"661\" height=\"438\" />\n\n<p>After the confirmation and authorization steps, you will be redirected to the saved url with some attributes in the url, we need to save the information contained in the code parameter.</p>\n<img src=\"https://content.pstmn.io/08a1e9d6-ef59-42ef-9d0d-5f1131f5ae2b/Y29kZS5wbmc=\" />\n\n<p>With those parameters, we can generate the <strong>authorization_code</strong>, as in the example below.</p>\n<img src=\"https://content.pstmn.io/1bad24e5-5249-41ff-bfcc-b6aeb08b08f7/YXV0aG9yaXphdGlvblRva2VuLnBuZw==\" />\n\n<p>Each generated token also returns a <strong>refresh_token</strong>. This token needs to be stored to be used in the next token renewal. We recommend the refresh to be carried out every 3 months. Below we have the endpoints that must be consumed with examples of how the generation of the authorization token should be done, as well as the 3-month refresh:</p>\n","_postman_id":"1f04bbb3-b91d-4c34-95aa-e3947a755f38"},{"name":"BETA","item":[{"name":"Pricing","item":[{"name":"Search","item":[{"name":"Pricing Search - Scale Retention","id":"0de4f843-16e3-4685-a2fb-0ea68bc46d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"2e0c32fa-612e-47f5-a533-d2cfe5d5f6bf","name":"Pricing Search - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/price/search?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","price","search"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:21:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"60de20f6-b605-4389-9083-eaa6d8bbd54d"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-34,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-34","value":"REV5rzvx654yQZujzhavUr4RaHozIAahHsurxz2abnffSnR6gdN28Tn/6T0kNyIA"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-08f6ff15e196bf23c-10.54.28.15"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"tableItemIdDefault\": 1376,\n  \"name\": \"[Scale] Nueva tabla escalas Retencion MLB\",\n  \"tableId\": 75,\n  \"items\": [\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.98\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 5.31\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.99\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 0,\n      \"max\": 1000,\n      \"name\": \"Escala 1\",\n      \"id\": 1372\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 4.41\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.85\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 1000,\n      \"max\": 3000,\n      \"name\": \"Escala 2\",\n      \"id\": 1373\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.98\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.69\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 3000,\n      \"max\": 7000,\n      \"name\": \"Escala 3\",\n      \"id\": 1374\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.79\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.63\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 7000,\n      \"max\": 10000,\n      \"name\": \"Escala 4\",\n      \"id\": 1375\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.37\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.59\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 10000,\n      \"max\": 15000,\n      \"name\": \"Escala 5\",\n      \"id\": 1376\n    }\n  ]\n}"}],"_postman_id":"0de4f843-16e3-4685-a2fb-0ea68bc46d3e"},{"name":"Pricing Search - Individual","id":"e0a0c1dc-2dac-4eef-a1c8-ff5793b6f455","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\",\n    \"pnf\": \"true\",\n    \"company_identifier_type\": \"CNPJ\",\n    \"company_identifier_number\": \"22839365863\",\n    \"most_frequent_operation\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"314fdedc-71c9-4ea8-9be2-75c47939065f","name":"Pricing Search - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\",\n    \"pnf\": \"true\",\n    \"company_identifier_type\": \"CNPJ\",\n    \"company_identifier_number\": \"22839365863\",\n    \"most_frequent_operation\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:21:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"60de20f6-b605-4389-9083-eaa6d8bbd54d"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-34,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-34","value":"REV5rzvx654yQZujzhavUr4RaHozIAahHsurxz2abnffSnR6gdN28Tn/6T0kNyIA"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-08f6ff15e196bf23c-10.54.28.15"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"[TLV] [Retention]  - Individual\",\n    \"tableId\": 35,\n    \"items\": [\n        {\n            \"id\": 165,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.64\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 5.24\n                    }\n                ],\n                \"name\": \"bucket_01\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.94\n                    }\n                ],\n                \"name\": \"bucket_01\"\n            }\n        },\n        {\n            \"id\": 166,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 4.74\n                    }\n                ],\n                \"name\": \"bucket_02\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.84\n                    }\n                ],\n                \"name\": \"bucket_02\"\n            }\n        },\n        {\n            \"id\": 167,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.24\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 4.34\n                    }\n                ],\n                \"name\": \"bucket_03\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.74\n                    }\n                ],\n                \"name\": \"bucket_03\"\n            }\n        },\n        {\n            \"id\": 168,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.14\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 3.84\n                    }\n                ],\n                \"name\": \"bucket_04\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.69\n                    }\n                ],\n                \"name\": \"bucket_04\"\n            }\n        },\n        {\n            \"id\": 169,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 3.24\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 3.34\n                    }\n                ],\n                \"name\": \"bucket_05\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.59\n                    }\n                ],\n                \"name\": \"bucket_05\"\n            }\n        },\n        {\n            \"id\": 170,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 2.94\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 3.04\n                    }\n                ],\n                \"name\": \"bucket_06\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.55\n                    }\n                ],\n                \"name\": \"bucket_06\"\n            }\n        },\n        {\n            \"id\": 171,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 2.84\n                    }\n                ],\n                \"name\": \"bucket_07\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.49\n                    }\n                ],\n                \"name\": \"bucket_07\"\n            }\n        },\n        {\n            \"id\": 172,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 2.54\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 2.64\n                    }\n                ],\n                \"name\": \"bucket_08\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.39\n                    }\n                ],\n                \"name\": \"bucket_08\"\n            }\n        }\n    ]\n}"}],"_postman_id":"e0a0c1dc-2dac-4eef-a1c8-ff5793b6f455"},{"name":"Pricing Search - Scale Acquisition","id":"fdec14a4-81d6-43b6-b6aa-d0f2afdbe52a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"retention\": \"false\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"1d6678d5-5d7c-4217-b162-b701426e8ab6","name":"Pricing Search - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:21:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"60de20f6-b605-4389-9083-eaa6d8bbd54d"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-34,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-34","value":"REV5rzvx654yQZujzhavUr4RaHozIAahHsurxz2abnffSnR6gdN28Tn/6T0kNyIA"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-08f6ff15e196bf23c-10.54.28.15"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"[Scale] Pricing Scale MLB\",\n  \"tableId\": 11,\n  \"items\": [\n    {\n      \"id\": 85,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 4.41\n          }\n        ],\n        \"name\": \"scale_2\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 1.85\n          }\n        ],\n        \"name\": \"scale_2\"\n      }\n    },\n    {\n      \"id\": 86,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 3.98\n          }\n        ],\n        \"name\": \"scale_3\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 1.69\n          }\n        ],\n        \"name\": \"scale_3\"\n      }\n    }\n  ]\n}"}],"_postman_id":"fdec14a4-81d6-43b6-b6aa-d0f2afdbe52a"},{"name":"Pricing Search - Checkout (MLM)","id":"5c21c548-b64f-4deb-944d-0dc52886dc78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"checkout\",\n    \"site_id\": \"MLM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"05be290e-95b3-4405-8bde-3460eba3635c","name":"Pricing Search - Checkout (MLM) - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"2999\",\n    \"business_size\": \"LoLo\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"tableItemIdDefault\": 841,\n  \"name\": \"[Scale] Pricing Scale Checkout MLM\",\n  \"tableId\": 61,\n  \"items\": [\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 0,\n      \"max\": 25000,\n      \"name\": \"Longtail\",\n      \"id\": 841\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 25000,\n      \"max\": 50000,\n      \"name\": \"Escala 1\",\n      \"id\": 842\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 50000,\n      \"max\": 100000,\n      \"name\": \"Escala 2\",\n      \"id\": 843\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 100000,\n      \"max\": 200000,\n      \"name\": \"Escala 3\",\n      \"id\": 844\n    }\n  ]\n}"}],"_postman_id":"5c21c548-b64f-4deb-944d-0dc52886dc78"},{"name":"Pricing Search - Scale (MLA)","id":"36d80e27-ca3e-4333-97b6-cc2ecae1bdb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLA\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"71cc80d0-2db4-458a-ae02-b3affd79e54e","name":"Pricing Search - Scale (MLA) - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLA\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"[Scale] Pricing Scale MLA\",\n  \"tableId\": 12,\n  \"items\": [\n    {\n      \"id\": 89,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 7.85\n          }\n        ],\n        \"name\": \"scale_1\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.05\n          }\n        ],\n        \"name\": \"scale_1\"\n      }\n    }\n  ]\n}"}],"_postman_id":"36d80e27-ca3e-4333-97b6-cc2ecae1bdb9"},{"name":"Pricing Search - Scale (MLM)","id":"d1254938-7e9a-4d51-9394-bdddb8485766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"ea84df88-59d7-4970-b19e-c6649fcb58dd","name":"Pricing Search - Scale (MLA) - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"[Scale] Pricing Scale MLM\",\n  \"tableId\": 13,\n  \"items\": [\n    {\n      \"id\": 95,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 4.06\n          }\n        ],\n        \"name\": \"scale_1\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.06\n          }\n        ],\n        \"name\": \"scale_1\"\n      }\n    }\n  ]\n}"}],"_postman_id":"d1254938-7e9a-4d51-9394-bdddb8485766"},{"name":"Find Tables by Cust ID","id":"4c5f59e7-2452-48bd-b6b8-fd5eb0380382","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/price/search/{{cust_id}}","description":"<p>Returns which tables the customer associated with the <code>cust_id</code> currently has.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","price","search","{{cust_id}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"78a9b008-6131-4f87-a3e1-cace3be1b379","name":"Find Tables by Cust ID - Example","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/price/search/777207612"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fees\": {\n            \"credit\": {\n                \"tag\": [\n                    {\n                        \"value\": \"scale_1\",\n                        \"key\": \"point_pricing_scale_id\"\n                    }\n                ]\n            },\n            \"debit\": {\n                \"tag\": [\n                    {\n                        \"value\": \"scale_1\",\n                        \"key\": \"point_pricing_scale_id\"\n                    }\n                ]\n            }\n        },\n        \"active\": true,\n        \"createdDetail\": {\n            \"createdAt\": {\n                \"dayOfWeek\": \"FRIDAY\",\n                \"hour\": 7,\n                \"month\": \"JULY\",\n                \"dayOfMonth\": 1,\n                \"dayOfYear\": 182,\n                \"year\": 2022,\n                \"monthValue\": 7,\n                \"nano\": 0,\n                \"minute\": 13,\n                \"second\": 5\n            },\n            \"createdByApp\": {\n                \"name\": \"Pricing Recalc\",\n                \"callerId\": 3816702611023897,\n                \"id\": 8\n            }\n        },\n        \"custId\": 777207612,\n        \"siteId\": \"MLB\",\n        \"detail\": {\n            \"promo\": false,\n            \"level\": 1,\n            \"pricingTableItemId\": 84,\n            \"customStarted\": false\n        },\n        \"id\": 2348775,\n        \"pricingTableId\": 11,\n        \"recalculateAt\": {\n            \"dayOfWeek\": \"MONDAY\",\n            \"hour\": 0,\n            \"month\": \"AUGUST\",\n            \"dayOfMonth\": 1,\n            \"dayOfYear\": 213,\n            \"year\": 2022,\n            \"monthValue\": 8,\n            \"nano\": 0,\n            \"minute\": 0,\n            \"second\": 0\n        },\n        \"pricingType\": \"SCALE\"\n    }\n]"}],"_postman_id":"4c5f59e7-2452-48bd-b6b8-fd5eb0380382"}],"id":"4d3e31a8-dd2d-41d6-8971-84b1f24a2488","description":"<p>Returns values of search with desired parameters.</p>\n","_postman_id":"4d3e31a8-dd2d-41d6-8971-84b1f24a2488"}],"id":"5d3c6cfa-c742-411f-a837-8b8f356a9c93","description":"<p>Manages access on pricing tables for search and set.</p>\n<p>The following tables are available for Search and Set:</p>\n<ul>\n<li>For MLB:<ul>\n<li><strong>[Scale] Nueva tabla escalas Retencion MLB (ID = 75).</strong></li>\n<li><strong>[Scale] Pricing Scale MLB (ID = 11)</strong></li>\n</ul>\n</li>\n</ul>\n<p><code>OBS:</code> <strong><code>[TLV] [Retention] - Individual (ID = 35)</code></strong> <code>and</code> <strong><code>[TLV] [Retention] - Scale LoLo (ID = 42)</code></strong> <code>were replaced by the table ID 75.</code></p>\n<ul>\n<li><p>For MLM:</p>\n<ul>\n<li><strong>[Scale] Pricing Scale Checkout MLM (ID = 61)</strong>;</li>\n<li><strong>[Scale] Pricing Scale MLM (ID = 13).</strong></li>\n</ul>\n</li>\n<li><p>For MLA:</p>\n<ul>\n<li><strong>[Scale] Pricing Scale MLA (ID = 12)</strong></li>\n</ul>\n</li>\n</ul>\n<p>The <strong>tableItemIdDefault</strong> parameter (in SEARCH endpoint response) refers to the default scale ID of the table.</p>\n","_postman_id":"5d3c6cfa-c742-411f-a837-8b8f356a9c93"},{"name":"Leads","item":[{"name":"Leads - Search","id":"5999e276-dba2-4d26-a206-2781fe848091","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{x-caller-agency}}/search?campaign={{name-campaign}}","description":"<p>Returns leads from the database. This must be the first interaction to retrieve leads, as it will be responsible for creating multiple batches of leads for agencies to consume.</p>\n<p>All the batches generated, batches within 1000 leads each, can be consumed within an interval of 1 seconds minimum, in between requests to avoid service outage. When all leads have been consumed, a code <code>204 - No Content</code> status will be returned. New leads will only be available after an internal data processing which takes place at 1 hour intervals:</p>\n<ul>\n<li>MLB - 08:05; 09:05; 10:05 ... (+1 hour)</li>\n<li>MLA - 08:10; 09:10; 10:10; ... (+1 hour)</li>\n</ul>\n<p>After searching, if needed to check a specific batch, you can refer to the specific endpoint <code>Leads - Batch by Number</code></p>\n<h4 id=\"caption-return-fields\"><strong>Caption return fields:</strong></h4>\n<p><strong>lead_id</strong>: The field will bring the customer's identification information. Except when the lead is not produced by our platforms.</p>\n<p><strong>lead_type:</strong> possible returns in the field - acquisition, retention and activation</p>\n<h4 id=\"optional-filterquery-parameter\"><strong>Optional filter(Query parameter):</strong></h4>\n<p><strong>campaign</strong>: recupero_chop (ejemplo)</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead","{{your site id (ex. MLB)}}","{{x-caller-agency}}","search"],"host":["api","mercadopago","com"],"query":[{"key":"campaign","value":"{{name-campaign}}"}],"variable":[]}},"response":[{"id":"94351354-da45-42c0-862f-e81d1d46c78e","name":"Leads - Search","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{caller-agency}}/search"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 151187,\n            \"agency_name\": \"name\",\n            \"campaign\": \"recupero_chop\",\n            \"product\": \"Point Blue\",\n            \"customer_document_type\": \"CURP\",\n            \"customer_document_number\": \"HEMJ931130HDFRDR08\",\n            \"customer_first_name\": \"first name customer\",\n            \"customer_last_name\": \"last name customer\",\n            \"customer_address\": \"address example\",\n            \"customer_city\": \"city example\",\n            \"customer_state\": \"state example\",\n            \"customer_email\": \"customer_email@test.com\",\n            \"customer_phones\": [\n                \"99333334444\"\n            ],\n            \"lead_id\": \"1019314660\",\n            \"created_at\": \"2022-01-22\",\n            \"segment\": \"LONGTAIL\",\n            \"sub_segment\": \"LOLO\",\n            \"taxpayer_type\": \"Isento\",\n            \"lead_type\": \"acquisition\",\n            \"admission_date\": \"2022-12-08T13:33:44\",\n            \"sub_campaign\": \"name_subcampaign\",\n            \"sub_campaign_priority\": 5,\n            \"last_order_date\": \"2022-12-10T18:09:00\",\n            \"last_order_devices\": \"188,23\"\n        }\n    ],\n    \"batch\": {\n        \"size\": 1,\n        \"number\": 1,\n        \"url\": \"https://api.mercadopago.com/tlv-integration/lead/MLM/752403234/search/batch/1\"\n    }\n}"}],"_postman_id":"5999e276-dba2-4d26-a206-2781fe848091"},{"name":"Leads - Batch List","id":"5af2b6d2-4846-4edb-9178-4b477d575c29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{x-caller-agency}}/batch","description":"<p>Along with the leads array, in the request response, you will also receive the following information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"batch\" : { \n    \"size\" : int, \n    \"number\" : long, \n    \"URL\" : \"string\"\n} \n\n</code></pre>\n<p>The “batch” object brings the elements of <strong><code>size</code></strong> , the total number of elements (leads) available for this batch. and the <strong><code>number</code></strong> that represents that group of results(batch). Also an <strong><code>URL</code></strong>, that is a hyperlink to access this same batch in case of need.</p>\n<p>You can see a list of all of your available batches on this endpoint.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead","{{your site id (ex. MLB)}}","{{x-caller-agency}}","batch"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"ea28b12b-3011-4174-83e3-d151ef7d8ac8","name":"Leads - Batch List","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{caller-agency}}/batch"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"size\": 282,\n        \"number\": 24,\n        \"url\": \"url to batch by number\"\n    }\n]"}],"_postman_id":"5af2b6d2-4846-4edb-9178-4b477d575c29"},{"name":"Leads - Batch by Number","id":"114ceefe-5c83-4b94-a1fa-931a86af380f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{x-caller-agency}}/search/batch/{{batch number}}","description":"<p>The purpose of this pagination is to make searching more flexible and fault tolerant on client and server side. Batches are returned by an amount of 1000, at most, per request.</p>\n<p>The URL needs the parameters <code>batch_number</code> as an Integer, to access the number of the batch on the list you'll see.</p>\n<h4 id=\"caption-return-fields\"><strong>Caption return fields:</strong></h4>\n<p><strong>lead_id</strong>: The field will bring the customer's identification information. Except when the lead is not produced by our platforms.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead","{{your site id (ex. MLB)}}","{{x-caller-agency}}","search","batch","{{batch number}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"65a77382-defe-4b0c-87ad-af2864be3c31","name":"Leads - Batch by Number","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{caller-agency}}/search/batch/{{batch number}}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 151187,\n            \"agency_name\": \"name\",\n            \"campaign\": \"RECUPERO_CHOP\",\n            \"product\": \"Point Blue\",\n            \"customer_document_type\": \"CURP\",\n            \"customer_document_number\": \"HEMJ931130HDFRDR08\",\n            \"customer_first_name\": \"first name customer\",\n            \"customer_last_name\": \"last name customer\",\n            \"customer_address\": \"address example\",\n            \"customer_city\": \"city example\",\n            \"customer_state\": \"state example\",\n            \"customer_email\": \"customer_email@test.com\",\n            \"customer_phones\": [\n                \"99333334444\"\n            ],\n            \"lead_id\": \"1019314660\",\n            \"created_at\": \"2022-01-22\",\n            \"segment\": \"LONGTAIL\",\n            \"sub_segment\": \"LOLO\",\n            \"taxpayer_type\": \"Isento\",\n            \"lead_type\": \"acquisition\",\n            \"admission_date\": \"2022-12-08T13:33:44\",\n            \"sub_campaign\": \"5\",\n            \"sub_campaign_priority\": 5,\n            \"last_order_date\": \"2022-12-10T18:09:00\",\n            \"last_order_devices\": \"188,23\"\n        }\n    ],\n    \"batch\": {\n        \"size\": 1,\n        \"number\": 1,\n        \"url\": \"https://api.mercadopago.com/tlv-integration/lead/MLM/752403234/search/batch/1\"\n    }\n}"}],"_postman_id":"114ceefe-5c83-4b94-a1fa-931a86af380f"},{"name":"Leads - Dialer information","id":"1b01ce3e-7515-412b-a30a-e3ed04d939b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n        \"transactional_lead_id\": 1234,\n        \"answered\": false,\n        \"dialer\": \"Dialer-name\",\n        \"call_detail1\": \"Busy\",\n        \"call_date\": \"2023-05-22T16:50:45Z\",\n\t\t\"call_duration_time\": \"00:17:15\",\n        \"call_type\": \"PREDICTIVE\",\n\t\t\"operator\": \"Operator name\",\n\t\t\"id_dialer_call\": \"123-ABC\"\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/lead/dialer","description":"<p>Endpoint responsible for receiving details of calls made by dialers from agencies.</p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>A list with:</p>\n<p><code>transactional_lead_id</code>: Refers to the record's unique id, not to be confused with the lead_id (the field that bring the customer's identification information)</p>\n<p><code>answered</code>: Indicates whether the call was answered.<br />Yes: send value true<br />No: send value false</p>\n<p><code>dialer</code>: Dialer model name. For example, currently we have options like Olos, Aspect, Genesys, etc.</p>\n<p><code>call_detail1</code>: Call detail. Example: if was busy, fax, etc.</p>\n<p><code>call_date</code>: Date and time the call was made</p>\n<p><code>call_duration_time</code>: Call duration time (in HH:MM:SS)</p>\n<p><code>id_dialer_call</code>: Call record ID, this being agency domain information</p>\n<p><code>call_type</code> : Information whether the connection is PREDICTIVE or ACTIVE</p>\n<h2 id=\"the-optional-fields\">The optional fields:</h2>\n<p><code>call_detail2</code>: Call detail, when applicable (in some cases it complements the information in call_detail1)</p>\n<p><code>operator</code>: Preferably the name of the operator who made the call, but if this is not possible, your ID can also be informed.</p>\n<p><code>phone_number</code>: The phone number called by the dialer.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead","dialer"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"1b01ce3e-7515-412b-a30a-e3ed04d939b7"},{"name":"Get All Actives Campains By Caller Id","id":"f68e2f30-e093-4e4a-8cc8-cc11b8a2b130","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/campaigns/active","description":"<p>Endpoint responsible for listing all active campaigns by caller id.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead","campaigns","active"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"652ec077-e314-4ab9-a255-d0af615d68f9","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/lead/campaigns/active"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Apr 2023 12:02:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"eaad901d-38f5-4c43-b5bf-e117db74cb4c"},{"key":"x-b3-traceid","value":"6e071939a1a0fb97"},{"key":"x-b3-spanid","value":"6e071939a1a0fb97"},{"key":"x-trace-digest-14","value":"fhO/yFSicQFuJ9zDD9NGWOflKKrXSvtj5Q9rZNvO+yYR5VLLahi5gPUBO3QB8AspWilN/APdWwAGU8nEwWAFob2/P+vIO+B+tu5EBOzdOEAYI77JUfNYfSV43mCBpnLh"},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0acdd43c8e4060bfa-10.54.28.46"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"corporate\"\n    },\n    {\n        \"name\": \"corporate_mgc\"\n    },\n    {\n        \"name\": \"cx_acquisition\"\n    },\n    {\n        \"name\": \"exp_marketplace_linkdepago_lolo\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230320_smb\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230323_smb\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230324_smb\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230411_smb\"\n    },\n    {\n        \"name\": \"expcargamanual_retro_webforms_recupero_ago_nov_20230307_smb\"\n    },\n    {\n        \"name\": \"expcargamanual_retro_webforms_recupero_ago_nov_20230313_smb\"\n    },\n    {\n        \"name\": \"expcargamanual_webforms_landing_smb_errolt_20230314_smb\"\n    },\n    {\n        \"name\": \"ml_buy_intention_pos\"\n    },\n    {\n        \"name\": \"ml_buy_intention_store\"\n    },\n    {\n        \"name\": \"ml_buy_intention_store_charge\"\n    },\n    {\n        \"name\": \"op_checkouts\"\n    },\n    {\n        \"name\": \"op_compra_protegida\"\n    },\n    {\n        \"name\": \"op_credencial_smb\"\n    },\n    {\n        \"name\": \"op_developers\"\n    },\n    {\n        \"name\": \"op_hunting_checkout\"\n    },\n    {\n        \"name\": \"op_hunting_cobrar_online\"\n    },\n    {\n        \"name\": \"op_hunting_link_de_pago\"\n    },\n    {\n        \"name\": \"op_hunting_shopify\"\n    },\n    {\n        \"name\": \"op_hunting_woo_commerce\"\n    },\n    {\n        \"name\": \"op_storeleads\"\n    },\n    {\n        \"name\": \"recupero_boleto\"\n    },\n    {\n        \"name\": \"recupero_chop\"\n    },\n    {\n        \"name\": \"recupero_chop_mgm\"\n    },\n    {\n        \"name\": \"recupero_chop_minichip\"\n    },\n    {\n        \"name\": \"recupero_chop_mininfc\"\n    },\n    {\n        \"name\": \"recupero_chop_pix\"\n    },\n    {\n        \"name\": \"recupero_chop_pro\"\n    },\n    {\n        \"name\": \"recupero_chop_smart\"\n    },\n    {\n        \"name\": \"recupero_chop_tele\"\n    },\n    {\n        \"name\": \"recupero_landing\"\n    },\n    {\n        \"name\": \"recupero_landing_mgm\"\n    },\n    {\n        \"name\": \"recupero_landing_minichip\"\n    },\n    {\n        \"name\": \"recupero_landing_mininfc\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto_low\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto_top\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto_unkn\"\n    },\n    {\n        \"name\": \"recupero_landing_pro\"\n    },\n    {\n        \"name\": \"recupero_landing_smart\"\n    },\n    {\n        \"name\": \"recupero_landing_smb\"\n    },\n    {\n        \"name\": \"webforms_landingLT_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingLT_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_both_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_both_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_instore_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_instore_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_lolo_recupero_chop\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_online_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_online_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_smb_recupero_chop\"\n    },\n    {\n        \"name\": \"xs_new_seller_qr\"\n    }\n]"}],"_postman_id":"f68e2f30-e093-4e4a-8cc8-cc11b8a2b130"},{"name":"New Case","id":"f39051fb-3420-498d-8ed3-c92f081cc6e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"lead\": {\n        \"site_id\": \"MLB\",\n        \"first_name\": \"Teste\",\n        \"last_name\": \"Someone\",\n        \"mail\": \"testmarotta@gmail.com\",\n        \"phone\": \"(31) 09999-9999\",\n        \"campaign\": \"recupero_boleto\",\n        \"agency\": 1,\n        \"user_ldap\": \"operatorLdap\"\n    },\n    \"search_type\": \"EMAIL\",\n    \"user_query\": \"test@gmail.com\",\n    \"comment\": \"test\",\n    \"user_crm\": \"operatorLdap\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/cases","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<p>This endpoint facilitates the automation of open cases in CX One. When this endpoint is used, the case automatically appears on the operator's screen in CX One, eliminating the need to manually copy the lead ID into CX and open the case.</p>\n<p><strong>Open case for leads from Leads Batch:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"lead_id\": 99,\n    \"search_type\": \"EMAIL\",\n    \"user_query\": \"test@gmail.com\",\n    \"comment\": \"comment\",\n    \"user_crm\": \"operadorLdap\"\n}\n\n</code></pre>\n<p><strong>Open case and create a new lead:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n      \"lead\": {\n        \"site_id\": \"MLB\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"Someone\",\n        \"mail\": \"test@gmail.com\",\n        \"phone\": \"(31) 09999-9999\",\n        \"campaign\": \"recupero_boleto\",\n        \"agency\": agency_id,\n        \"user_ldap\": \"operadorLdap\"\n    },\n    \"search_type\": \"EMAIL\",\n    \"user_query\": \"test@gmail.com\",\n    \"comment\": \"test\",\n    \"user_crm\": \"operadorLdap\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","cases"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f39051fb-3420-498d-8ed3-c92f081cc6e2"},{"name":"Leads - Create New Lead","id":"023ac456-d930-48af-a4a7-86016e302bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"487246962"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"site_id\": \"MLB\",\n    \"first_name\": \"Dannie\",\n    \"last_name\": \"King\",\n    \"mail\": \"Claire87@hotmail.com\",\n    \"phone\": \"994-830-6293\",\n    \"agency\": 487246962,\n    \"activity\": \"hunting\",\n    \"campaign\": \"recupero_chop\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/lead","description":"<p>This endpoint will generate a new lead for a given agency, informed on body params.</p>\n<p>Body can contain only the following params, all mandatory:</p>\n<p><code>site_id</code>: site corresponding to the lead. Values can be \"MLB\", \"MLA\", \"MLM\" and \"MLC\"<br /><code>first_name</code>: Indicates the first name that will be assigned to the lead<code>last_name</code>: Indicates the last name that will be assignet to the lead<br /><code>mail</code>: indicates the email that will be assigne to the lead<br /><code>phone</code>: indicates the phone that will be assigne to the lead<br /><code>agency</code>: indicates the agency that will receive the lead. The field must be filled with information from x-caller-agency</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"823402b5-e986-4015-b5cd-9df2a05df282","name":"New Request","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"487246962"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"site_id\": \"MLB\",\n    \"first_name\": \"Fanny\",\n    \"last_name\": \"Vandervort\",\n    \"mail\": \"Chanel56@yahoo.com\",\n    \"phone\": \"633-958-9836\",\n    \"agency\": 487246962,\n    \"activity\": \"hunting\",\n    \"campaign\": \"recupero_chop\"\n}","options":{"raw":{"language":"json"}}},"url":"https://internal-api.mercadopago.com/beta/tlv-integration/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2024 19:28:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"741580dc-906f-44a1-a0c9-19840ec87e65"},{"key":"x-trace-digest-98","value":"aMQ3uce3297KRqvK1OHFyEehV25973q881wnc_H4Bf3Bn2Op6GirODsojxUEV-PXyB0TBCMR84uYwvnKJQOBisgMlX-A1rQRhp_t6RxzNmyPxBHwAXRlWSQIn6VLuTDMz-pJjqIYj93qMZSG9i0KYw"},{"key":"x-fury-user","value":"artaraujo"},{"key":"x-b3-traceid","value":"f988d3c47b37a068"},{"key":"x-b3-spanid","value":"8def9b2a5c30bb63"},{"key":"x-b3-sampled","value":"0"},{"key":"content-encoding","value":"gzip"},{"key":"x-api-server-segment","value":"default"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0c82df57cfa37619a-10.54.28.189"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 35942329\n}"}],"_postman_id":"023ac456-d930-48af-a4a7-86016e302bfe"},{"name":"Update Lead","id":"8fd9d819-8b66-46a4-aecc-2c97528f75f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ticket_id\": \"11\",\n    \"sub_bot_id\": \"11\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{lead-id}}/update-lead","description":"<p>This endpoint updates the information of a lead.</p>\n<p><code>lead_id</code> (NUMBER) is the ID of the lead you want to update. The request includes the <code>x-caller-agency</code> header for authentication and a JSON payload with the following fields:</p>\n<ul>\n<li><p><code>ticket_id</code>: (STRING)</p>\n</li>\n<li><p><code>sub_bot_id</code>: (STRING)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","lead","{{lead-id}}","update-lead"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"aeb61ae4-8669-4de0-af57-3cf18452e482","name":"Update Lead","originalRequest":{"method":"PATCH","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ticket_id\": \"11\",\n    \"sub_bot_id\": \"11\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/lead/{{lead-id}}/update-lead"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"8fd9d819-8b66-46a4-aecc-2c97528f75f6"}],"id":"dab817d1-16e0-44f7-8a60-2d201118a56e","description":"<p>This API distribute leads to the registered agencies. The distribution rules are defined for the Mercado Pago business area. The leads work the following way:</p>\n<ol>\n<li>The leads available for consulting are updated in intervals of 1 hour.</li>\n<li>The leads are distributed on batches, that groups all the new leads(not searched yet) at a given time. Also, it is possible to recover any batch as a snapshot of a given search.</li>\n<li>It is necessary to have an identifier of the agencies in the header (<code>x-caller-agency</code>) to identify this agency as valid in relation to the potential clients consulted</li>\n<li>To register an agency identifier, you need to enter in contact with the team: (<a href=\"mailto:ayuda-point-tlv@mercadolivre.com\"><strong>ayuda-point-tlv@mercadolivre.com</strong></a>)</li>\n</ol>\n","_postman_id":"dab817d1-16e0-44f7-8a60-2d201118a56e"},{"name":"External Seller","item":[{"name":"New Intent - Aquisition","id":"cc8b4b7e-cb0b-4a8b-ac84-aecf883898a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"lead_id\": \"number\",\n    \"coupon_code\": \"string\",\n    \"send_communication\": \"boolean\",\n    \"operator\": {\n        \"id\": \"number\",\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\",\n            \"neighborhood\": \"string\",\n            \"internal_number\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>(there's available a example request with the required fields):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"qtd\": \"number\"\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"coupon_code\": \"string\",\n    \"operator\": {\n        \"id\": \"number\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\"\n    }\n}\n\n</code></pre>\n<p><code>qtd:</code> This field is used to inform the number of device quantities. But it has default values for each device. To find out what they are, run this CURL below or check the Get Quantity Device endpoint documentation :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location 'https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&amp;deviceId={{deviceId}}'\n\n</code></pre><p>If the value is not informed, the intent will be created with the default value, which is 1.</p>\n<p><code>strategy:</code> The <code>strategy</code> values allowed to create a intent:<br /><code>adq</code> - Aquisição</p>\n<p><code>device</code>: Insert the Id of <code>device</code>.</p>\n<p><code>coupon_code:</code> Insert the <code>coupon</code>.</p>\n<p><code>operator</code>: The field <code>id</code> is required, but the fields <code>name</code> and <code>phone</code> aren't required</p>\n<p><code>customer</code>: Insert of data of <code>customer</code></p>\n<p><code>lead_id</code>: Insert the lead id.</p>\n<p><code>internal_metadata</code>: Used to make tracking and inform UTM, like <code>utm_campaign,</code> <code>utm_seller, utm_segment, utm_subsegment and utm_subcampaign</code>.</p>\n<ul>\n<li><p>A new param should be sent in the <code>internal_metadata</code>. This param is called <code>channel</code> and indicates the lead's origin. It accepts two values:</p>\n<ul>\n<li><p>TELEVENTAS_HUNTING: for hunting leads</p>\n</li>\n<li><p>TELEVENTAS_FARMING: for farming leads</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:<br /><code>\"channel\": \"TELEVENTAS_HUNTING\"</code></p>\n<p><code>address</code>: is an optional field, but if it is filled in, it will not be required during checkout.<br />The mandatory fields for generating an intent with address are:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"zip_code\": \"string\",\n    \"contact\": \"string\",\n    \"street_name\": \"string\",\n    \"street_number\": \"number\"\n}\n\n</code></pre>\n<p>But if the <code>address</code> is <strong>MLA</strong>, you have to include the <code>city</code> field, and an optional field that can be included is <code>between</code>.</p>\n<p>And if the <code>address</code> is <strong>MLM</strong>, you have to include the <code>neighborhood</code> field, with the option to include the <code>between</code> and <code>internal_number</code> fields.</p>\n<p>To create intents with <code>addresses</code> for <strong>MLC</strong> is necessary to provide the State ID and City ID whose can be obtained through those two endpoints:</p>\n<h4 id=\"1-get-states\"><strong>1. Get States</strong></h4>\n<p>Endpoint:</p>\n<p><code>https://api.mercadopago.com/tlv-integration/external-seller/api/states/CL</code></p>\n<p>The above endpoint returns a list of states along with their corresponding IDs. The IDs obtained from this endpoint should be used when creating intents.</p>\n<h4 id=\"2-get-cities\">2. Get Cities</h4>\n<p>Endpoint:</p>\n<p><code>https://api.mercadopago.com/tlv-integration/external-seller/api/cities/CL-AI</code></p>\n<p>This endpoint returns a list of cities within a specific state (identified by the states.id). Similar to the Get States endpoint, the IDs returned by this endpoint are crucial for creating intents with addresses.To create an intent with an address, you need to include the following information in the request payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"contact\": \"Contact name\",\n    \"floor\": \"2a\",\n    \"between\": \"between\",\n    \"reference\": \"reference\",\n    \"street_name\": \"street_name\",\n    \"street_number\": \"1\",\n    \"state\": \"CL-AI\",\n    \"city\": \"Q0wtQUlQdWVydG8gQ2lzbmVz\"\n}\n\n</code></pre>\n<p>Ensure that the State ID (state) and City ID (city) provided in the payload match exactly with the IDs returned by the respective endpoints (Get States and Get Cities).</p>\n<p><strong>Examples are available for each country.</strong></p>\n<p>OBS:<br />- Mustn't insert a <code>email</code> with domain Mercado Livre.<br />- It can insert a <code>email</code> that wasn't registration in Mercado pago.<br />- The field <code>phone</code> became required when <code>address</code> is inserted of request.- The field <code>device</code> must be the same country (site id) of the <code>email.</code><br />- If <code>address</code> wasn't inserted, it will available during the checkout.</p>\n<h2 id=\"optional-fields\">Optional fields:</h2>\n<p><code>send_communication</code>: It's a boolean that determines if the value was true, it'll send the communication to user.</p>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","intent","new"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"00fab890-2a52-4df5-afb2-59a745827363","name":"Example - Quantity of Devices","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 10,\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 May 2023 20:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"91cf9db9-1afa-4f6c-a54b-345040822bef"},{"key":"x-fury-user","value":"athsousa"},{"key":"x-b3-traceid","value":"babd30218b10b88d"},{"key":"x-b3-spanid","value":"babd30218b10b88d"},{"key":"x-trace-digest-03","value":"GDKvMDzUsDJNA5+TecXj+NyaX5iCJYZKlK8/hf88fJB+Vrdqsv2aGMYILzu93/+MqV1Tm8F2y+cLO3I+DfMeB0kNmcXxejZURFV3Q89WhNBwU7du4Yzer5PtoOBsWym23ID3wfON0Pfpp85SZNq4LA=="},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0410c099a3ea97768-10.54.28.52"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"short_url\": \"http://mpago.li/2P5CJXz\",\n    \"cust_id\": \"1182516859\",\n    \"user_type\": \"registered\",\n    \"is_email_sent\":true\n}"},{"id":"7c48c504-5ded-454d-9d4a-ede31cc7ed13","name":"Example - Required Fields Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"b061d45f-eb9c-4858-8bc4-f9eaf780be60"},{"key":"x-b3-traceid","value":"6580f782c62a4935"},{"key":"x-b3-spanid","value":"6580f782c62a4935"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"V9kKnh01G3HUpJq1qCtVZO/ekwnV/QY9IDuM6BkxNSDa2UB9uxQ5lkrDzx74L08Z6XhMH+EaLsrVOErC3Nzr371pbHxVlXLj2l94GQPzgOw7td4CAXBSdcCRWDEL3Vtd"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-906a3c08-42fc-438d-9bc0-a628f684c73e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-906a3c08-42fc-438d-9bc0-a628f684c73e&webview=true\",\n    \"short_url\": \"http://mpago.li/1JGEtHL\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"514aeb56-4192-41bc-99d7-b35e906738bb","name":"Example - Phone Customer Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"ed58195a-cac2-492a-9838-f0cae1b9f609"},{"key":"x-b3-traceid","value":"33e2dd3aefa68349"},{"key":"x-b3-spanid","value":"33e2dd3aefa68349"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"iaiYerjkg9X9wQ2vcR0EdRFd+Lzv35lUoWrV1RE9DnxLzH5SaSuMIcEpfQMgFTbPQF3Zvc0gbcZTi7d2V3NNviDFjzQ4Stmn7qaiCf8Hd/i4OFHBTJiDanCXCA6FcTGg"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-f8a00922-26ac-4364-8938-30ab65290cc5\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-f8a00922-26ac-4364-8938-30ab65290cc5&webview=true\",\n    \"short_url\": \"http://mpago.li/1V19jnW\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"7094d18e-114f-487b-b943-3394cc0eedb6","name":"Example - Send Communication Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"84c4e0e9-b987-4a18-8768-84ddb1a5ff71"},{"key":"x-b3-traceid","value":"161ac6c3580b4269"},{"key":"x-b3-spanid","value":"161ac6c3580b4269"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"ijNssHg3kHc3/HvkqI9B+0drzsT7Ccm2hF/GWqbWcxYOdAJ6I5I1evgkuPLujWcoTFjQ5pxQskvSL50Vbv9mk8u/y14ElwkVZHCTF8JBIaJ11FNreWBcjQgh6IYQpBM6"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-8c897020-5973-45ec-98ea-a83752cee57d\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-8c897020-5973-45ec-98ea-a83752cee57d&webview=true\",\n    \"short_url\": \"http://mpago.li/325z75f\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"ae7c66f3-8533-496d-883e-892f63249ebd","name":"Example - Lead_ID Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"lead_id\": \"759303666\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"LONGTAIL\",\n        \"utm_subsegment\": \"LOLO\",\n        \"utm_seller\": \"callink\",\n        \"utm_campaign\": \"ctw_callink\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"1aaf7a33-4047-41b4-81ee-5c450547c4cf"},{"key":"x-b3-traceid","value":"b51028faeeaf21d7"},{"key":"x-b3-spanid","value":"b51028faeeaf21d7"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"Z2Gp27gGEO6edWjV+d59bCtu3dWoDK/tyMDi25F8Nk4xK/7nKqL/n+yiPW5lpsVb8IkZ11ukYw+0LfSiIbQgiptXdzgFc9J/dNR8H0mdvjLMzo8DSwoFGN2aHibQOqF2"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-82b296aa-a3ce-477a-bb07-53857e7275f7\",\n    \"lead_id\": \"759303666\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-82b296aa-a3ce-477a-bb07-53857e7275f7&webview=true\",\n    \"short_url\": \"http://mpago.li/1ux4q6G\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"4759c560-7602-4e7c-9665-86c3ef1c0344","name":"Example - [MLA] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"B1828\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"Buenos Aires\",\n            \"street_name\": \"Domingo French \",\n            \"street_number\": \"702\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Gral. Arenales\",\n            \"between\": \"Gral. Arenales e Granaderos\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.ar/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"99a2b720-8702-4001-9a30-267e15acfca1","name":"Example - [MLB] - Operator data and Customer address Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"contact\": \"Ricardo Fox\",\n            \"zip_code\": \"05145200\",\n            \"neighborhood\": \"Chácara Inglesa\",\n            \"street_name\": \"Av. Raimundo Pereira de Magalhães\",\n            \"street_number\": \"3622\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"511785f5-bce4-4582-8841-398bbf6cad52","name":"Example - [MLM] - Operator data and Customer address Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"06100\",\n            \"contact\": \"Arturo\",\n            \"city\": \"Cidade do México\",\n            \"street_name\": \"Avenida México\",\n            \"street_number\": \"163\",\n            \"floor\": \"2\",\n            \"reference\": \"Mercado\",\n            \"between\": \"Eje 1 norte\",\n            \"internal_numnber\": \"120\"\n        }\n    }\n}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.mx/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"c9b50ffd-25af-4767-986d-cac58e95a22a","name":"Example - [MLC] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": \"101\",\n    \"coupon_code\": \"POINT_ORG\",\n    \"lead_id\": \"56445326\",\n    \"operator\": {\n        \"id\": \"1\"\n    },\n    \"customer\": {\n        \"email\": \"iren8698@uorak.com\",\n        \"name\": \"usermlbpremium\",\n        \"phone\": \"227318337\",\n        \"address\": {\n            \"contact\": \"Juan Manuel Blanco\",\n            \"floor\": \"2a\",\n            \"between\": \"Santa Fe\",\n            \"reference\": \"Rua se\",\n            \"street_name\": \"araoz\",\n            \"street_number\": \"2938\",\n            \"state\":  \"CL-AI\",\n            \"city\": \"Q0wtQUlQdWVydG8gQ2lzbmVz\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"cl-holdtech\",\n        \"utm_campaign\":\"op_hunting_cobrar_online\",\n        \"utm_id_trans_lead\": \"32354761\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.cl/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"fd89c188-9f99-4910-8467-adc506afaf3b","name":"Example Error - Request without Email, operator_ID and Coupon_Code Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"send_communication\": \"false\",\n    \"operator\": {\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"access_token","value":"TEST-1798052435851913-051019-278c1a372999db6218a7c772e1c2026b-1121464253","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6cb8b54e-0d8d-443e-ac50-5e90c0c37e8c"},{"key":"x-b3-traceid","value":"04651dd0037e574d"},{"key":"x-b3-spanid","value":"04651dd0037e574d"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"6drgZo1G5nS0StyMZs/WhK94w024Jr8NU+Z2FyryukioZiuWdgeWplpqb26o/HdEHxG4CLN4b9TzoYP/txvTT9NiCnbkFe0otfdt8tIDR34+BVP0udGvs1ek3YrNw6jj"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"the mandatory fields wasn't informed\",\n    \"status\": 400,\n    \"fields_missing\": [\n        \"code\",\n        \"id\",\n        \"email\"\n    ]\n}"}],"_postman_id":"cc8b4b7e-cb0b-4a8b-ac84-aecf883898a6"},{"name":"New Intent - Batch","id":"2d8aef60-ea0f-45bf-ac9c-22710ea04646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"},{"key":"Authorization","value":"Bearer {{your token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"devices\": [1,2,3,4],\n    \"lead_id\": \"number\",\n    \"coupon_code\": \"string\",\n    \"send_communication\": \"boolean\",\n    \"operator\": {\n        \"id\": \"number\",\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\",\n            \"neighborhood\": \"string\",\n            \"internal_number\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new/batch","description":"<p>This endpoint allows you to send an array of device IDs, and for each of these IDs, the intents will be created. This endpoint follows the <strong>same validations as the single-generation endpoint and accepts the same parameters.</strong></p>\n<p>The difference between this endpoint and the one that generates only a single intent is that it expects to receive the parameter <code>devices</code> instead of <code>device</code>.</p>\n<p>The parameter <code>devices</code> is an array of device IDs. Exemple:</p>\n<p><code>devices: [28,35]</code></p>\n<p>It will create a list of intents for each of these devices, with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"short_url\": \"http://mpago.li/2cLRPfc\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 28\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"short_url\": \"http://mpago.li/2mFo1PU\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 35\n    }\n]\n\n</code></pre>\n<p>The possible status codes for the response are:</p>\n<ul>\n<li><p>201 Created: When all intents have been created.</p>\n</li>\n<li><p>206 Partial success: when at least one intent was successfully created, but one or more encountered an error.</p>\n</li>\n<li><p>400 Bad Request: None of the items were successfully created due to errors.</p>\n</li>\n</ul>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","intent","new","batch"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"bc89e996-4a5f-45a7-ae52-85c6dc4ddc52","name":"Exemple - Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{your token}}"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"devices\": [28, 35, 144],\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new/batch"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 22:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"4ba70237-8157-4208-bdaf-46a07f75e85c"},{"key":"x-fury-user","value":"maveloso"},{"key":"x-b3-traceid","value":"24fb176700d4b4bc"},{"key":"x-b3-spanid","value":"adf57c8e59d77498"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-38","value":"BfhDJ16LuCENLHLJxpU9YWXeR9E1DhpnXiEb5SCmIFfjwU7gtZ8IK0TMp9ggFL3lbxZGTDoWtNy88VYc5Cy2cIygRsyazXcRcRXOqbzt-H4u4jYHM47IlTSF4gVPM8SA3Y3TK97_GMx9xgc8JdkomQ"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0857d56531dcc2db8-10.54.28.239"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"short_url\": \"http://mpago.li/2cLRPfc\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 28\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"short_url\": \"http://mpago.li/2mFo1PU\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 35,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-53e836a5-4072-4489-a22e-c18e4d92542c\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-53e836a5-4072-4489-a22e-c18e4d92542c\",\n        \"short_url\": \"http://mpago.li/2wZkv1P\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 144,\n        \"is_email_sent\":true\n    }\n]"},{"id":"136c01aa-1403-47ef-8782-010659d41bcd","name":"Example - Response Partial Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"devices\": [21, 28, 35, 144],\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new/batch"},"status":"Partial Content","code":206,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 22:48:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"9f289ea5-785d-4d38-92df-c0260fe584dd"},{"key":"x-fury-user","value":"maveloso"},{"key":"x-b3-traceid","value":"89fb4a7bbe20a786"},{"key":"x-b3-spanid","value":"1d57c2ef3ea2ecb9"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-38","value":"IJW9oPZzWGFY-BUdYZQXXmcuZgG4kCOkFFs6fuUmg9BPckqPnPmYQFmuF16tzZKZM-xF1ZfOxg3gCaHYgiGqeY9HeO4hQUW4DUZj7GhsBe12zBv9tRCTwNrd7RY44Efj3KWQP0Yz-SYItR_b7YYhHw"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0081d9801c285ff39-10.54.28.157"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"400\",\n        \"message\": \"Invalid discount code or label point_mini_chip--tele_2021. Check if the coupon is allowed for the origin televentas and device 21\",\n        \"device_id\": 21\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-0a6401ad-ee92-4209-8993-0f594f278cce\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-0a6401ad-ee92-4209-8993-0f594f278cce\",\n        \"short_url\": \"http://mpago.li/18Mq4sn\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 28,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-5ab7e120-315c-4152-b455-62fc05d98224\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-5ab7e120-315c-4152-b455-62fc05d98224\",\n        \"short_url\": \"http://mpago.li/1TERWGU\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 35,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-b105b7f3-18e5-457e-b389-b19129e3ccbe\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-b105b7f3-18e5-457e-b389-b19129e3ccbe\",\n        \"short_url\": \"http://mpago.li/1wQyhpq\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 144,\n        \"is_email_sent\":true\n    }\n]"},{"id":"1dc0b38f-61d9-40bd-bed8-d2669b97a664","name":"Example Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"devices\": [21, 28, 35, 144],\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"test_user_95987113@testuser.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 22:49:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"10714add-8a96-47ed-8065-847dbac8ac99"},{"key":"x-fury-user","value":"maveloso"},{"key":"x-b3-traceid","value":"f2e9dd827152c044"},{"key":"x-b3-spanid","value":"032713491af3bc5a"},{"key":"x-b3-sampled","value":"1"},{"key":"x-trace-digest-38","value":"KCMdjrI88DQv7EhXZpUXIdAcl-qCkHbLWpeM3c91W50u2ooCmM7OtAj0k2CjL7FFR4HQPWSQ-x5sCe7BHQmrU9tAlAmyW8kHCIOQfn1TW2Ykyp25jlCZg5Ilh1cojihUUAg3xgGGa6L8bNgwR5KI3w"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0081d9801c285ff39-10.54.28.157"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"{\\\"message\\\":[{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_mini_chip--tele_2021. Check if the coupon is allowed for the origin televentas and device 21\\\"},{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_pro_2--tele_2021. Check if the coupon is allowed for the origin televentas and device 28\\\"},{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_mini_newland_nfc--tele_2021. Check if the coupon is allowed for the origin televentas and device 35\\\"},{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_smart2--tele_2021. Check if the coupon is allowed for the origin televentas and device 144\\\"}],\\\"status\\\":400,\\\"reasons\\\":[{\\\"message\\\":\\\"Request failed with status code 400\\\"}]}\",\n    \"status\": 400\n}"}],"_postman_id":"2d8aef60-ea0f-45bf-ac9c-22710ea04646"},{"name":"New Intent - Aquisition w/ Software","id":"579dea0e-1418-4946-8b42-533abc8b448b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 264,\n    \"strategy\": \"string\",\n    \"device\": {{$randomInt$randomInt}},\n    \"lead_id\": {{$randomInt$randomInt$randomInt$randomInt$randomInt$randomInt$randomInt}},\n    \"coupon_code\": \"string\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": {{$randomInt$randomInt}},\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"neighborhood\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\",\n        \"software\": [{ \"id\": {{$randomInt$randomInt}} }],\n        \"matt_tool_id\": {{$randomInt$randomInt}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>(there's available a example request with the required fields):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"qtd\": \"number\"\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"coupon_code\": \"string\",\n    \"operator\": {\n        \"id\": \"number\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\"\n    }\n}\n\n</code></pre>\n<p><code>qtd:</code> This field is used to inform the number of device quantities. But it has default values for each device. To find out what they are, run this CURL below or check the Get Quantity Device endpoint documentation :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location 'https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&amp;deviceId={{deviceId}}'\n\n</code></pre><p>If the value is not informed, the intent will be created with the default value, which is 1.</p>\n<p><code>strategy:</code> The <code>strategy</code> values allowed to create a intent:<br /><code>adq</code> - Aquisição</p>\n<p><code>device</code>: Insert the Id of <code>device</code>.</p>\n<p><code>coupon_code:</code> Insert the <code>coupon</code>.</p>\n<p><code>operator</code>: The field <code>id</code> is required, but the fields <code>name</code> and <code>phone</code> aren't required</p>\n<p><code>customer</code>: Insert of data of <code>customer</code></p>\n<p><code>lead_id</code>: Insert the lead id.</p>\n<p><code>internal_metadata</code>: Used to make tracking and inform UTM, like <code>utm_campaign,</code> <code>utm_seller, utm_segment, utm_subsegment and utm_subcampaign</code>.</p>\n<ul>\n<li><p>A new param should be sent in the <code>internal_metadata</code>. This param is called <code>channel</code> and indicates the lead's origin. It accepts two values:</p>\n<ul>\n<li><p>TELEVENTAS_HUNTING: for hunting leads</p>\n</li>\n<li><p>TELEVENTAS_FARMING: for farming leads</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:<br /><code>\"channel\": \"TELEVENTAS_HUNTING\"</code></p>\n<p><code>address</code>: is an optional field, but if it is filled in, it will not be required during checkout.<br />The mandatory fields for generating an intent with address are:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"zip_code\": \"string\",\n    \"contact\": \"string\",\n    \"street_name\": \"string\",\n    \"street_number\": \"number\"\n}\n\n</code></pre>\n<p>But if the <code>address</code> is <strong>MLA</strong>, you have to include the <code>city</code> field, and an optional field that can be included is <code>between</code>.</p>\n<p>And if the <code>address</code> is <strong>MLM</strong>, you have to include the <code>neighborhood</code> field, with the option to include the <code>between</code> and <code>internal_number</code> fields.</p>\n<p>To create intents with <code>addresses</code> for <strong>MLC</strong> is necessary to provide the State ID and City ID whose can be obtained through those two endpoints:</p>\n<h4 id=\"1-get-states\"><strong>1. Get States</strong></h4>\n<p>Endpoint:</p>\n<p><code>https://api.mercadopago.com/tlv-integration/external-seller/api/states/CL</code></p>\n<p>The above endpoint returns a list of states along with their corresponding IDs. The IDs obtained from this endpoint should be used when creating intents.</p>\n<h4 id=\"2-get-cities\">2. Get Cities</h4>\n<p>Endpoint:</p>\n<p><code>https://api.mercadopago.com/tlv-integration/external-seller/api/cities/CL-AI</code></p>\n<p>This endpoint returns a list of cities within a specific state (identified by the states.id). Similar to the Get States endpoint, the IDs returned by this endpoint are crucial for creating intents with addresses.To create an intent with an address, you need to include the following information in the request payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"contact\": \"Contact name\",\n    \"floor\": \"2a\",\n    \"between\": \"between\",\n    \"reference\": \"reference\",\n    \"street_name\": \"street_name\",\n    \"street_number\": \"1\",\n    \"state\": \"CL-AI\",\n    \"city\": \"Q0wtQUlQdWVydG8gQ2lzbmVz\"\n}\n\n</code></pre>\n<p>Ensure that the State ID (state) and City ID (city) provided in the payload match exactly with the IDs returned by the respective endpoints (Get States and Get Cities).</p>\n<p><strong>Examples are available for each country.</strong></p>\n<p>OBS:<br />- Mustn't insert a <code>email</code> with domain Mercado Livre.<br />- It can insert a <code>email</code> that wasn't registration in Mercado pago.<br />- The field <code>phone</code> became required when <code>address</code> is inserted of request.- The field <code>device</code> must be the same country (site id) of the <code>email.</code><br />- If <code>address</code> wasn't inserted, it will available during the checkout.</p>\n<h2 id=\"optional-fields\">Optional fields:</h2>\n<p><code>send_communication</code>: It's a boolean that determines if the value was true, it'll send the communication to user.</p>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","intent","new"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"3724a798-f53f-464a-b12d-30cbae63d8ab","name":"Example - Quantity of Devices","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 10,\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"software\": [{ \"id\": 123 }],\n        \"matt_tool_id\": 12345\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 May 2023 20:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"91cf9db9-1afa-4f6c-a54b-345040822bef"},{"key":"x-fury-user","value":"athsousa"},{"key":"x-b3-traceid","value":"babd30218b10b88d"},{"key":"x-b3-spanid","value":"babd30218b10b88d"},{"key":"x-trace-digest-03","value":"GDKvMDzUsDJNA5+TecXj+NyaX5iCJYZKlK8/hf88fJB+Vrdqsv2aGMYILzu93/+MqV1Tm8F2y+cLO3I+DfMeB0kNmcXxejZURFV3Q89WhNBwU7du4Yzer5PtoOBsWym23ID3wfON0Pfpp85SZNq4LA=="},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0410c099a3ea97768-10.54.28.52"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"short_url\": \"http://mpago.li/2P5CJXz\",\n    \"cust_id\": \"1182516859\",\n    \"user_type\": \"registered\",\n    \"is_email_sent\":true\n}"},{"id":"56dac5ed-7f83-43aa-a51d-d27f40a2d971","name":"Example - Required Fields Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"software\": [{ \"id\": 123 }],\n        \"matt_tool_id\": 12345\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"b061d45f-eb9c-4858-8bc4-f9eaf780be60"},{"key":"x-b3-traceid","value":"6580f782c62a4935"},{"key":"x-b3-spanid","value":"6580f782c62a4935"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"V9kKnh01G3HUpJq1qCtVZO/ekwnV/QY9IDuM6BkxNSDa2UB9uxQ5lkrDzx74L08Z6XhMH+EaLsrVOErC3Nzr371pbHxVlXLj2l94GQPzgOw7td4CAXBSdcCRWDEL3Vtd"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-906a3c08-42fc-438d-9bc0-a628f684c73e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-906a3c08-42fc-438d-9bc0-a628f684c73e&webview=true\",\n    \"short_url\": \"http://mpago.li/1JGEtHL\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"b006d0bc-c099-4d8e-b21b-f814da3ec1d6","name":"Example - Phone Customer Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"software\": [{ \"id\": 123 }],\n        \"matt_tool_id\": 12345\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"ed58195a-cac2-492a-9838-f0cae1b9f609"},{"key":"x-b3-traceid","value":"33e2dd3aefa68349"},{"key":"x-b3-spanid","value":"33e2dd3aefa68349"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"iaiYerjkg9X9wQ2vcR0EdRFd+Lzv35lUoWrV1RE9DnxLzH5SaSuMIcEpfQMgFTbPQF3Zvc0gbcZTi7d2V3NNviDFjzQ4Stmn7qaiCf8Hd/i4OFHBTJiDanCXCA6FcTGg"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-f8a00922-26ac-4364-8938-30ab65290cc5\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-f8a00922-26ac-4364-8938-30ab65290cc5&webview=true\",\n    \"short_url\": \"http://mpago.li/1V19jnW\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"0fb79ac9-5ba5-47fc-bab2-15f60abfce50","name":"Example - Send Communication Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"software\": [{ \"id\": 123 }],\n        \"matt_tool_id\": 12345\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"84c4e0e9-b987-4a18-8768-84ddb1a5ff71"},{"key":"x-b3-traceid","value":"161ac6c3580b4269"},{"key":"x-b3-spanid","value":"161ac6c3580b4269"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"ijNssHg3kHc3/HvkqI9B+0drzsT7Ccm2hF/GWqbWcxYOdAJ6I5I1evgkuPLujWcoTFjQ5pxQskvSL50Vbv9mk8u/y14ElwkVZHCTF8JBIaJ11FNreWBcjQgh6IYQpBM6"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-8c897020-5973-45ec-98ea-a83752cee57d\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-8c897020-5973-45ec-98ea-a83752cee57d&webview=true\",\n    \"short_url\": \"http://mpago.li/325z75f\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"41ca91ad-99f2-4992-89bf-978208d932a7","name":"Example - Lead_ID Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"lead_id\": \"759303666\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"LONGTAIL\",\n        \"utm_subsegment\": \"LOLO\",\n        \"utm_seller\": \"callink\",\n        \"utm_campaign\": \"ctw_callink\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"software\": [{ \"id\": 123 }],\n        \"matt_tool_id\": 12345\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"1aaf7a33-4047-41b4-81ee-5c450547c4cf"},{"key":"x-b3-traceid","value":"b51028faeeaf21d7"},{"key":"x-b3-spanid","value":"b51028faeeaf21d7"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"Z2Gp27gGEO6edWjV+d59bCtu3dWoDK/tyMDi25F8Nk4xK/7nKqL/n+yiPW5lpsVb8IkZ11ukYw+0LfSiIbQgiptXdzgFc9J/dNR8H0mdvjLMzo8DSwoFGN2aHibQOqF2"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-82b296aa-a3ce-477a-bb07-53857e7275f7\",\n    \"lead_id\": \"759303666\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-82b296aa-a3ce-477a-bb07-53857e7275f7&webview=true\",\n    \"short_url\": \"http://mpago.li/1ux4q6G\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"8d758038-a554-4150-aaff-5f734562253a","name":"Example - [MLA] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"B1828\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"Buenos Aires\",\n            \"street_name\": \"Domingo French \",\n            \"street_number\": \"702\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Gral. Arenales\",\n            \"between\": \"Gral. Arenales e Granaderos\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.ar/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"25fc0837-86ab-4655-b8c5-81427898aefc","name":"Example - [MLB] - Operator data and Customer address Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"contact\": \"Ricardo Fox\",\n            \"zip_code\": \"05145200\",\n            \"neighborhood\": \"Chácara Inglesa\",\n            \"street_name\": \"Av. Raimundo Pereira de Magalhães\",\n            \"street_number\": \"3622\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"12f61d3d-2f58-4cf8-87ec-a9e1b416981f","name":"Example - [MLM] - Operator data and Customer address Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"06100\",\n            \"contact\": \"Arturo\",\n            \"city\": \"Cidade do México\",\n            \"street_name\": \"Avenida México\",\n            \"street_number\": \"163\",\n            \"floor\": \"2\",\n            \"reference\": \"Mercado\",\n            \"between\": \"Eje 1 norte\",\n            \"internal_numnber\": \"120\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.mx/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"e0e1615d-92b3-450a-a9ab-8bd8ae94720f","name":"Example - [MLC] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": \"101\",\n    \"coupon_code\": \"POINT_ORG\",\n    \"lead_id\": \"56445326\",\n    \"operator\": {\n        \"id\": \"1\"\n    },\n    \"customer\": {\n        \"email\": \"iren8698@uorak.com\",\n        \"name\": \"usermlbpremium\",\n        \"phone\": \"227318337\",\n        \"address\": {\n            \"contact\": \"Juan Manuel Blanco\",\n            \"floor\": \"2a\",\n            \"between\": \"Santa Fe\",\n            \"reference\": \"Rua se\",\n            \"street_name\": \"araoz\",\n            \"street_number\": \"2938\",\n            \"state\":  \"CL-AI\",\n            \"city\": \"Q0wtQUlQdWVydG8gQ2lzbmVz\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"cl-holdtech\",\n        \"utm_campaign\":\"op_hunting_cobrar_online\",\n        \"utm_id_trans_lead\": \"32354761\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.cl/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"c2865f87-0054-4a7e-85f8-16a7f89a2a43","name":"Example Error - Request without Email, operator_ID and Coupon_Code Copy","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"send_communication\": \"false\",\n    \"operator\": {\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"access_token","value":"TEST-1798052435851913-051019-278c1a372999db6218a7c772e1c2026b-1121464253","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6cb8b54e-0d8d-443e-ac50-5e90c0c37e8c"},{"key":"x-b3-traceid","value":"04651dd0037e574d"},{"key":"x-b3-spanid","value":"04651dd0037e574d"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"6drgZo1G5nS0StyMZs/WhK94w024Jr8NU+Z2FyryukioZiuWdgeWplpqb26o/HdEHxG4CLN4b9TzoYP/txvTT9NiCnbkFe0otfdt8tIDR34+BVP0udGvs1ek3YrNw6jj"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"the mandatory fields wasn't informed\",\n    \"status\": 400,\n    \"fields_missing\": [\n        \"code\",\n        \"id\",\n        \"email\"\n    ]\n}"}],"_postman_id":"579dea0e-1418-4946-8b42-533abc8b448b"},{"name":"New Intent - Alquiler","id":"224c91de-ef4d-4264-adf9-c1b890035ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"lead_id\": \"number\",\n    \"coupon_code\": \"string\",\n    \"send_communication\": \"boolean\",\n    \"operator\": {\n        \"id\": \"number\",\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\",\n            \"neighborhood\": \"string\",\n            \"internal_number\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"string\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>(there's available a example request with the required fields):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"coupon_code\": \"string\",\n    \"operator\": {\n        \"id\": \"number\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\"\n    }\n}\n\n</code></pre>\n<p><code>strategy:</code> The <code>strategy</code> values allowed to create a alquiler intent:<br /><code>rec</code> - Recurring</p>\n<p><code>device</code>: Insert the Id of <code>device, to create a alquiler intent,</code>the device <strong>has to be 27 (POINT SMART).</strong></p>\n<p><code>coupon_code:</code> Insert the <code>coupon</code>.</p>\n<p><code>operator</code>: The field <code>id</code> is required, but the fields <code>name</code> and <code>phone</code> aren't required</p>\n<p><code>customer</code>: Insert of data of <code>customer</code></p>\n<p><code>lead_id</code>: Insert the lead id.</p>\n<p><code>internal_metadata</code>: Used to make tracking and inform UTM, like <code>utm_campaign, utm_seller, utm_segment and utm_subsegment</code>.</p>\n<ul>\n<li><p>A new param should be sent in the <code>internal_metadata</code>. This param is called <code>channel</code> and indicates the lead's origin. It accepts two values:</p>\n<ul>\n<li><p>TELEVENTAS_HUNTING: for hunting leads</p>\n</li>\n<li><p>TELEVENTAS_FARMING: for farming leads</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:<br /><code>\"channel\": \"TELEVENTAS_HUNTING\"</code></p>\n<p><code>address</code>: is an optional field, but if it is filled in, it will not be required during checkout.<br />The mandatory fields for generating an intent with address are:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"zip_code\": \"string\",\n    \"contact\": \"string\",\n    \"street_name\": \"string\",\n    \"street_number\": \"number\"\n}\n\n</code></pre>\n<p>But if the <code>address</code> is <strong>MLA</strong>, you have to include the <code>city</code> field, and an optional field that can be included is <code>between</code>.</p>\n<p>And if the <code>address</code> is <strong>MLM</strong>, you have to include the <code>neighborhood</code> field, with the option to include the <code>between</code> and <code>internal_number</code> fields.</p>\n<p><strong>Examples are available for each country.</strong></p>\n<p>OBS:<br />- Mustn't insert a <code>email</code> with domain Mercado Livre.<br />- It can insert a <code>email</code> that wasn't registration in Mercado pago.<br />- The field <code>phone</code> became required when <code>address</code> is inserted of request.- The field <code>device</code> must be the same country (site id) of the <code>email.</code><br />- If <code>address</code> wasn't inserted, it will available during the checkout.</p>\n<h2 id=\"optional-fields\">Optional fields:</h2>\n<p><code>send_communication</code>: It's a boolean that determines if the value was true, it'll send the communication to user.</p>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","intent","new"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"3005c814-435a-46e8-82d9-237027c25580","name":"Example - Required Fields","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": \"27\",\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": \"23207\"\n    },\n    \"customer\": {\n        \"name\": \"Bea Vieira\",\n        \"email\": \"test_user_229624@testuser.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 14 Dec 2022 19:30:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d19b5dd2-cb97-471d-afb9-80497b41bbb3"},{"key":"x-b3-traceid","value":"2ffe76df21ffc310"},{"key":"x-b3-spanid","value":"2ffe76df21ffc310"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-07","value":"vGt0byBGwWtut8MxJBfpfDXiQaeEkmqk1qUH37n648oOm7ThJLNaoUDgFI4T4kV6ZQddS08Z5rxGQgRImvJzFXV31CDAJ6WmB00+quhl7add1nC1F9ywUNARR4glYcSU"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c5e243d1-ca04-45cb-9822-7caf3740e903\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c5e243d1-ca04-45cb-9822-7caf3740e903\",\n    \"short_url\": \"http://mpago.li/25uJrv8\",\n    \"cust_id\": \"1164096486\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"d3bba5e5-cb6d-4c73-8aad-2f97743d24ea","name":"Example - Phone Customer","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": \"27\",\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": \"23207\"\n    },\n    \"customer\": {\n        \"name\": \"Bea Vieira\",\n        \"email\": \"test_user_229624@testuser.com\",\n        \"phone\": \"11967951981\"\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"ed58195a-cac2-492a-9838-f0cae1b9f609"},{"key":"x-b3-traceid","value":"33e2dd3aefa68349"},{"key":"x-b3-spanid","value":"33e2dd3aefa68349"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"iaiYerjkg9X9wQ2vcR0EdRFd+Lzv35lUoWrV1RE9DnxLzH5SaSuMIcEpfQMgFTbPQF3Zvc0gbcZTi7d2V3NNviDFjzQ4Stmn7qaiCf8Hd/i4OFHBTJiDanCXCA6FcTGg"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c5e243d1-ca04-45cb-9822-7caf3740e904\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c5e243d1-ca04-45cb-9822-7caf3740e903\",\n    \"short_url\": \"http://mpago.li/25uJrv8\",\n    \"cust_id\": \"1164096486\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"0cd52499-88a5-402d-91a9-3cda5eca0d5f","name":"Example - Send Communication","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": 27,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": \"23207\",\n        \"phone\": \"11962334884\",\n        \"name\": \"Julio Ramos\"\n    },\n    \"customer\": {\n        \"name\": \"Bea Vieira\",\n        \"email\": \"test_user_229624@testuser.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05133233\",\n            \"contact\": \"Bea Vieira\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Dr Arnaldo\",\n            \"street_number\": \"2449\",\n            \"floor\": \"Andar 1\",\n            \"reference\": \"Avenida Pacaembu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    },\n    \"send_communication\": \"false\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"84c4e0e9-b987-4a18-8768-84ddb1a5ff71"},{"key":"x-b3-traceid","value":"161ac6c3580b4269"},{"key":"x-b3-spanid","value":"161ac6c3580b4269"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"ijNssHg3kHc3/HvkqI9B+0drzsT7Ccm2hF/GWqbWcxYOdAJ6I5I1evgkuPLujWcoTFjQ5pxQskvSL50Vbv9mk8u/y14ElwkVZHCTF8JBIaJ11FNreWBcjQgh6IYQpBM6"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c5e243d1-ca04-45cb-9822-7caf3740e902\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c5e243d1-ca04-45cb-9822-7caf3740e902\",\n    \"short_url\": \"http://mpago.li/25uJ238\",\n    \"cust_id\": \"1164096486\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"2f991236-8095-47cf-b7cb-7af54f2e18ca","name":"Example - Lead_ID","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": 27,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": \"23207\",\n        \"phone\": \"11962334884\",\n        \"name\": \"Julio Ramos\"\n    },\n    \"customer\": {\n        \"name\": \"Bea Vieira\",\n        \"email\": \"test_user_229624@testuser.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05133233\",\n            \"contact\": \"Bea Vieira\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Dr Arnaldo\",\n            \"street_number\": \"2449\",\n            \"floor\": \"Andar 1\",\n            \"reference\": \"Avenida Pacaembu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    },\n    \"send_communication\": \"false\",\n    \"lead_id\": \"1164096486\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"1aaf7a33-4047-41b4-81ee-5c450547c4cf"},{"key":"x-b3-traceid","value":"b51028faeeaf21d7"},{"key":"x-b3-spanid","value":"b51028faeeaf21d7"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"Z2Gp27gGEO6edWjV+d59bCtu3dWoDK/tyMDi25F8Nk4xK/7nKqL/n+yiPW5lpsVb8IkZ11ukYw+0LfSiIbQgiptXdzgFc9J/dNR8H0mdvjLMzo8DSwoFGN2aHibQOqF2"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c5e243d1-ca04-45cb-9822-7caf3740e809\",\n    \"lead_id\": \"1164096486\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c5e243d1-ca04-45cb-9822-7caf3740e809\",\n    \"short_url\": \"http://mpago.li/25uJ238\",\n    \"cust_id\": \"1164096486\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"04d54c38-11fc-4f68-8022-8f837e6ea3c9","name":"Example - [MLA] - Operator data and Customer address Copy","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": 27,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"B1828\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"Buenos Aires\",\n            \"street_name\": \"Domingo French \",\n            \"street_number\": \"702\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Gral. Arenales\",\n            \"between\": \"Gral. Arenales e Granaderos\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"b83bcc26-cd22-4d30-8483-fbc8abc60df9","name":"Example - [MLB] - Operator data and Customer address Copy 2","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": 27,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"contact\": \"Ricardo Fox\",\n            \"zip_code\": \"05145200\",\n            \"neighborhood\": \"Chácara Inglesa\",\n            \"street_name\": \"Av. Raimundo Pereira de Magalhães\",\n            \"street_number\": \"3622\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"9b35c51a-c1ba-421c-9005-698fda71a2f8","name":"Example - [MLM] - Operator data and Customer address Copy 2","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"06100\",\n            \"contact\": \"Arturo\",\n            \"city\": \"Cidade do México\",\n            \"street_name\": \"Avenida México\",\n            \"street_number\": \"163\",\n            \"floor\": \"2\",\n            \"reference\": \"Mercado\",\n            \"between\": \"Eje 1 norte\",\n            \"internal_numnber\": \"120\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"de107873-e9d4-4d23-b441-6aa04d1ce76c","name":"Example Error - Request without Email, Customer_ID and Coupon_Code","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"rec\",\n    \"device\": 27,\n    \"operator\": {\n        \"phone\": \"11962334884\",\n        \"name\": \"Julio Ramos\"\n    },\n    \"customer\": {\n        \"name\": \"Bea Vieira\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05133233\",\n            \"contact\": \"Bea Vieira\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Dr Arnaldo\",\n            \"street_number\": \"2449\",\n            \"floor\": \"Andar 1\",\n            \"reference\": \"Avenida Pacaembu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    },\n    \"send_communication\": \"false\",\n    \"lead_id\": \"1164096486\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"access_token","value":"TEST-1798052435851913-051019-278c1a372999db6218a7c772e1c2026b-1121464253","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6cb8b54e-0d8d-443e-ac50-5e90c0c37e8c"},{"key":"x-b3-traceid","value":"04651dd0037e574d"},{"key":"x-b3-spanid","value":"04651dd0037e574d"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"6drgZo1G5nS0StyMZs/WhK94w024Jr8NU+Z2FyryukioZiuWdgeWplpqb26o/HdEHxG4CLN4b9TzoYP/txvTT9NiCnbkFe0otfdt8tIDR34+BVP0udGvs1ek3YrNw6jj"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"the mandatory fields wasn't informed\",\n    \"status\": 400,\n    \"fields_missing\": [\n        \"code\",\n        \"id\",\n        \"email\"\n    ]\n}"}],"_postman_id":"224c91de-ef4d-4264-adf9-c1b890035ee0"},{"name":"Consult Intent Status","id":"8fdf3324-25e2-4608-9f50-ea5f6bd12735","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/status/{{intent-id}}","description":"<p>This endpoint some information of the intent. It will display information such as the Status of the intent, the strategy used, operator data, the payment method and provides the url to display more details about the intent.</p>\n<p>Possible statuses that will be displayed:</p>\n<ul>\n<li>Opened</li>\n<li>Created</li>\n<li>Redeemed</li>\n</ul>\n<p>The value of the <strong>url_intent_details</strong> field is a url to call the Consult Intent Details API, for more information about this API, the Consult Intent Details documentation is available in the External Seller folder.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"ace34e9e-df92-4685-91f7-479c4bb00dc0","name":"Example - 200","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text","disabled":true},{"key":"X-Caller-Id","value":"251364878","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/status/{{intent-id}}?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:02:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"70a10116-86ed-464f-b902-a985db801ee4"},{"key":"x-trace-digest-73","value":"9OEl7AXjZNwZLKkB59iargqdpKJvQQBT0ZVW3Eij2o2BJKAyAeiN1cecNM86kJfz"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"69c6adf095ac64fb"},{"key":"x-b3-traceid","value":"69c6adf095ac64fb"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy_type\": \"campaign\",\n    \"operator\": {\n        \"id\": \"1\",\n        \"phone\": \"1199999999\"\n    },\n    \"status\": \"redeemed\",\n    \"url_intent_details\": \"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/details/4-cf891edc-783b-4de4-b286-d1d7f14bb463\",\n    \"paymentMethod\": \"account_money\"\n}"},{"id":"10e3b546-84bd-44e0-9ac4-6d50ccbaec97","name":"Example - 400","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/status/4-cf891edc-783b-4de4-b286-d1d7f14bb462?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","status","4-cf891edc-783b-4de4-b286-d1d7f14bb462"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:05:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"800df44c-0d5e-40fc-acbb-e7c5872fde90"},{"key":"x-trace-digest-73","value":"tf50t+2QPNsQOaNrJurZi1ztqgPn2fKWgXOB5wWrZmwEo2Z2CfYYayAF7VFzGcX6"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"739e36118a970c47"},{"key":"x-b3-traceid","value":"739e36118a970c47"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"info\",\n    \"message\": \"intent 4-cf891edc-783b-4de4-b286-d1d7f14bb462 not found\",\n    \"status\": 404\n}"}],"_postman_id":"8fdf3324-25e2-4608-9f50-ea5f6bd12735"},{"name":"Consult Intent Details","id":"4e640310-f9fa-4b0b-bbfc-804e8b9fc1e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://internal-api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/details/251364878-0bc8516a-6502-4b6c-8cc2-e86a6a6c9105","description":"<p>Endpoint available to check the status of a purchase intent motivated by a lead. This endpoint will indicate if the lead was converted into a purchase when the checkout is complete.</p>\n<p><strong>Conversion field and PaymentId field will only return when we have a double check with the Payments API. Meanwhile, it will not be added to the response, that is, it will be null.</strong></p>\n<p>Checkout status was added to the return in order to help decision making, if you want to have a status of the use of the link with the platform, you can get it through the endpoint <strong>Consult Intent Status.</strong></p>\n<p><strong>Possible payment status:</strong></p>\n<ul>\n<li>in_process<ul>\n<li>approved<ul>\n<li>in_mediation<ul>\n<li>refunded</li>\n</ul>\n</li>\n<li>charged_back</li>\n</ul>\n</li>\n<li>cancelled</li>\n<li>rejected</li>\n</ul>\n</li>\n<li>pending<ul>\n<li>approved<ul>\n<li>in_mediation<ul>\n<li>refunded</li>\n</ul>\n</li>\n<li>charged_back</li>\n</ul>\n</li>\n<li>cancelled</li>\n<li>rejected</li>\n</ul>\n</li>\n<li>authorized<ul>\n<li>approved<ul>\n<li>in_mediation<ul>\n<li>refunded</li>\n</ul>\n</li>\n<li>charged_back</li>\n</ul>\n</li>\n<li>cancelled</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","intent","details","251364878-0bc8516a-6502-4b6c-8cc2-e86a6a6c9105"],"host":["internal-api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"68baacf7-a3bc-4eac-8c43-4a0e721968eb","name":"Example - 412 - Business Exception","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{x-caller-id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/lead/intent/details/{{intent_id}}?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","lead","intent","details","{{intent_id}}"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\":\"error info\",\n    \"message\":\"message info\",\n    \"status\": 412\n}"},{"id":"e0cb2db3-bfce-4bc7-aef9-31778d5323a0","name":"Example -  Intent Converted Copy","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/details/{{intent=id}}?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","details","{{intent=id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:29:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d1434fcf-1dbe-42af-bf95-dfd75dd04f08"},{"key":"x-trace-digest-73","value":"7VIUMTNsW8qd7U56u2mbzqk4kMz4VGZN8dbr3RBtUyAi2FXKvhxL6EAcpIxUI1GP"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"d59bce9d36b85f24"},{"key":"x-b3-traceid","value":"d59bce9d36b85f24"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"lead_id\": \"689436063\",\n    \"intent_id\": \"4-cf891edc-783b-4de4-b286-d1d7f14bb463\",\n    \"payment_id\": \"23140604061\",\n    \"converted\": true,\n    \"created_datetime\": \"2022-06-13T09:36:46\",\n    \"updated_datetime\": \"2022-06-13T09:56:13\",\n    \"payment\": {\n        \"id\": 23140604061,\n        \"date_created\": \"2022-06-13T09:38:20.000-04:00\",\n        \"date_approved\": \"2022-06-13T09:38:21.000-04:00\",\n        \"money_release_date\": \"2022-06-13T09:38:21.000-04:00\",\n        \"payment_method_id\": \"account_money\",\n        \"status\": \"approved\",\n        \"status_detail\": \"accredited\",\n        \"order\": {\n            \"type\": \"mercadopago\",\n            \"id\": \"4965248826\"\n        }\n    },\n    \"details_intent\": {\n        \"status\": \"redeemed\",\n        \"device\": 27,\n        \"strategy_type\": \"campaign\",\n        \"strategy\": {\n            \"id\": \"8\",\n            \"coupon\": \"TELE_2021\"\n        }\n    },\n    \"order\": {\n        \"order_status\": \"paid\",\n        \"date_created\": \"2022-06-13T09:38:19.965-04:00\",\n        \"last_updated\": \"2022-06-13T09:38:28.439-04:00\",\n        \"items\": [\n            {\n                \"id\": \"27\",\n                \"category_id\": \"point_smart\",\n                \"currency_id\": \"BRL\",\n                \"description\": \"Leitor de cartoes do Mercado Pago\",\n                \"title\": \"Mercado Pago Point Smart\",\n                \"quantity\": \"1\",\n                \"unit_price\": \"840.8\"\n            },\n            {\n                \"id\": \"48\",\n                \"currency_id\": \"BRL\",\n                \"description\": \"Kit QR - Incluido com a point\",\n                \"title\": \"Mercado Pago - Kit QR - Incluido com a point\",\n                \"quantity\": \"1\",\n                \"unit_price\": \"0\"\n            },\n            {\n                \"id\": \"36\",\n                \"currency_id\": \"BRL\",\n                \"description\": \"Chip Vivo 2FF\",\n                \"title\": \"Chip Vivo 2FF\",\n                \"quantity\": \"1\",\n                \"unit_price\": \"0\"\n            }\n        ],\n        \"shipments\": [\n            {\n                \"id\": \"41443159406\"\n            }\n        ]\n    },\n    \"shipments\": [\n        {\n            \"status\": \"ready_to_ship\",\n            \"site_id\": \"MLB\",\n            \"status_history\": {\n                \"date_handling\": \"2022-06-13T09:38:25.000-04:00\",\n                \"date_ready_to_ship\": \"2022-06-13T09:38:27.289-04:00\"\n            }\n        }\n    ],\n    \"cust_id_pes\": \"1296282581\",\n    \"lead_id_transactional\": \"41766706\"\n}"},{"id":"791392e9-3330-44e2-aa40-54361748b2b6","name":"Example - Intent Not Converted - Payment Pending Copy","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/details/{{intent=id}}?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","details","{{intent=id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:31:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"a8a31671-0745-46ad-8694-3361553cc4ed"},{"key":"x-trace-digest-73","value":"GAD1zsidzGQ+7jA9trFlrixQRpzBxQXXYQcrWZCfhfC1uE9CL/7xXnnnaHHunl4w"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"e257c0cb55c78c3a"},{"key":"x-b3-traceid","value":"e257c0cb55c78c3a"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"lead_id\": \"689436063\",\n    \"intent_id\": \"4-551a4ad6-2464-478a-8d1a-3e114bdb3934\",\n    \"created_datetime\": \"2022-06-13T10:30:16\",\n    \"payment\": {\n        \"id\": 23142114385,\n        \"date_created\": \"2022-06-13T10:30:43.000-04:00\",\n        \"payment_method_id\": \"pix\",\n        \"status\": \"pending\",\n        \"status_detail\": \"pending_waiting_transfer\",\n        \"order\": {\n            \"type\": \"mercadopago\",\n            \"id\": \"4965679618\"\n        }\n    },\n    \"details_intent\": {\n        \"status\": \"redeemed\",\n        \"device\": 27,\n        \"strategy_type\": \"campaign\",\n        \"strategy\": {\n            \"id\": \"8\",\n            \"coupon\": \"TELE_2021\"\n        }\n    },\n    \"cust_id_pes\": \"1296282581\",\n    \"lead_id_transactional\": \"41766706\"\n}"},{"id":"3247d185-e0db-4db3-a91b-3e380f778f3d","name":"Example - Intent Created/Opened Copy","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/details/{{intent=id}}?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","details","{{intent=id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:32:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6702615f-b066-4117-80ae-8b85c368119d"},{"key":"x-trace-digest-73","value":"pvMprRWydPI1/3d27G4nh3wd4+q7G3b15OmRRFD26SJvLCOq89zAIVEYAVIBcmzq"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"0e22c732217e2a79"},{"key":"x-b3-traceid","value":"0e22c732217e2a79"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"lead_id\": \"689436063\",\n    \"intent_id\": \"4-a070b058-630a-45ec-8bfa-989312b35ee1\",\n    \"created_datetime\": \"2022-06-13T10:32:01\",\n    \"details_intent\": {\n        \"status\": \"created\",\n        \"device\": 27,\n        \"strategy_type\": \"campaign\",\n        \"strategy\": {\n            \"id\": \"8\",\n            \"coupon\": \"TELE_2021\"\n        }\n    },\n    \"cust_id_pes\": \"1296282581\",\n    \"lead_id_transactional\": \"41766706\"\n}"}],"_postman_id":"4e640310-f9fa-4b0b-bbfc-804e8b9fc1e7"},{"name":"Get All Devices By SiteId","id":"a7621c2a-0d8d-498c-b447-40a2e68b2eee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/device?site_id={{your site id (ex. MLB)}}","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","device"],"host":["api","mercadopago","com"],"query":[{"key":"site_id","value":"{{your site id (ex. MLB)}}"}],"variable":[]}},"response":[{"id":"b044e831-bcf4-479d-8bfb-b3af4b02b36f","name":"Get All Devices By SiteId","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"251364878","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/device?site_id={{your site id (ex. MLB)}}&access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","device"],"query":[{"key":"site_id","value":"{{your site id (ex. MLB)}}"},{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 May 2022 16:14:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"fec1cb20-c1be-4da6-aba6-a5578168345f"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-04,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-b3-spanid","value":"b361dcf37d7760de"},{"key":"x-b3-traceid","value":"b361dcf37d7760de"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"x-trace-digest-04","value":"xns67xqeSJ7mSIsF+qgAPwYNVzDtYgf5LhgLRIHWbo71cdVsncI4g178WibaFI2J"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-06d334d40933a521e-10.54.28.188"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"Dispositivo 3 V1\"\n    },\n    {\n        \"id\": \"9\",\n        \"name\": \"Mercado Pago Point Mini\"\n    },\n    {\n        \"id\": \"16\",\n        \"name\": \"Mercado Pago Point Pro\"\n    },\n    {\n        \"id\": \"19\",\n        \"name\": \"Mercado Pago - Bobinas de papel\"\n    },\n    {\n        \"id\": \"21\",\n        \"name\": \"Mercado Pago Point Mini Chip\"\n    },\n    {\n        \"id\": \"23\",\n        \"name\": \"Chip Claro\"\n    },\n    {\n        \"id\": \"26\",\n        \"name\": \"Mercado Pago Point Mini (ME30S)\"\n    },\n    {\n        \"id\": \"27\",\n        \"name\": \"Mercado Pago Point Smart\"\n    },\n    {\n        \"id\": \"28\",\n        \"name\": \"Mercado Pago Point Pro 2\"\n    },\n    {\n        \"id\": \"32\",\n        \"name\": \"Chip TIM TNS 2FF\"\n    },\n    {\n        \"id\": \"33\",\n        \"name\": \"Point Mini ME30NFC\"\n    },\n    {\n        \"id\": \"35\",\n        \"name\": \"Mercado Pago Point Mini NFC 1\"\n    },\n    {\n        \"id\": \"36\",\n        \"name\": \"Chip Vivo 2FF\"\n    },\n    {\n        \"id\": \"40\",\n        \"name\": \"Kit QR e Pix oficial do Mercado Pago\"\n    },\n    {\n        \"id\": \"45\",\n        \"name\": \"Mercado Pago Point Mini NFC 2\"\n    },\n    {\n        \"id\": \"51\",\n        \"name\": \"Ultrapasse - A Tag Veicular Do Mercado Pago\"\n    },\n    {\n        \"id\": \"53\",\n        \"name\": \"Cartão de Crédito MP (1P:1C)\"\n    },\n    {\n        \"id\": \"56\",\n        \"name\": \"Chip Arqia\"\n    },\n    {\n        \"id\": \"62\",\n        \"name\": \"Point Air Lite\"\n    },\n    {\n        \"id\": \"68\",\n        \"name\": \"Teste1\"\n    },\n    {\n        \"id\": \"69\",\n        \"name\": \"Device MLB Teste \"\n    },\n    {\n        \"id\": \"74\",\n        \"name\": \"Cartão de Débito MP - TESTE\"\n    },\n    {\n        \"id\": \"75\",\n        \"name\": \"Cartão de Débito MP - 2\"\n    }\n]"}],"_postman_id":"a7621c2a-0d8d-498c-b447-40a2e68b2eee"},{"name":"List all Intents - On/Off Crm Fast Copy","id":"09b70bd4-121f-40d9-8a64-b6bd45ca9584","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-leads/lead/intent/all-intents?date={{yyyy-MM-dd}}","description":"<p>Endpoint used to list all intents generated for a given EPS and for a given date.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-leads","lead","intent","all-intents"],"host":["api","mercadopago","com"],"query":[{"key":"date","value":"{{yyyy-MM-dd}}"}],"variable":[]}},"response":[{"id":"feb16d2b-5086-4967-a53d-dbac8ac73158","name":"List all Intents - On/Off Crm Fast","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/all-intents?date={{date-here}}&access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","all-intents"],"query":[{"key":"date","value":"{{date-here}}"},{"key":"access_token","value":"{{access-token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 18:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"01a88860-2738-40ec-91b3-d323d0e9f23d"},{"key":"x-b3-traceid","value":"6672aeae8411d759"},{"key":"x-b3-spanid","value":"6672aeae8411d759"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-50","value":"xQM4DyTOfsxKI+PDeBTz/AVuYPCN+QkN71YctwKUTCLKwohoiqhDfMnkUSLXQ39AE/dgYvPkGCvbFsM14tw5A4XQzN2ABocTLT7sEYQiYFXInG+CbZnHSL1rJ8tHdYMa"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-02f5e7a2167e1cc50-10.54.28.114"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"size\": 1,\n    \"intents\": [\n        {\n            \"lead_id\": \"509534975\",\n            \"intent_id\": \"743565158-58b26798-babb-40cf-ac2e-0a7ff4f75c8f\",\n            \"created_datetime\": \"2023-02-16T07:06:59\",\n            \"crm_fast\": false,\n            \"payment_id\": \"123123123\",\n            \"qtd\": 1,\n            \"operator\": {\n                \"id\": \"9226\"\n            }\n        }\n    ]\n}"},{"id":"f06d1888-37e3-4401-9203-c9bce693f56e","name":"Invalid Date","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/all-intents?date={{date-here}}&access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","all-intents"],"query":[{"key":"date","value":"{{date-here}}"},{"key":"access_token","value":"{{access-token}}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 18:27:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6049930e-62c1-41e8-b3c6-b7e3913a8302"},{"key":"x-b3-traceid","value":"d8d1349f4d517d7c"},{"key":"x-b3-spanid","value":"d8d1349f4d517d7c"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-50","value":"/26v09BJiwZblLbkXbXMFR3YBAS+tl/m9GWN/mzjGczg1II+XCTsz0ensKHVJsEUKCa/MtCqfp7KRQbNutaubASr0GAupJSO036dcSCpUmacb9SX+4VrHPQRddcP0ib9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-02f5e7a2167e1cc50-10.54.28.114"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"info\",\n    \"message\": \"Date not valid. Please use the pattern yyyy-MM-dd\",\n    \"status\": 422\n}"}],"_postman_id":"09b70bd4-121f-40d9-8a64-b6bd45ca9584"},{"name":"Get Quantity Device","id":"05539fe6-82dc-4eaa-8493-075cbf651b71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&deviceId={{deviceId}}","description":"<p>Endpoint used to inform the allowed quantities for each Device.  </p>\n<p>The device_id field is optional, and is where the device id is passed to filter the response. If not entered, it will return the quantity (bundles) of all devices.  </p>\n<p>In the response, the <code>bundle_size</code> field has the value of the quantity allowed to be purchased, so in the example below, for device 27 (Point Smart) the following quantities can be purchased:</p>\n<ul>\n<li>1</li>\n<li>10</li>\n<li>20</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"results\": [\n        {\n            \"id\": 7153,\n            \"device_id\": 27,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7154,\n            \"device_id\": 27,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7155,\n            \"device_id\": 27,\n            \"bundle_size\": 20,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7316,\n            \"device_id\": 21,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7317,\n            \"device_id\": 21,\n            \"bundle_size\": 4,\n            \"site_id\": \"MLB\"\n        }\n]\n\n</code></pre>\n<p>With the value of bundle_size, it can be used to inform in the qtd field of the endpoint New Intent - Acquisition (intent/new).</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","internal","device","bundles"],"host":["api","mercadopago","com"],"query":[{"key":"siteId","value":"MLB"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"deviceId","value":"{{deviceId}}"}],"variable":[]}},"response":[{"id":"9d82112d-666b-425e-9b0f-ea9003d15bc6","name":"Get Quantity Device - Without DeviceId","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","internal","device","bundles"],"query":[{"key":"siteId","value":"MLB"},{"key":"access_token","value":"{{access-token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 May 2023 14:36:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6ec9cb0b-ae0a-4e12-b98a-ae8c7ad1a271"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0f0f5eae4560a30e2-10.54.28.219"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 7153,\n            \"device_id\": 27,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7154,\n            \"device_id\": 27,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7155,\n            \"device_id\": 27,\n            \"bundle_size\": 20,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7316,\n            \"device_id\": 21,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7317,\n            \"device_id\": 21,\n            \"bundle_size\": 4,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7318,\n            \"device_id\": 21,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7319,\n            \"device_id\": 28,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7320,\n            \"device_id\": 28,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7321,\n            \"device_id\": 28,\n            \"bundle_size\": 20,\n            \"site_id\": \"MLB\"\n        }\n    ]\n}"},{"id":"87efb6ae-5f81-489f-9135-128973ab7b07","name":"Get Quantity Device - With DeviceId","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&access_token={{access-token}}&deviceId=21","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","internal","device","bundles"],"query":[{"key":"siteId","value":"MLB"},{"key":"access_token","value":"{{access-token}}"},{"key":"deviceId","value":"21"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 May 2023 14:36:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"65d792c7-dfb7-407a-a7ce-6f70f3e494aa"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0f0f5eae4560a30e2-10.54.28.219"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 7316,\n            \"device_id\": 21,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7317,\n            \"device_id\": 21,\n            \"bundle_size\": 4,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7318,\n            \"device_id\": 21,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        }\n    ]\n}"}],"_postman_id":"05539fe6-82dc-4eaa-8493-075cbf651b71"}],"id":"44d1f154-28a2-433b-a5de-95498a6b0cb5","_postman_id":"44d1f154-28a2-433b-a5de-95498a6b0cb5","description":""},{"name":"Fast CRM","item":[{"name":"Tabulation CSV","id":"bd8e0915-e1af-4bcc-8d5b-28c70bca0876","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{your-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"site_id\": \"MLB\",\n    \"start_date\": \"2023-01-01\",\n    \"end_date\": \"2024-03-10\",\n    \"operator\": {{ldap}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/tabulations/csv","description":"<p>The Tabulations CSV endpoint provides a way to request a CSV file containing tabulations within a specified time range and site.</p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p><code>site_id</code>: Your site id (<strong>MLB, MLC, MLA, MLM</strong>)</p>\n<p><code>start_date</code>: The start date for the data range (<strong>YYYY-MM-DD</strong>)<br /><code>end_date</code>: The end date for the data range (<strong>YYYY-MM-DD</strong>)</p>\n<h2 id=\"the-optional-fields\">The optional fields:</h2>\n<p><code>operator</code>: The name of the operator or null if not applicable (<strong>String</strong>)</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful request, the response will be a JSON object containing the URL where the CSV file can be downloaded.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","tabulations","csv"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"21569df7-734d-43ec-a73a-4eac99148c17","name":"OK","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"x-user-crm","value":"laboris adipisicing ea"},{"key":"Accept","value":"*/*"}],"url":{"raw":"{{baseUrl}}/tab-group/:leadId","host":["{{baseUrl}}"],"path":["tab-group",":leadId"],"variable":[{"key":"leadId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"file_id\": \"64ef6509-ac3d-4cf4-a4c9-43f09921a768\",\n  \"url\": \"/tab-group/tab-form/csv/64ef6509-ac3d-4cf4-a4c9-43f09921a768\"\n}"}],"_postman_id":"bd8e0915-e1af-4bcc-8d5b-28c70bca0876"},{"name":"Tabulation CSV","id":"03baf1bb-eaf6-4fbd-b9fa-d8649cd78e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{your-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/tabulations/csv/{{file-id-csv}}","description":"<p>Retrieve csv data from an report generated through the <a href=\"https://go.postman.co/workspace/My-Workspace~63d4d13e-6560-48e4-87a5-b4ce16e9057a/documentation/31152980-aca5de07-c2b9-45c0-ba53-42df1bc63ca4?entity=request-c2846e53-33a0-4e60-bee9-7695cc1ef246\">Post Tabulation Csv endpoint</a></p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p><code>{id}:</code> Id of the file generate on the Post endpoint.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful request, the response will be a CSV file containing the content of the report.</p>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","external-seller","api","tabulations","csv","{{file-id-csv}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"03baf1bb-eaf6-4fbd-b9fa-d8649cd78e95"}],"id":"c8fafae6-a897-4997-b12f-d67e6efa9a1d","_postman_id":"c8fafae6-a897-4997-b12f-d67e6efa9a1d","description":""},{"name":"Meta","item":[{"name":"meta leads integration","id":"09b3bcca-784d-46d7-97b3-3381b4eba9e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://internal-api.mercadopago.com/beta/tlv-integration/meta","description":"<p>Purpose: Processes Meta lead requests and forwards them to internal message queues for lead processing workflows.</p>\n<h3 id=\"required-fields-and-validation\">Required Fields and Validation</h3>\n<p>The endpoint accepts a MetaLeadRequestDTO with the following required fields:</p>\n<ol>\n<li>leadgen_id (Long) - Required</li>\n</ol>\n<ul>\n<li><p>Meta's unique identifier for the lead generation</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n<li><p>Used as primary tracking identifier</p>\n</li>\n</ul>\n<ol>\n<li>event (MetaEvent) - Required</li>\n</ol>\n<ul>\n<li><p>Type of event being processed</p>\n</li>\n<li><p>Possible values: QUALIFIED_LEAD, INITIAL_LEAD</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n</ul>\n<ol>\n<li>site (Site) - Required</li>\n</ol>\n<ul>\n<li><p>Geographic/business site identifier</p>\n</li>\n<li><p>Possible values: MLA, MLB, MLM, MLC</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n</ul>\n<ol>\n<li>tpv (BigDecimal) - Required</li>\n</ol>\n<ul>\n<li><p>Total Payment Volume for TPV validation</p>\n</li>\n<li><p>Must be positive value</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n</ul>\n<h3 id=\"business-logic-flow\">Business Logic Flow</h3>\n<ol>\n<li><p>Agency Validation: The service validates that the provided callerId corresponds to an existing agency in the system</p>\n</li>\n<li><p>TPV Validation: Implements SMB (Small and Medium Business) validation based on site-specific TPV thresholds:</p>\n</li>\n</ol>\n<ul>\n<li><p>MLB: 15000.00 BRL</p>\n</li>\n<li><p>MLA: 8000,000.00 ARS</p>\n</li>\n<li><p>MLM: 100000.00 MXN</p>\n</li>\n<li><p>MLC: 4000000.00 CLP</p>\n</li>\n</ul>\n<ol>\n<li>Message Queue Processing: If validation passes, the lead is transformed and sent to the Meta leads topic for downstream processing</li>\n</ol>\n<h3 id=\"response-format\">Response Format</h3>\n<ul>\n<li><p>Success: HTTP 204 No Content</p>\n</li>\n<li><p>Error: HTTP 404 if agency not found, or other appropriate error codes</p>\n</li>\n</ul>\n<h3 id=\"security-and-validation\">Security and Validation</h3>\n<ul>\n<li><p>Request body validation using Bean Validation annotations</p>\n</li>\n<li><p>Agency authentication by header validation</p>\n</li>\n<li><p>TPV business rule validation to ensure lead quality</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["beta","tlv-integration","meta"],"host":["internal-api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"ddfb4e15-297e-4984-b0b0-74638d5538d3","name":"Sucess request","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":180000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/meta"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:40:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"d5c634bc-3c23-413c-8e52-47d0df8dd140"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"uNO1uzQy-qy6yY3BnnklL0ni5BRBJaiMHGZ_b8WvLVMj1-8zSkXzLiZmRudun6YaJLk95FGs5qhUcmM85Tr8B1-2pMXeW9ZJQB0ivyJ5RO2umLu1nCsZnFU53fNzBv0dXhdMV8npjupbvtEgokAe_A"},{"key":"x-b3-traceid","value":"b95c36b94e252600"},{"key":"x-b3-spanid","value":"652cd1eb78ae0c89"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0ec18c86feac15aa7-10.54.28.170"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":null},{"id":"ba198f9e-bc27-4a28-9f54-0d76f5f81d81","name":"tpv invalid","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:49:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"0f9cfb6d-23a1-4558-93f3-89e7236e7061"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"Bzp7q-NIdeZxxW8JtD0o1jKc3DdpJED5psXHE6kYyG6B-VS5DaEi0CEr3jEkK3TA7YoDaiCcv9u7SKMCu9LndRQSbsg5Jdv9gVTP4w8KkXlCC5nqZUQb5yVJc3F6mGAf82jPGWlNqNsy6_ZWgdl65g"},{"key":"x-b3-traceid","value":"b4e4e5d913628b45"},{"key":"x-b3-spanid","value":"3435ac2fc2592483"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"tpv: tpv must be positive; \",\n    \"status\": 400\n}"},{"id":"ccfd17b6-07e4-490f-81cd-76c0b7585283","name":"site null","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:50:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"07f9dc5f-c57a-4699-b9a8-c8651c61c476"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"hr_ZhjrST1Bstd4kmAs812uw1CRJDJfHIYOTT3lvbgC50htNwAlrhsN_Mg6Vr8Xb1QjQlop65xY5EO3M-yvfkmGbLKBNGjJhCp8WyjKC0MIDhnvIhODPkqZuNcenZLplemGwYuMPj_kWyU7OgQ5uGw"},{"key":"x-b3-traceid","value":"d13ab30c887fbf64"},{"key":"x-b3-spanid","value":"973cd23ec28036dd"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"site: site cannot be null; \",\n    \"status\": 400\n}"},{"id":"6983ee27-0dfb-4667-82f8-35cc811e269d","name":"event null","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"site\": \"MLB\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:51:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"a197b3a8-68e3-4522-951b-1b86356044ab"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"-dNc10EVU4peo8z7NR9tFESUzXRv5ayipxvab1QqnyalF8jwRsVUkl4KK-ehrmZ4FQHdC0iFZssCAZ1yE-29LKAVZCEU6bNIGSY3gQ2ddCEfYkJXZN-EUDh-NkWyGVxKwiMnQe26VLSBfqWe6AKOpg"},{"key":"x-b3-traceid","value":"5d71aa0f9724be5b"},{"key":"x-b3-spanid","value":"20fc6db8b14bb4e4"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"event: event cannot be null; \",\n    \"status\": 400\n}"},{"id":"4678a158-ce9c-4913-920e-681e5b43fe67","name":"leadgen null","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:51:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"95fb8262-847d-46a9-b299-dd8ccb120724"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"Y8dXniO1eoHhujGGFn5ktpDs4MZckrCQSN1WLPojUg_R2G7TKZx38ETF5R9DDG1T2Nn5g5gQddPyFE3P-r6alTfitLA6DozMeO0Kw5wRRNASYoZKXxJx0UaySBk3-3VDFOfxC7xjdGLkuFjJGtqa0A"},{"key":"x-b3-traceid","value":"1ec54327f3766ba2"},{"key":"x-b3-spanid","value":"892da7a51eadf255"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"leadgenId: leadgen_id cannot be null; \",\n    \"status\": 400\n}"}],"_postman_id":"09b3bcca-784d-46d7-97b3-3381b4eba9e2"}],"id":"f34adf5e-83b0-4b81-a556-5a7f0786897b","description":"<p>Implementation of a new endpoint for validating and sending qualified leads from the Takeblip agency to Meta. The endpoint validates the TPV (Total Purchase Volume) by market before sending the leads to the Meta topic, ensuring that only leads with TPV above the minimum value are processed.</p>\n","event":[{"listen":"prerequest","script":{"id":"f5e2933d-6877-4e24-a9a2-72b8a7f125ac","type":"text/javascript","packages":{},"exec":[""]}},{"listen":"test","script":{"id":"d3c36aae-7362-4473-9e76-125c5e6d22d2","type":"text/javascript","packages":{},"exec":[""]}}],"_postman_id":"f34adf5e-83b0-4b81-a556-5a7f0786897b"}],"id":"a4a03459-f846-4ea7-82ce-13da45f8491e","description":"<p>Scope responsible to first test your application within a secure environment.</p>\n","_postman_id":"a4a03459-f846-4ea7-82ce-13da45f8491e"},{"name":"PROD","item":[{"name":"Pricing","item":[{"name":"Search","item":[{"name":"Pricing Search - Scale Retention","id":"7a331a5d-5532-4b7d-9476-4559ccd1c6ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/price/search","urlObject":{"protocol":"https","path":["tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"87f185cb-9305-4f71-ac9e-b5d87af346b3","name":"Pricing Search - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:21:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"60de20f6-b605-4389-9083-eaa6d8bbd54d"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-34,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-34","value":"REV5rzvx654yQZujzhavUr4RaHozIAahHsurxz2abnffSnR6gdN28Tn/6T0kNyIA"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-08f6ff15e196bf23c-10.54.28.15"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"tableItemIdDefault\": 1376,\n  \"name\": \"[Scale] Nueva tabla escalas Retencion MLB\",\n  \"tableId\": 75,\n  \"items\": [\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.98\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 5.31\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 5.31\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.99\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 0,\n      \"max\": 1000,\n      \"name\": \"Escala 1\",\n      \"id\": 1372\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 4.41\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 4.41\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.85\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 1000,\n      \"max\": 3000,\n      \"name\": \"Escala 2\",\n      \"id\": 1373\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.98\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.98\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.69\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 3000,\n      \"max\": 7000,\n      \"name\": \"Escala 3\",\n      \"id\": 1374\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.79\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.79\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.63\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 7000,\n      \"max\": 10000,\n      \"name\": \"Escala 4\",\n      \"id\": 1375\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"point\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.37\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.37\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 1.59\n                }\n              ],\n              \"name\": \"debit\"\n            }\n          ]\n        }\n      ],\n      \"min\": 10000,\n      \"max\": 15000,\n      \"name\": \"Escala 5\",\n      \"id\": 1376\n    }\n  ]\n}"}],"_postman_id":"7a331a5d-5532-4b7d-9476-4559ccd1c6ac"},{"name":"Pricing Search - Individual","id":"394c48a4-de89-497c-b7ed-4ee30099e641","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\",\n    \"pnf\": \"true\",\n    \"company_identifier_type\": \"CNPJ\",\n    \"company_identifier_number\": \"22839365863\",\n    \"most_frequent_operation\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/price/search","urlObject":{"protocol":"https","path":["tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"965000b3-6f3e-4d22-a92c-2776dd46e0d2","name":"Pricing Search - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\",\n    \"pnf\": \"true\",\n    \"company_identifier_type\": \"CNPJ\",\n    \"company_identifier_number\": \"22839365863\",\n    \"most_frequent_operation\": \"CREDIT\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:21:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"60de20f6-b605-4389-9083-eaa6d8bbd54d"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-34,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-34","value":"REV5rzvx654yQZujzhavUr4RaHozIAahHsurxz2abnffSnR6gdN28Tn/6T0kNyIA"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-08f6ff15e196bf23c-10.54.28.15"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": \"[TLV] [Retention]  - Individual\",\n    \"tableId\": 35,\n    \"items\": [\n        {\n            \"id\": 165,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.64\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 5.24\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 5.24\n                    }\n                ],\n                \"name\": \"bucket_01\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.94\n                    }\n                ],\n                \"name\": \"bucket_01\"\n            }\n        },\n        {\n            \"id\": 166,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 4.74\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 4.74\n                    }\n                ],\n                \"name\": \"bucket_02\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.84\n                    }\n                ],\n                \"name\": \"bucket_02\"\n            }\n        },\n        {\n            \"id\": 167,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.24\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 4.34\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 4.34\n                    }\n                ],\n                \"name\": \"bucket_03\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.74\n                    }\n                ],\n                \"name\": \"bucket_03\"\n            }\n        },\n        {\n            \"id\": 168,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 4.14\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 3.84\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 3.84\n                    }\n                ],\n                \"name\": \"bucket_04\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.69\n                    }\n                ],\n                \"name\": \"bucket_04\"\n            }\n        },\n        {\n            \"id\": 169,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 3.24\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 3.34\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 3.34\n                    }\n                ],\n                \"name\": \"bucket_05\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.59\n                    }\n                ],\n                \"name\": \"bucket_05\"\n            }\n        },\n        {\n            \"id\": 170,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 2.94\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 3.04\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 3.04\n                    }\n                ],\n                \"name\": \"bucket_06\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.55\n                    }\n                ],\n                \"name\": \"bucket_06\"\n            }\n        },\n        {\n            \"id\": 171,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 2.84\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 2.84\n                    }\n                ],\n                \"name\": \"bucket_07\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.49\n                    }\n                ],\n                \"name\": \"bucket_07\"\n            }\n        },\n        {\n            \"id\": 172,\n            \"credit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 2.54\n                    },\n                    {\n                        \"installment\": 2,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 3,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 4,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 5,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 6,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 7,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 8,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 9,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 10,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 11,\n                        \"processingFee\": 2.64\n                    },\n                    {\n                        \"installment\": 12,\n                        \"processingFee\": 2.64\n                    }\n                ],\n                \"name\": \"bucket_08\"\n            },\n            \"debit\": {\n                \"fees\": [\n                    {\n                        \"installment\": 1,\n                        \"processingFee\": 1.39\n                    }\n                ],\n                \"name\": \"bucket_08\"\n            }\n        }\n    ]\n}"}],"_postman_id":"394c48a4-de89-497c-b7ed-4ee30099e641"},{"name":"Pricing Search - Scale Acquisition","id":"3a08c3bf-44e4-491a-ba83-dc1e40973299","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"retention\": \"false\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/price/search","urlObject":{"protocol":"https","path":["tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"390aa727-da3d-41d0-8842-26cda91c8a37","name":"Pricing Search - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"30000\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:21:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"60de20f6-b605-4389-9083-eaa6d8bbd54d"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-34,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-34","value":"REV5rzvx654yQZujzhavUr4RaHozIAahHsurxz2abnffSnR6gdN28Tn/6T0kNyIA"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-08f6ff15e196bf23c-10.54.28.15"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"[Scale] Pricing Scale MLB\",\n  \"tableId\": 11,\n  \"items\": [\n    {\n      \"id\": 85,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 4.41\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 4.41\n          }\n        ],\n        \"name\": \"scale_2\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 1.85\n          }\n        ],\n        \"name\": \"scale_2\"\n      }\n    },\n    {\n      \"id\": 86,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 3.98\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 3.98\n          }\n        ],\n        \"name\": \"scale_3\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 1.69\n          }\n        ],\n        \"name\": \"scale_3\"\n      }\n    }\n  ]\n}"}],"_postman_id":"3a08c3bf-44e4-491a-ba83-dc1e40973299"},{"name":"Pricing Search - Checkout (MLM)","id":"eca74e43-9f5a-443a-b4ec-edfdc553a2b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"checkout\",\n    \"site_id\": \"MLM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/price/search","urlObject":{"protocol":"https","path":["tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"a8a2cea0-389a-43ec-ac1c-80394cdb8b1e","name":"Pricing Search - Checkout (MLM) - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"2999\",\n    \"business_size\": \"LoLo\",\n    \"retention\": \"true\",\n    \"site_id\": \"MLB\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"tableItemIdDefault\": 841,\n  \"name\": \"[Scale] Pricing Scale Checkout MLM\",\n  \"tableId\": 61,\n  \"items\": [\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 4.05\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 4.05\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 0,\n      \"max\": 25000,\n      \"name\": \"Longtail\",\n      \"id\": 841\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.93\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.93\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 25000,\n      \"max\": 50000,\n      \"name\": \"Escala 1\",\n      \"id\": 842\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.82\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.82\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 50000,\n      \"max\": 100000,\n      \"name\": \"Escala 2\",\n      \"id\": 843\n    },\n    {\n      \"fees\": [\n        {\n          \"tableType\": \"checkout\",\n          \"tableFees\": [\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 2,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 3,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 4,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 5,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 6,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 7,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 8,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 9,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 10,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 11,\n                  \"processingFee\": 3.7\n                },\n                {\n                  \"installment\": 12,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"credit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"debit\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"account_money\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"atm\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"digital_currency\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"prepaid\"\n            },\n            {\n              \"fees\": [\n                {\n                  \"installment\": 1,\n                  \"processingFee\": 3.7\n                }\n              ],\n              \"name\": \"ticket\"\n            }\n          ]\n        }\n      ],\n      \"min\": 100000,\n      \"max\": 200000,\n      \"name\": \"Escala 3\",\n      \"id\": 844\n    }\n  ]\n}"}],"_postman_id":"eca74e43-9f5a-443a-b4ec-edfdc553a2b8"},{"name":"Pricing Search - Scale (MLA)","id":"c3b724b3-2f29-4ae5-9854-be697b04d438","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLA\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/price/search","urlObject":{"protocol":"https","path":["tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"aa52146c-2d77-4f0c-8617-1d62a5207d42","name":"Pricing Search - Scale (MLA) - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLA\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"[Scale] Pricing Scale MLA\",\n  \"tableId\": 12,\n  \"items\": [\n    {\n      \"id\": 89,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 7.85\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 7.85\n          }\n        ],\n        \"name\": \"scale_1\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.05\n          }\n        ],\n        \"name\": \"scale_1\"\n      }\n    }\n  ]\n}"}],"_postman_id":"c3b724b3-2f29-4ae5-9854-be697b04d438"},{"name":"Pricing Search - Scale (MLM)","id":"c1f5f7dc-6287-4379-85bf-3353ef4e9bb5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/price/search","urlObject":{"protocol":"https","path":["tlv-integration","price","search"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"a8cd3cc4-f1bf-4f51-b1f6-f20d03e78383","name":"Pricing Search - Scale (MLA) - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"tpv\": \"10000\",\n    \"pricing_type\": \"scale\",\n    \"site_id\": \"MLM\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/beta/tlv-integration/price/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n  \"name\": \"[Scale] Pricing Scale MLM\",\n  \"tableId\": 13,\n  \"items\": [\n    {\n      \"id\": 95,\n      \"credit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 2,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 3,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 4,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 5,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 6,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 7,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 8,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 9,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 10,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 11,\n            \"processingFee\": 4.06\n          },\n          {\n            \"installment\": 12,\n            \"processingFee\": 4.06\n          }\n        ],\n        \"name\": \"scale_1\"\n      },\n      \"debit\": {\n        \"fees\": [\n          {\n            \"installment\": 1,\n            \"processingFee\": 4.06\n          }\n        ],\n        \"name\": \"scale_1\"\n      }\n    }\n  ]\n}"}],"_postman_id":"c1f5f7dc-6287-4379-85bf-3353ef4e9bb5"},{"name":"Find Tables by Cust ID","id":"820e998e-98ee-4bcf-99d9-59ec6b6809f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/price/search/{{cust_id}}","description":"<p>Returns which tables the customer associated with the <code>cust_id</code> currently has.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","price","search","{{cust_id}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"be2e0f77-b734-4522-a547-ec39fc540465","name":"Find Tables by Cust ID - Example","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/beta/tlv-integration/price/search/777207612"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jan 2022 15:35:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d2a24a33-5ed0-4973-bc32-d51d2b300725"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-36,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-trace-digest-36","value":"AkibqzGh0IUHzaBeVJvbt3QYofZqMCcZJg40f0x/q+KBBANjwROxz1YdTk9Ij5jw"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-trace-existing-keys","value":"x-trace-existing-keys"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0a1aa8570da918df0-10.54.28.82"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"fees\": {\n            \"credit\": {\n                \"tag\": [\n                    {\n                        \"value\": \"scale_1\",\n                        \"key\": \"point_pricing_scale_id\"\n                    }\n                ]\n            },\n            \"debit\": {\n                \"tag\": [\n                    {\n                        \"value\": \"scale_1\",\n                        \"key\": \"point_pricing_scale_id\"\n                    }\n                ]\n            }\n        },\n        \"active\": true,\n        \"createdDetail\": {\n            \"createdAt\": {\n                \"dayOfWeek\": \"FRIDAY\",\n                \"hour\": 7,\n                \"month\": \"JULY\",\n                \"dayOfMonth\": 1,\n                \"dayOfYear\": 182,\n                \"year\": 2022,\n                \"monthValue\": 7,\n                \"nano\": 0,\n                \"minute\": 13,\n                \"second\": 5\n            },\n            \"createdByApp\": {\n                \"name\": \"Pricing Recalc\",\n                \"callerId\": 3816702611023897,\n                \"id\": 8\n            }\n        },\n        \"custId\": 777207612,\n        \"siteId\": \"MLB\",\n        \"detail\": {\n            \"promo\": false,\n            \"level\": 1,\n            \"pricingTableItemId\": 84,\n            \"customStarted\": false\n        },\n        \"id\": 2348775,\n        \"pricingTableId\": 11,\n        \"recalculateAt\": {\n            \"dayOfWeek\": \"MONDAY\",\n            \"hour\": 0,\n            \"month\": \"AUGUST\",\n            \"dayOfMonth\": 1,\n            \"dayOfYear\": 213,\n            \"year\": 2022,\n            \"monthValue\": 8,\n            \"nano\": 0,\n            \"minute\": 0,\n            \"second\": 0\n        },\n        \"pricingType\": \"SCALE\"\n    }\n]"}],"_postman_id":"820e998e-98ee-4bcf-99d9-59ec6b6809f3"}],"id":"155fcff6-0982-4c11-b271-767052171878","description":"<p>Returns values of search with desired parameters.</p>\n","_postman_id":"155fcff6-0982-4c11-b271-767052171878"}],"id":"ac052fb0-a2bc-4e8f-94b5-3c7349c4fc7f","description":"<p>Manages access on pricing tables for search and set.</p>\n<p>The following tables are available for Search and Set:</p>\n<ul>\n<li>For MLB:<ul>\n<li><strong>[Scale] Nueva tabla escalas Retencion MLB (ID = 75).</strong></li>\n<li><strong>[Scale] Pricing Scale MLB (ID = 11)</strong></li>\n</ul>\n</li>\n</ul>\n<p><code>OBS:</code> <strong><code>[TLV] [Retention] - Individual (ID = 35)</code></strong> <code>and</code> <strong><code>[TLV] [Retention] - Scale LoLo (ID = 42)</code></strong> <code>were replaced by the table ID 75.</code></p>\n<ul>\n<li><p>For MLM:</p>\n<ul>\n<li><strong>[Scale] Pricing Scale Checkout MLM (ID = 61)</strong>;</li>\n<li><strong>[Scale] Pricing Scale MLM (ID = 13).</strong></li>\n</ul>\n</li>\n<li><p>For MLA:</p>\n<ul>\n<li><strong>[Scale] Pricing Scale MLA (ID = 12)</strong></li>\n</ul>\n</li>\n</ul>\n<p>The <strong>tableItemIdDefault</strong> parameter (in SEARCH endpoint response) refers to the default scale ID of the table.</p>\n","_postman_id":"ac052fb0-a2bc-4e8f-94b5-3c7349c4fc7f"},{"name":"Leads","item":[{"name":"Leads - Search","id":"ea042d15-5d67-453a-993d-c396f325a246","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/lead/{{your site id (ex. MLB)}}/{{caller-agency}}/search?access_token={{your token}}&campaign={{name-campaign}}","description":"<p>Returns leads from the database. This must be the first interaction to retrieve leads, as it will be responsible for creating multiple batches of leads for agencies to consume.</p>\n<p>All the batches generated, batches within 1000 leads each, can be consumed within an interval of 1 seconds minimum, in between requests to avoid service outage. When all leads have been consumed, a code <code>204 - No Content</code> status will be returned. New leads will only be available after an internal data processing which takes place at 1 hour intervals:</p>\n<ul>\n<li>MLB - 08:05; 09:05; 10:05 ... (+1 hour)</li>\n<li>MLA - 08:10; 09:10; 10:10; ... (+1 hour)</li>\n</ul>\n<p>After searching, if needed to check a specific batch, you can refer to the specific endpoint <code>Leads - Batch by Number</code></p>\n<h4 id=\"caption-return-fields\"><strong>Caption return fields:</strong></h4>\n<p><strong>lead_id</strong>: The field will bring the customer's identification information. Except when the lead is not produced by our platforms.</p>\n<p><strong>lead_type:</strong> possible returns in the field - acquisition, retention and activation</p>\n<h4 id=\"optional-filterquery-parameter\"><strong>Optional filter(Query parameter):</strong></h4>\n<p><strong>campaign</strong>: recupero_chop (ejemplo)</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead","{{your site id (ex. MLB)}}","{{caller-agency}}","search"],"host":["api","mercadopago","com"],"query":[{"key":"access_token","value":"{{your token}}"},{"key":"campaign","value":"{{name-campaign}}"}],"variable":[]}},"response":[{"id":"7de34311-f585-4cfb-9f6f-82c3c88faf8c","name":"Leads - Search","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/lead/{{your site id (ex. MLB)}}/{{x-caller-agency}}/search?access_token={{access-token}}&campaign={{name-campaign}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","lead","{{your site id (ex. MLB)}}","{{x-caller-agency}}","search"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"campaign","value":"{{name-campaign}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 151187,\n            \"agency_name\": \"name\",\n            \"campaign\": \"recupero_chop\",\n            \"product\": \"Point Blue\",\n            \"customer_document_type\": \"CURP\",\n            \"customer_document_number\": \"HEMJ931130HDFRDR08\",\n            \"customer_first_name\": \"first name customer\",\n            \"customer_last_name\": \"last name customer\",\n            \"customer_address\": \"address example\",\n            \"customer_city\": \"city example\",\n            \"customer_state\": \"state example\",\n            \"customer_email\": \"customer_email@test.com\",\n            \"customer_phones\": [\n                \"99333334444\"\n            ],\n            \"lead_id\": \"1019314660\",\n            \"created_at\": \"2022-01-22\",\n            \"segment\": \"LONGTAIL\",\n            \"sub_segment\": \"LOLO\",\n            \"taxpayer_type\": \"Isento\",\n            \"lead_type\": \"acquisition\",\n            \"admission_date\": \"2022-12-08T13:33:44\",\n            \"sub_campaign\": \"name_subcampaign\",\n            \"sub_campaign_priority\": 5,\n            \"last_order_date\": \"2022-12-10T18:09:00\",\n            \"last_order_devices\": \"188,23\"\n        }\n    ],\n    \"batch\": {\n        \"size\": 1,\n        \"number\": 1,\n        \"url\": \"https://api.mercadopago.com/tlv-integration/lead/MLM/752403234/search/batch/1\"\n    }\n}"}],"_postman_id":"ea042d15-5d67-453a-993d-c396f325a246"},{"name":"Leads - Batch List","id":"6f61f2bc-b9b7-4ca0-a003-f7eb7f7be2cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/lead/{{your site id (ex. MLB)}}/{{x-caller-agency}}/batch?access_token={{your token}}","description":"<p>Along with the leads array, in the request response, you will also receive the following information:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"batch\" : { \n    \"size\" : int, \n    \"number\" : long, \n    \"URL\" : \"string\"\n} \n\n</code></pre>\n<p>The “batch” object brings the elements of <strong><code>size</code></strong> , the total number of elements (leads) available for this batch. and the <strong><code>number</code></strong> that represents that group of results(batch). Also an <strong><code>URL</code></strong>, that is a hyperlink to access this same batch in case of need. This endpoint assists in searching already generated batches.</p>\n<p>You can see a list of all of your available batches on this endpoint.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead","{{your site id (ex. MLB)}}","{{x-caller-agency}}","batch"],"host":["api","mercadopago","com"],"query":[{"key":"access_token","value":"{{your token}}"}],"variable":[]}},"response":[{"id":"2ce365e2-8761-4ad0-9b64-121d557bc4f2","name":"Leads - Batch List","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/{{x-caller-agency}}/batch?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","lead","{{your site id (ex. MLB)}}","{{x-caller-agency}}","batch"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"size\": 282,\n        \"number\": 24,\n        \"url\": \"url to batch by number\"\n    }\n]"}],"_postman_id":"6f61f2bc-b9b7-4ca0-a003-f7eb7f7be2cf"},{"name":"Leads - Batch by Number","id":"3c4d67b3-2060-4dde-b28b-cdc37c9e95c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/lead/{{your site id (ex. MLB)}}/{{caller id}}/search/batch/{{batch number}}?access_token={{your token}}","description":"<p>The purpose of this pagination is to make searching more flexible and fault tolerant on client and server side. Batches are returned by an amount of 1000, at most, per request.</p>\n<p>The URL needs the parameters <code>batch_number</code> as an Integer, to access the number of the batch on the list you'll see. This endpoint assists in searching already generated batches.</p>\n<h4 id=\"caption-return-fields\"><strong>Caption return fields:</strong></h4>\n<p><strong>lead_id</strong>: The field will bring the customer's identification information. Except when the lead is not produced by our platforms.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead","{{your site id (ex. MLB)}}","{{caller id}}","search","batch","{{batch number}}"],"host":["api","mercadopago","com"],"query":[{"key":"access_token","value":"{{your token}}"}],"variable":[]}},"response":[{"id":"f81e771f-5a04-4f99-85a6-10cea3f440d5","name":"Leads - Batch by Number","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/lead/{{your site id (ex. MLB)}}/456131922/search/batch/{{batch number}}?access_token=APP_USR-2430004880872500-121621-304ae3b1c31c207cf13ac91d568061c3-1031407882","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","lead","{{your site id (ex. MLB)}}","456131922","search","batch","{{batch number}}"],"query":[{"key":"access_token","value":"APP_USR-2430004880872500-121621-304ae3b1c31c207cf13ac91d568061c3-1031407882"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n    \"content\": [\n        {\n            \"id\": 151187,\n            \"agency_name\": \"name\",\n            \"campaign\": \"RECUPERO_CHOP\",\n            \"product\": \"Point Blue\",\n            \"customer_document_type\": \"CURP\",\n            \"customer_document_number\": \"HEMJ931130HDFRDR08\",\n            \"customer_first_name\": \"first name customer\",\n            \"customer_last_name\": \"last name customer\",\n            \"customer_address\": \"address example\",\n            \"customer_city\": \"city example\",\n            \"customer_state\": \"state example\",\n            \"customer_email\": \"customer_email@test.com\",\n            \"customer_phones\": [\n                \"99333334444\"\n            ],\n            \"lead_id\": \"1019314660\",\n            \"created_at\": \"2022-01-22\",\n            \"segment\": \"LONGTAIL\",\n            \"sub_segment\": \"LOLO\",\n            \"taxpayer_type\": \"Isento\",\n            \"lead_type\": \"acquisition\",\n            \"admission_date\": \"2022-12-08T13:33:44\",\n            \"sub_campaign\": \"name_subcampaign\",\n            \"sub_campaign_priority\": 5,\n            \"last_order_date\": \"2022-12-10T18:09:00\",\n            \"last_order_devices\": \"188,23\"\n        }\n    ],\n    \"batch\": {\n        \"size\": 1,\n        \"number\": 1,\n        \"url\": \"https://api.mercadopago.com/tlv-integration/lead/MLM/752403234/search/batch/1\"\n    }\n}"}],"_postman_id":"3c4d67b3-2060-4dde-b28b-cdc37c9e95c2"},{"name":"Leads - Dialer information","id":"668b77dd-67ef-4c4b-829e-c583cc8ef262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n        \"transactional_lead_id\": 1234,\n        \"answered\": false,\n        \"dialer\": \"Dialer-name\",\n        \"call_detail1\": \"Busy\",\n        \"call_date\": \"2023-05-22T16:50:45Z\",\n\t\t\"call_duration_time\": \"00:17:15\",\n        \"call_type\": \"PREDICTIVE\",\n\t\t\"operator\": \"Operator name\",\n\t\t\"id_dialer_call\": \"123-ABC\"\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/lead/dialer?access_token={{your token}}","description":"<p>Endpoint responsible for receiving details of calls made by dialers from agencies.</p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>A list with:</p>\n<p><code>transactional_lead_id</code>: Refers to the record's unique id, not to be confused with the lead_id (the field that bring the customer's identification information)</p>\n<p><code>answered</code>: Indicates whether the call was answered.<br />Yes: send value true<br />No: send value false</p>\n<p><code>dialer</code>: Dialer model name. For example, currently we have options like Olos, Aspect, Genesys, etc.</p>\n<p><code>call_detail1</code>: Call detail. Example: if was busy, fax, etc.</p>\n<p><code>call_date</code>: Date and time the call was made</p>\n<p><code>call_duration_time</code>: Call duration time (in HH:MM:SS)</p>\n<p><code>id_dialer_call</code>: Call record ID, this being agency domain information</p>\n<p><code>call_type</code> : Information whether the connection is PREDICTIVE or ACTIVE</p>\n<h2 id=\"the-optional-fields\">The optional fields:</h2>\n<p><code>call_detail2</code>: Call detail, when applicable (in some cases it complements the information in call_detail1)</p>\n<p><code>operator</code>: Preferably the name of the operator who made the call, but if this is not possible, your ID can also be informed.</p>\n<p><code>phone_number</code>: The phone number called by the dialer.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead","dialer"],"host":["api","mercadopago","com"],"query":[{"key":"access_token","value":"{{your token}}"}],"variable":[]}},"response":[{"id":"dfe531c3-07b2-4fc0-9c19-47e7487d5bca","name":"Example Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n        \"transactional_lead_id\": 1234,\n        \"answered\": false,\n        \"dialer\": \"Dialer-name\",\n        \"call_detail1\": \"Busy\",\n        \"call_date\": \"2023-05-22T16:50:45Z\",\n\t\t\"call_duration_time\": \"00:17:15\",\n\t\t\"operator\": \"Operator name\",\n\t\t\"id_dialer_call\": \"123-ABC\",\n        \"call_type\": \"PREDICTIVE\",\n        \"phone_number\": \"11999999999\"\n\t},\n\t{\n        \"transactional_lead_id\": 5678,\n        \"answered\": false,\n        \"dialer\": \"Dialer-name\",\n        \"call_detail1\": \"Fax Machine\",\n        \"call_date\": \"2023-05-22T19:50:45Z\",\n\t\t\"call_duration_time\": \"00:07:10\",\n\t\t\"operator\": \"Operator name\",\n\t\t\"id_dialer_call\": \"id-111\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/lead/dialer?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","lead","dialer"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"successfully_processed\": 2,\n    \"processing_failure\": 0,\n    \"items_failed\": []\n}"},{"id":"6732f185-72b3-4b6c-9488-b132bf5befbd","name":"Example Success and Failure","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-caller-agency","value":"{{caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n        \"transactional_lead_id\": 1234,\n        \"answered\": false,\n        \"dialer\": \"Dialer-name\",\n        \"call_detail1\": \"Busy\",\n        \"call_date\": \"2023-05-22T16:50:45Z\",\n\t\t\"call_duration_time\": \"00:17:15\",\n\t\t\"operator\": \"Operator name\",\n        \"call_type\": \"PREDICTIVE\",\n\t\t\"id_dialer_call\": \"123-ABC\"\n\t},\n\t{\n        \"transactional_lead_id\": 11111,\n        \"answered\": false,\n        \"dialer\": \"Dialer-name\",\n        \"call_detail1\": \"Fax Machine\",\n        \"call_date\": \"2023-05-22T19:50:45Z\",\n\t\t\"call_duration_time\": \"00:07:10\",\n\t\t\"operator\": \"Operator name\",\n        \"call_type\": \"ACTIVE\",\n\t\t\"id_dialer_call\": \"id-111\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/lead/dialer?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","lead","dialer"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Multi-Status","code":207,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"successfully_processed\": 1,\n    \"processing_failure\": 1,\n    \"items_failed\": [\n        {\n            \"item_position\": 2,\n            \"request\": {\n                \"transactional_lead_id\": 11111,\n                \"answered\": false,\n                \"dialer\": \"Dialer-name\",\n                \"call_detail1\": \"Fax Machine\",\n                \"call_date\": \"2023-05-22T19:50:45Z\",\n                \"call_duration_time\": \"00:07:10\",\n                \"operator\": \"Operator name\",\n                \"id_dialer_call\": \"id-111\"\n            },\n            \"error_message\": \"Lead not found.\"\n        }\n    ]\n}"},{"id":"5d9d39b6-0441-4062-a39b-3a52d5dce77f","name":"Example Success with optional fields","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"[\n\t{\n        \"transactional_lead_id\": 123,\n        \"answered\": true,\n        \"dialer\": \"Test\",\n        \"call_detail1\": \"TEST\",\n        \"call_detail2\": \"Test - detail 2\",\n        \"call_date\": \"2023-05-03T10:51:33Z\",\n        \"call_duration_time\": \"00:10:01\",\n        \"operator\": \"Test operator\",\n        \"id_dialer_call\": \"123-ABC\",\n        \"call_type\": \"PREDICTIVE\",\n        \"phone_number\": \"11999999999\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/lead/dialer?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","lead","dialer"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"successfully_processed\": 1,\n    \"processing_failure\": 0,\n    \"items_failed\": []\n}"}],"_postman_id":"668b77dd-67ef-4c4b-829e-c583cc8ef262"},{"name":"Get All Actives Campains By Caller Id","id":"8b42119d-05be-4024-bab3-e8453cecc3e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/lead/campaigns/active?access_token={{your token}}","description":"<p>Endpoint responsible for listing all active campaigns by caller id.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead","campaigns","active"],"host":["api","mercadopago","com"],"query":[{"key":"access_token","value":"{{your token}}"}],"variable":[]}},"response":[{"id":"3f5a1877-c01b-4439-835f-ffe91dbd1e19","name":"Success","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/lead/campaigns/active?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","lead","campaigns","active"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Apr 2023 12:02:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"eaad901d-38f5-4c43-b5bf-e117db74cb4c"},{"key":"x-b3-traceid","value":"6e071939a1a0fb97"},{"key":"x-b3-spanid","value":"6e071939a1a0fb97"},{"key":"x-trace-digest-14","value":"fhO/yFSicQFuJ9zDD9NGWOflKKrXSvtj5Q9rZNvO+yYR5VLLahi5gPUBO3QB8AspWilN/APdWwAGU8nEwWAFob2/P+vIO+B+tu5EBOzdOEAYI77JUfNYfSV43mCBpnLh"},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0acdd43c8e4060bfa-10.54.28.46"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"corporate\"\n    },\n    {\n        \"name\": \"corporate_mgc\"\n    },\n    {\n        \"name\": \"cx_acquisition\"\n    },\n    {\n        \"name\": \"exp_marketplace_linkdepago_lolo\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230320_smb\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230323_smb\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230324_smb\"\n    },\n    {\n        \"name\": \"exp_scraping_baseretail_20230411_smb\"\n    },\n    {\n        \"name\": \"expcargamanual_retro_webforms_recupero_ago_nov_20230307_smb\"\n    },\n    {\n        \"name\": \"expcargamanual_retro_webforms_recupero_ago_nov_20230313_smb\"\n    },\n    {\n        \"name\": \"expcargamanual_webforms_landing_smb_errolt_20230314_smb\"\n    },\n    {\n        \"name\": \"ml_buy_intention_pos\"\n    },\n    {\n        \"name\": \"ml_buy_intention_store\"\n    },\n    {\n        \"name\": \"ml_buy_intention_store_charge\"\n    },\n    {\n        \"name\": \"op_checkouts\"\n    },\n    {\n        \"name\": \"op_compra_protegida\"\n    },\n    {\n        \"name\": \"op_credencial_smb\"\n    },\n    {\n        \"name\": \"op_developers\"\n    },\n    {\n        \"name\": \"op_hunting_checkout\"\n    },\n    {\n        \"name\": \"op_hunting_cobrar_online\"\n    },\n    {\n        \"name\": \"op_hunting_link_de_pago\"\n    },\n    {\n        \"name\": \"op_hunting_shopify\"\n    },\n    {\n        \"name\": \"op_hunting_woo_commerce\"\n    },\n    {\n        \"name\": \"op_storeleads\"\n    },\n    {\n        \"name\": \"recupero_boleto\"\n    },\n    {\n        \"name\": \"recupero_chop\"\n    },\n    {\n        \"name\": \"recupero_chop_mgm\"\n    },\n    {\n        \"name\": \"recupero_chop_minichip\"\n    },\n    {\n        \"name\": \"recupero_chop_mininfc\"\n    },\n    {\n        \"name\": \"recupero_chop_pix\"\n    },\n    {\n        \"name\": \"recupero_chop_pro\"\n    },\n    {\n        \"name\": \"recupero_chop_smart\"\n    },\n    {\n        \"name\": \"recupero_chop_tele\"\n    },\n    {\n        \"name\": \"recupero_landing\"\n    },\n    {\n        \"name\": \"recupero_landing_mgm\"\n    },\n    {\n        \"name\": \"recupero_landing_minichip\"\n    },\n    {\n        \"name\": \"recupero_landing_mininfc\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto_low\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto_top\"\n    },\n    {\n        \"name\": \"recupero_landing_multiproducto_unkn\"\n    },\n    {\n        \"name\": \"recupero_landing_pro\"\n    },\n    {\n        \"name\": \"recupero_landing_smart\"\n    },\n    {\n        \"name\": \"recupero_landing_smb\"\n    },\n    {\n        \"name\": \"webforms_landingLT_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingLT_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_both_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_both_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_instore_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_instore_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_lolo_recupero_chop\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_online_lolo\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_online_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_smb\"\n    },\n    {\n        \"name\": \"webforms_landingSMB_smb_recupero_chop\"\n    },\n    {\n        \"name\": \"xs_new_seller_qr\"\n    }\n]"}],"_postman_id":"8b42119d-05be-4024-bab3-e8453cecc3e0"},{"name":"New Case","id":"6f6c4c28-9c1f-44cf-9a8c-cf2ebc19a6a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n      \"lead\": {\n        \"site_id\": \"MLB\",\n        \"first_name\": \"Teste\",\n        \"last_name\": \"Someone\",\n        \"mail\": \"testmarotta@gmail.com\",\n        \"phone\": \"(31) 09999-9999\",\n        \"campaign\": \"recupero_boleto\",\n        \"agency\": 1,\n        \"user_ldap\": \"operatorLdap\"\n    },\n    \"search_type\": \"EMAIL\",\n    \"user_query\": \"test@gmail.com\",\n    \"comment\": \"test\",\n    \"user_crm\": \"operatorLdap\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/cases?access_token={{token-int}}","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<p>This endpoint facilitates the automation of open cases in CX One. When this endpoint is used, the case automatically appears on the operator's screen in CX One, eliminating the need to manually copy the lead ID into CX and open the case.</p>\n<p><strong>Open case for leads from Leads Batch:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"lead_id\": 99,\n    \"search_type\": \"EMAIL\",\n    \"user_query\": \"test@gmail.com\",\n    \"comment\": \"comment\",\n    \"user_crm\": \"operadorLdap\"\n}\n\n</code></pre>\n<p><strong>Open case and create a new lead:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n      \"lead\": {\n        \"site_id\": \"MLB\",\n        \"first_name\": \"Test\",\n        \"last_name\": \"Someone\",\n        \"mail\": \"test@gmail.com\",\n        \"phone\": \"(31) 09999-9999\",\n        \"campaign\": \"recupero_boleto\",\n        \"agency\": agency_id,\n        \"user_ldap\": \"operadorLdap\"\n    },\n    \"search_type\": \"EMAIL\",\n    \"user_query\": \"test@gmail.com\",\n    \"comment\": \"test\",\n    \"user_crm\": \"operadorLdap\"\n}\n\n</code></pre>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","cases"],"host":["api","mercadopago","com"],"query":[{"key":"access_token","value":"{{token-int}}"}],"variable":[]}},"response":[],"_postman_id":"6f6c4c28-9c1f-44cf-9a8c-cf2ebc19a6a6"},{"name":"Leads - Create New Lead","id":"4d621bff-630c-4746-ad52-386fb9681a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"487246962"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"site_id\": \"MLB\",\n    \"first_name\": \"Wendy\",\n    \"last_name\": \"Balistreri\",\n    \"mail\": \"Nettie.Rempel56@gmail.com\",\n    \"phone\": \"685-708-9761\",\n    \"agency\": 487246962,\n    \"activity\": \"hunting\",\n    \"campaign\": \"recupero_chop\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/lead","description":"<p>This endpoint will generate a new lead for a given agency, informed on body params.</p>\n<p>Body can contain only the following params, all mandatory:</p>\n<p><code>site_id</code>: site corresponding to the lead. Values can be \"MLB\", \"MLA\", \"MLM\" and \"MLC\"<br /><code>first_name</code>: Indicates the first name that will be assigned to the lead<code>last_name</code>: Indicates the last name that will be assignet to the lead<br /><code>mail</code>: indicates the email that will be assigne to the lead<br /><code>phone</code>: indicates the phone that will be assigne to the lead<br /><code>agency</code>: indicates the agency that will receive the lead. The field must be filled with information from x-caller-agency</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"ed17cbcc-2340-4b9d-b4dd-d82d3a043947","name":"Success","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"487246962"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"site_id\": \"MLB\",\n    \"first_name\": \"Braden\",\n    \"last_name\": \"Barton\",\n    \"mail\": \"Waino.Kulas18@hotmail.com\",\n    \"phone\": \"231-719-1586\",\n    \"agency\": 487246962,\n    \"activity\": \"hunting\",\n    \"campaign\": \"recupero_chop\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/lead"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Oct 2024 19:28:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"741580dc-906f-44a1-a0c9-19840ec87e65"},{"key":"x-trace-digest-98","value":"aMQ3uce3297KRqvK1OHFyEehV25973q881wnc_H4Bf3Bn2Op6GirODsojxUEV-PXyB0TBCMR84uYwvnKJQOBisgMlX-A1rQRhp_t6RxzNmyPxBHwAXRlWSQIn6VLuTDMz-pJjqIYj93qMZSG9i0KYw"},{"key":"x-fury-user","value":"artaraujo"},{"key":"x-b3-traceid","value":"f988d3c47b37a068"},{"key":"x-b3-spanid","value":"8def9b2a5c30bb63"},{"key":"x-b3-sampled","value":"0"},{"key":"content-encoding","value":"gzip"},{"key":"x-api-server-segment","value":"default"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0c82df57cfa37619a-10.54.28.189"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 35942329\n}"}],"_postman_id":"4d621bff-630c-4746-ad52-386fb9681a86"},{"name":"Update Lead","id":"2e32d4ce-4a69-4287-a49d-b476841e8aa7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ticket_id\": \"11\",\n    \"sub_bot_id\": \"11\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/lead/{{lead-id}}/update-lead","description":"<p>This endpoint updates the information of a lead.</p>\n<p><code>lead_id</code> (NUMBER) is the ID of the lead you want to update. The request includes the <code>x-caller-agency</code> header for authentication and a JSON payload with the following fields:</p>\n<ul>\n<li><p><code>ticket_id</code>: (STRING)</p>\n</li>\n<li><p><code>sub_bot_id</code>: (STRING)</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["tlv-integration","lead","{{lead-id}}","update-lead"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"5ded1f66-cd0b-4888-81a7-635f93e73b11","name":"Update Lead","originalRequest":{"method":"PATCH","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"ticket_id\": \"11\",\n    \"sub_bot_id\": \"11\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/lead/{{lead-id}}/update-lead"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"2e32d4ce-4a69-4287-a49d-b476841e8aa7"}],"id":"f21578a8-927b-40b2-b398-e38cfe244e88","description":"<p>This API distribute leads to the registered agencies. The distribution rules are defined for the Mercado Pago business area. The leads work the following way:</p>\n<ol>\n<li>The leads available for consulting are updated in intervals of 1 hour.</li>\n<li>The leads are distributed on batches, that groups all the new leads(not searched yet) at a given time. Also, it is possible to recover any batch as a snapshot of a given search.</li>\n<li>It is necessary to have an identifier of the agencies in the header (<code>X-Caller-Id</code>) to identify this agency as valid in relation to the potential clients consulted</li>\n<li>To register an agency identifier, you need to enter in contact with the team: (<a href=\"mailto:ayuda-point-tlv@mercadolivre.com\"><strong>ayuda-point-tlv@mercadolivre.com</strong></a>)</li>\n</ol>\n","_postman_id":"f21578a8-927b-40b2-b398-e38cfe244e88"},{"name":"External Seller","item":[{"name":"New Intent - Aquisition","id":"b84d646e-a449-4a8e-9de5-0d4243a4448e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"lead_id\": \"number\",\n    \"coupon_code\": \"string\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": \"number\",\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"neighborhood\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>(there's available a example request with the required fields):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"coupon_code\": \"string\",\n    \"operator\": {\n        \"id\": \"number\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\"\n    }\n}\n\n</code></pre>\n<p><code>qtd:</code> This field is used to inform the number of device quantities. But it has default values for each device. To find out what they are, run this CURL below or check the Get Quantity Device endpoint documentation :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location 'https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&amp;deviceId={{deviceId}}'\n\n</code></pre><p>If the value is not informed, the intent will be created with the default value, which is 1.</p>\n<p><code>strategy:</code> The <code>strategy</code> values allowed to create a intent:<br /><code>adq</code> - Aquisição</p>\n<p><code>device</code>: Insert the Id of <code>device</code>.</p>\n<p><code>coupon_code:</code> Insert the <code>coupon</code>.</p>\n<p><code>operator</code>: The field <code>id</code> is required, but the fields <code>name</code> and <code>phone</code> aren't required</p>\n<p><code>customer</code>: Insert of data of <code>customer</code></p>\n<p><code>lead_id</code>: Insert the lead id.</p>\n<p><code>internal_metadata</code>: Used to make tracking and inform UTM, like <code>utm_campaign,</code> <code>utm_seller, utm_segment, utm_subsegment and utm_id_trans_lead</code>.</p>\n<ul>\n<li><p>A new param should be sent in the <code>internal_metadata</code>. This param is called <code>channel</code> and indicates the lead's origin. It accepts two values:</p>\n<ul>\n<li><p>TELEVENTAS_HUNTING: for hunting leads</p>\n</li>\n<li><p>TELEVENTAS_FARMING: for farming leads</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:<br /><code>\"channel\": \"TELEVENTAS_HUNTING\"</code></p>\n<p>To create intents with <code>addresses</code> for <strong>MLC</strong> is necessary to provide the State ID and City ID whose can be obtained through those two endpoints:</p>\n<h4 id=\"1-get-states\"><strong>1. Get States</strong></h4>\n<p>Endpoint:</p>\n<p><code>https://api.mercadopago.com/tlv-integration/external-seller/api/states/CL</code></p>\n<p>The above endpoint returns a list of states along with their corresponding IDs. The IDs obtained from this endpoint should be used when creating intents.</p>\n<h4 id=\"2-get-cities\">2. Get Cities</h4>\n<p>Endpoint:</p>\n<p><code>https://api.mercadopago.com/tlv-integration/external-seller/api/cities/CL-AI</code></p>\n<p>This endpoint returns a list of cities within a specific state (identified by the states.id). Similar to the Get States endpoint, the IDs returned by this endpoint are crucial for creating intents with addresses.To create an intent with an address, you need to include the following information in the request payload:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"address\": {\n    \"contact\": \"Contact name\",\n    \"floor\": \"2a\",\n    \"between\": \"between\",\n    \"reference\": \"reference\",\n    \"street_name\": \"street_name\",\n    \"street_number\": \"1\",\n    \"state\": \"CL-AI\",\n    \"city\": \"Q0wtQUlQdWVydG8gQ2lzbmVz\"\n}\n\n</code></pre>\n<p>Ensure that the State ID (state) and City ID (city) provided in the payload match exactly with the IDs returned by the respective endpoints (Get States and Get Cities).</p>\n<p>OBS:<br />- Mustn't insert a <code>email</code> with domain Mercado Livre.<br />- It can insert a <code>email</code> that wasn't registration in Mercado pago.<br />- The field <code>phone</code> became required when <code>address</code> is inserted of request.- The field <code>device</code> must be the same country (site id) of the <code>email.</code><br />- If <code>address</code> wasn't inserted, it will available during the checkout.</p>\n<h2 id=\"optional-fields\">Optional fields:</h2>\n<p><code>send_communication</code>: It's a boolean that determines if the value was true, it'll send the communication to user.</p>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","intent","new"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"d3328d84-a1b9-469e-8843-304bfefe6524","name":"Example - Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"b061d45f-eb9c-4858-8bc4-f9eaf780be60"},{"key":"x-b3-traceid","value":"6580f782c62a4935"},{"key":"x-b3-spanid","value":"6580f782c62a4935"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"V9kKnh01G3HUpJq1qCtVZO/ekwnV/QY9IDuM6BkxNSDa2UB9uxQ5lkrDzx74L08Z6XhMH+EaLsrVOErC3Nzr371pbHxVlXLj2l94GQPzgOw7td4CAXBSdcCRWDEL3Vtd"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-906a3c08-42fc-438d-9bc0-a628f684c73e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-906a3c08-42fc-438d-9bc0-a628f684c73e&webview=true\",\n    \"short_url\": \"http://mpago.li/1JGEtHL\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"50a3cd50-c8e1-4a0b-8a9a-d11b47225628","name":"Example - Phone Customer","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"ed58195a-cac2-492a-9838-f0cae1b9f609"},{"key":"x-b3-traceid","value":"33e2dd3aefa68349"},{"key":"x-b3-spanid","value":"33e2dd3aefa68349"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"iaiYerjkg9X9wQ2vcR0EdRFd+Lzv35lUoWrV1RE9DnxLzH5SaSuMIcEpfQMgFTbPQF3Zvc0gbcZTi7d2V3NNviDFjzQ4Stmn7qaiCf8Hd/i4OFHBTJiDanCXCA6FcTGg"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-f8a00922-26ac-4364-8938-30ab65290cc5\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-f8a00922-26ac-4364-8938-30ab65290cc5&webview=true\",\n    \"short_url\": \"http://mpago.li/1V19jnW\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"69cd48c9-82ad-488d-acd1-8676c2b62c53","name":"Example - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"797700c0-14bd-4fdc-9a54-62007908562b","name":"Example - Send Communication","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"84c4e0e9-b987-4a18-8768-84ddb1a5ff71"},{"key":"x-b3-traceid","value":"161ac6c3580b4269"},{"key":"x-b3-spanid","value":"161ac6c3580b4269"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"ijNssHg3kHc3/HvkqI9B+0drzsT7Ccm2hF/GWqbWcxYOdAJ6I5I1evgkuPLujWcoTFjQ5pxQskvSL50Vbv9mk8u/y14ElwkVZHCTF8JBIaJ11FNreWBcjQgh6IYQpBM6"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-8c897020-5973-45ec-98ea-a83752cee57d\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-8c897020-5973-45ec-98ea-a83752cee57d&webview=true\",\n    \"short_url\": \"http://mpago.li/325z75f\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"065a64b7-015b-47c7-8e96-8c85df131e56","name":"Example - Lead_ID","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"lead_id\": \"759303666\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"1aaf7a33-4047-41b4-81ee-5c450547c4cf"},{"key":"x-b3-traceid","value":"b51028faeeaf21d7"},{"key":"x-b3-spanid","value":"b51028faeeaf21d7"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"Z2Gp27gGEO6edWjV+d59bCtu3dWoDK/tyMDi25F8Nk4xK/7nKqL/n+yiPW5lpsVb8IkZ11ukYw+0LfSiIbQgiptXdzgFc9J/dNR8H0mdvjLMzo8DSwoFGN2aHibQOqF2"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-82b296aa-a3ce-477a-bb07-53857e7275f7\",\n    \"lead_id\": \"759303666\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-82b296aa-a3ce-477a-bb07-53857e7275f7&webview=true\",\n    \"short_url\": \"http://mpago.li/1ux4q6G\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"ae9c73c8-2da7-4842-bde9-776f122419ae","name":"Example Error - Request without Email, operator_ID and Coupon_Code","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"send_communication\": \"false\",\n    \"operator\": {\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"access_token","value":"TEST-1798052435851913-051019-278c1a372999db6218a7c772e1c2026b-1121464253","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6cb8b54e-0d8d-443e-ac50-5e90c0c37e8c"},{"key":"x-b3-traceid","value":"04651dd0037e574d"},{"key":"x-b3-spanid","value":"04651dd0037e574d"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"6drgZo1G5nS0StyMZs/WhK94w024Jr8NU+Z2FyryukioZiuWdgeWplpqb26o/HdEHxG4CLN4b9TzoYP/txvTT9NiCnbkFe0otfdt8tIDR34+BVP0udGvs1ek3YrNw6jj"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"the mandatory fields wasn't informed\",\n    \"status\": 400,\n    \"fields_missing\": [\n        \"code\",\n        \"id\",\n        \"email\"\n    ]\n}"},{"id":"e9c09681-cbbe-4e9c-b7bc-8b12cb3deaa3","name":"Example - Quantity of Devices Copy","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 20,\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 May 2023 20:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"91cf9db9-1afa-4f6c-a54b-345040822bef"},{"key":"x-fury-user","value":"athsousa"},{"key":"x-b3-traceid","value":"babd30218b10b88d"},{"key":"x-b3-spanid","value":"babd30218b10b88d"},{"key":"x-trace-digest-03","value":"GDKvMDzUsDJNA5+TecXj+NyaX5iCJYZKlK8/hf88fJB+Vrdqsv2aGMYILzu93/+MqV1Tm8F2y+cLO3I+DfMeB0kNmcXxejZURFV3Q89WhNBwU7du4Yzer5PtoOBsWym23ID3wfON0Pfpp85SZNq4LA=="},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0410c099a3ea97768-10.54.28.52"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"short_url\": \"http://mpago.li/2P5CJXz\",\n    \"cust_id\": \"1182516859\",\n    \"user_type\": \"registered\",\n    \"is_email_sent\":true\n}"},{"id":"eb7b5d22-ec80-458d-8b6e-faac75ab090d","name":"Example - [MLA] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"B1828\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"Buenos Aires\",\n            \"street_name\": \"Domingo French \",\n            \"street_number\": \"702\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Gral. Arenales\",\n            \"between\": \"Gral. Arenales e Granaderos\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.ar/point/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"1dec5354-5826-4640-a31e-81a1b8018691","name":"Example - [MLB] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"contact\": \"Ricardo Fox\",\n            \"zip_code\": \"05145200\",\n            \"neighborhood\": \"Chácara Inglesa\",\n            \"street_name\": \"Av. Raimundo Pereira de Magalhães\",\n            \"street_number\": \"3622\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\"\n        }\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"58086c72-6afc-4c58-9b91-7829ef19de9e","name":"Example - [MLM] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"06100\",\n            \"contact\": \"Arturo\",\n            \"city\": \"Cidade do México\",\n            \"street_name\": \"Avenida México\",\n            \"street_number\": \"163\",\n            \"floor\": \"2\",\n            \"reference\": \"Mercado\",\n            \"between\": \"Eje 1 norte\",\n            \"internal_numnber\": \"120\"\n        }\n    }\n}\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.mx/point/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"e31230d4-752f-4f3a-80ec-a7bd54fd5876","name":"Example - [MLC] - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": \"101\",\n    \"coupon_code\": \"POINT_ORG\",\n    \"lead_id\": \"56445326\",\n    \"operator\": {\n        \"id\": \"1\"\n    },\n    \"customer\": {\n        \"email\": \"iren8698@uorak.com\",\n        \"name\": \"usermlbpremium\",\n        \"phone\": \"227318337\",\n        \"address\": {\n            \"contact\": \"Juan Manuel Blanco\",\n            \"floor\": \"2a\",\n            \"between\": \"Santa Fe\",\n            \"reference\": \"Rua se\",\n            \"street_name\": \"araoz\",\n            \"street_number\": \"2938\",\n            \"state\":  \"CL-AI\",\n            \"city\": \"Q0wtQUlQdWVydG8gQ2lzbmVz\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_seller\": \"cl-holdtech\",\n        \"utm_campaign\":\"op_hunting_cobrar_online\",\n        \"utm_id_trans_lead\": \"32354761\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.cl/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"}],"_postman_id":"b84d646e-a449-4a8e-9de5-0d4243a4448e"},{"name":"New Intent - Batch","id":"2f17350e-904d-4196-89ce-56616b436b88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"},{"key":"Authorization","value":"Bearer {{your token}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"devices\": [1,2,3,4],\n    \"lead_id\": \"number\",\n    \"coupon_code\": \"string\",\n    \"send_communication\": \"boolean\",\n    \"operator\": {\n        \"id\": \"number\",\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\",\n            \"neighborhood\": \"string\",\n            \"internal_number\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new/batch","description":"<p>This endpoint allows you to send an array of device IDs, and for each of these IDs, the intents will be created. This endpoint follows the <strong>same validations as the single-generation endpoint and accepts the same parameters.</strong></p>\n<p>The difference between this endpoint and the one that generates only a single intent is that it expects to receive the parameter <code>devices</code> instead of <code>device</code>.</p>\n<p>The parameter <code>devices</code> is an array of device IDs. Exemple:</p>\n<p><code>devices: [28,35]</code></p>\n<p>It will create a list of intents for each of these devices, with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"short_url\": \"http://mpago.li/2cLRPfc\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 28,\n        \"is_email_sent\": true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"short_url\": \"http://mpago.li/2mFo1PU\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 35,\n        \"is_email_sent\": true\n    }\n]\n\n</code></pre>\n<p>The possible status codes for the response are:</p>\n<ul>\n<li><p>201 Created: When all intents have been created.</p>\n</li>\n<li><p>206 Partial success: when at least one intent was successfully created, but one or more encountered an error.</p>\n</li>\n<li><p>400 Bad Request: None of the items were successfully created due to errors.</p>\n</li>\n</ul>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","intent","new","batch"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"c576da87-a463-4a33-a8e9-c193b6f3aec7","name":"Exemple - Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"},{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{your token}}"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"devices\": [28, 35, 144],\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new/batch"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 22:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"4ba70237-8157-4208-bdaf-46a07f75e85c"},{"key":"x-fury-user","value":"maveloso"},{"key":"x-b3-traceid","value":"24fb176700d4b4bc"},{"key":"x-b3-spanid","value":"adf57c8e59d77498"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-38","value":"BfhDJ16LuCENLHLJxpU9YWXeR9E1DhpnXiEb5SCmIFfjwU7gtZ8IK0TMp9ggFL3lbxZGTDoWtNy88VYc5Cy2cIygRsyazXcRcRXOqbzt-H4u4jYHM47IlTSF4gVPM8SA3Y3TK97_GMx9xgc8JdkomQ"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0857d56531dcc2db8-10.54.28.239"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=487246962-09e1ff63-960b-4ced-9a42-a6f55784d0ae\",\n        \"short_url\": \"http://mpago.li/2cLRPfc\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 28,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=487246962-31ab34b0-99ba-4e18-82c1-4425608950b7\",\n        \"short_url\": \"http://mpago.li/2mFo1PU\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 35,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-53e836a5-4072-4489-a22e-c18e4d92542c\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=487246962-53e836a5-4072-4489-a22e-c18e4d92542c\",\n        \"short_url\": \"http://mpago.li/2wZkv1P\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 144,\n        \"is_email_sent\":true\n    }\n]"},{"id":"2189d082-8158-4b51-8fb5-798f4dc81d0d","name":"Example - Response Partial Content","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"devices\": [21, 28, 35, 144],\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new/batch"},"status":"Partial Content","code":206,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 22:48:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"9f289ea5-785d-4d38-92df-c0260fe584dd"},{"key":"x-fury-user","value":"maveloso"},{"key":"x-b3-traceid","value":"89fb4a7bbe20a786"},{"key":"x-b3-spanid","value":"1d57c2ef3ea2ecb9"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-38","value":"IJW9oPZzWGFY-BUdYZQXXmcuZgG4kCOkFFs6fuUmg9BPckqPnPmYQFmuF16tzZKZM-xF1ZfOxg3gCaHYgiGqeY9HeO4hQUW4DUZj7GhsBe12zBv9tRCTwNrd7RY44Efj3KWQP0Yz-SYItR_b7YYhHw"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0081d9801c285ff39-10.54.28.157"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"status\": \"400\",\n        \"message\": \"Invalid discount code or label point_mini_chip--tele_2021. Check if the coupon is allowed for the origin televentas and device 21\",\n        \"device_id\": 21\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-0a6401ad-ee92-4209-8993-0f594f278cce\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=487246962-0a6401ad-ee92-4209-8993-0f594f278cce\",\n        \"short_url\": \"http://mpago.li/18Mq4sn\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 28,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-5ab7e120-315c-4152-b455-62fc05d98224\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=487246962-5ab7e120-315c-4152-b455-62fc05d98224\",\n        \"short_url\": \"http://mpago.li/1TERWGU\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 35,\n        \"is_email_sent\":true\n    },\n    {\n        \"status\": \"200\",\n        \"message\": \"Intent saved successfully\",\n        \"intent_id\": \"487246962-b105b7f3-18e5-457e-b389-b19129e3ccbe\",\n        \"user_url\": \"https://www.mercadopago.com.br/point/external-seller/public/intent?intent_id=487246962-b105b7f3-18e5-457e-b389-b19129e3ccbe\",\n        \"short_url\": \"http://mpago.li/1wQyhpq\",\n        \"cust_id\": \"1182516859\",\n        \"user_type\": \"registered\",\n        \"device_id\": 144,\n        \"is_email_sent\":true\n    }\n]"},{"id":"1db98b45-21a4-4209-9cb3-64108b60f998","name":"Example Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"devices\": [21, 28, 35, 144],\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"test_user_95987113@testuser.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new/batch"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Sep 2024 22:49:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"10714add-8a96-47ed-8065-847dbac8ac99"},{"key":"x-fury-user","value":"maveloso"},{"key":"x-b3-traceid","value":"f2e9dd827152c044"},{"key":"x-b3-spanid","value":"032713491af3bc5a"},{"key":"x-b3-sampled","value":"1"},{"key":"x-trace-digest-38","value":"KCMdjrI88DQv7EhXZpUXIdAcl-qCkHbLWpeM3c91W50u2ooCmM7OtAj0k2CjL7FFR4HQPWSQ-x5sCe7BHQmrU9tAlAmyW8kHCIOQfn1TW2Ykyp25jlCZg5Ilh1cojihUUAg3xgGGa6L8bNgwR5KI3w"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0081d9801c285ff39-10.54.28.157"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"{\\\"message\\\":[{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_mini_chip--tele_2021. Check if the coupon is allowed for the origin televentas and device 21\\\"},{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_pro_2--tele_2021. Check if the coupon is allowed for the origin televentas and device 28\\\"},{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_mini_newland_nfc--tele_2021. Check if the coupon is allowed for the origin televentas and device 35\\\"},{\\\"status\\\":400,\\\"message\\\":\\\"Invalid discount code or label point_smart2--tele_2021. Check if the coupon is allowed for the origin televentas and device 144\\\"}],\\\"status\\\":400,\\\"reasons\\\":[{\\\"message\\\":\\\"Request failed with status code 400\\\"}]}\",\n    \"status\": 400\n}"}],"_postman_id":"2f17350e-904d-4196-89ce-56616b436b88"},{"name":"New Intent - Aquisition - Combos","id":"f2e0ae8a-7475-41b9-974e-a73e6a7e893c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"lead_id\": \"number\",\n    \"coupon_code\": \"string\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": \"number\",\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"neighborhood\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"plan\": \"nome do plano\",\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<p>Plans can only go up from 1 to 4. Each option describes a type of plan, and must be included on <code>internal_metadata</code> attribute <code>\"plan\"</code> as described on the examples. The possible values are:</p>\n<ul>\n<li><p><code>plano_1</code> -&gt; Básico</p>\n</li>\n<li><p><code>plano_2</code> -&gt; À Vista</p>\n</li>\n<li><p><code>plano_3</code> -&gt; Parcelado</p>\n</li>\n<li><p><code>plano_4</code> -&gt; Promocional</p>\n</li>\n</ul>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>(there's available a example request with the required fields):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"coupon_code\": \"string\",\n    \"operator\": {\n        \"id\": \"number\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\"\n    }\n}\n\n</code></pre>\n<p><code>qtd:</code> This field is used to inform the number of device quantities. But it has default values for each device. To find out what they are, run this CURL below or check the Get Quantity Device endpoint documentation :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location 'https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&amp;deviceId={{deviceId}}'\n\n</code></pre><p>If the value is not informed, the intent will be created with the default value, which is 1.</p>\n<p><code>strategy:</code> The <code>strategy</code> values allowed to create a intent:<br /><code>adq</code> - Aquisição</p>\n<p><code>device</code>: Insert the Id of <code>device</code>.</p>\n<p><code>coupon_code:</code> Insert the <code>coupon</code>.</p>\n<p><code>operator</code>: The field <code>id</code> is required, but the fields <code>name</code> and <code>phone</code> aren't required</p>\n<p><code>customer</code>: Insert of data of <code>customer</code></p>\n<p><code>lead_id</code>: Insert the lead id.</p>\n<p><code>internal_metadata</code>: Used to make tracking and inform UTM, like <code>utm_campaign,</code> <code>utm_seller, utm_segment, utm_subsegment and utm_id_trans_lead</code>.</p>\n<ul>\n<li><p>A new param should be sent in the <code>internal_metadata</code>. This param is called <code>channel</code> and indicates the lead's origin. It accepts two values:</p>\n<ul>\n<li><p>TELEVENTAS_HUNTING: for hunting leads</p>\n</li>\n<li><p>TELEVENTAS_FARMING: for farming leads</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:<br /><code>\"channel\": \"TELEVENTAS_HUNTING\"</code></p>\n<p>OBS:<br />- Mustn't insert a <code>email</code> with domain Mercado Livre.<br />- It can insert a <code>email</code> that wasn't registration in Mercado pago.<br />- The field <code>phone</code> became required when <code>address</code> is inserted of request.- The field <code>device</code> must be the same country (site id) of the <code>email.</code><br />- If <code>address</code> wasn't inserted, it will available during the checkout.</p>\n<h2 id=\"optional-fields\">Optional fields:</h2>\n<p><code>send_communication</code>: It's a boolean that determines if the value was true, it'll send the communication to user.</p>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","intent","new"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"e2c54c78-747a-4a77-87cd-b03a5a5dcd5b","name":"Example - Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"plan\": \"plano_1\",\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"b061d45f-eb9c-4858-8bc4-f9eaf780be60"},{"key":"x-b3-traceid","value":"6580f782c62a4935"},{"key":"x-b3-spanid","value":"6580f782c62a4935"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"V9kKnh01G3HUpJq1qCtVZO/ekwnV/QY9IDuM6BkxNSDa2UB9uxQ5lkrDzx74L08Z6XhMH+EaLsrVOErC3Nzr371pbHxVlXLj2l94GQPzgOw7td4CAXBSdcCRWDEL3Vtd"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-906a3c08-42fc-438d-9bc0-a628f684c73e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-906a3c08-42fc-438d-9bc0-a628f684c73e&webview=true\",\n    \"short_url\": \"http://mpago.li/1JGEtHL\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"f538e7e2-0ce2-48b8-b7ae-397480b90b96","name":"Example - Phone Customer","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\"\n    },\n    \"internal_metadata\": {\n        \"plan\": \"nome do plano\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"ed58195a-cac2-492a-9838-f0cae1b9f609"},{"key":"x-b3-traceid","value":"33e2dd3aefa68349"},{"key":"x-b3-spanid","value":"33e2dd3aefa68349"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"iaiYerjkg9X9wQ2vcR0EdRFd+Lzv35lUoWrV1RE9DnxLzH5SaSuMIcEpfQMgFTbPQF3Zvc0gbcZTi7d2V3NNviDFjzQ4Stmn7qaiCf8Hd/i4OFHBTJiDanCXCA6FcTGg"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-f8a00922-26ac-4364-8938-30ab65290cc5\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-f8a00922-26ac-4364-8938-30ab65290cc5&webview=true\",\n    \"short_url\": \"http://mpago.li/1V19jnW\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"2ec7e812-58ac-4e89-ab0c-6c7d3a47e20f","name":"Example - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\n    \"internal_metadata\": {\n        \"plan\": \"nome do plano\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"d3bc931b-64cc-4319-8e3b-158f3e67be72","name":"Example - Send Communication","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"plan\": \"nome do plano\",\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"84c4e0e9-b987-4a18-8768-84ddb1a5ff71"},{"key":"x-b3-traceid","value":"161ac6c3580b4269"},{"key":"x-b3-spanid","value":"161ac6c3580b4269"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"ijNssHg3kHc3/HvkqI9B+0drzsT7Ccm2hF/GWqbWcxYOdAJ6I5I1evgkuPLujWcoTFjQ5pxQskvSL50Vbv9mk8u/y14ElwkVZHCTF8JBIaJ11FNreWBcjQgh6IYQpBM6"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-8c897020-5973-45ec-98ea-a83752cee57d\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-8c897020-5973-45ec-98ea-a83752cee57d&webview=true\",\n    \"short_url\": \"http://mpago.li/325z75f\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"3a9d79ff-3291-4cd7-ba26-ce3176df4b8e","name":"Example - Lead_ID","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"lead_id\": \"759303666\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"plan\": \"nome do plano\",\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"1aaf7a33-4047-41b4-81ee-5c450547c4cf"},{"key":"x-b3-traceid","value":"b51028faeeaf21d7"},{"key":"x-b3-spanid","value":"b51028faeeaf21d7"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"Z2Gp27gGEO6edWjV+d59bCtu3dWoDK/tyMDi25F8Nk4xK/7nKqL/n+yiPW5lpsVb8IkZ11ukYw+0LfSiIbQgiptXdzgFc9J/dNR8H0mdvjLMzo8DSwoFGN2aHibQOqF2"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-82b296aa-a3ce-477a-bb07-53857e7275f7\",\n    \"lead_id\": \"759303666\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-82b296aa-a3ce-477a-bb07-53857e7275f7&webview=true\",\n    \"short_url\": \"http://mpago.li/1ux4q6G\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"aadb37aa-f405-4e6a-8866-66bd62fb8e5b","name":"Example Error - Request without Email, operator_ID and Coupon_Code","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"send_communication\": \"false\",\n    \"operator\": {\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"plan\": \"nome do plano\",\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"access_token","value":"TEST-1798052435851913-051019-278c1a372999db6218a7c772e1c2026b-1121464253","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6cb8b54e-0d8d-443e-ac50-5e90c0c37e8c"},{"key":"x-b3-traceid","value":"04651dd0037e574d"},{"key":"x-b3-spanid","value":"04651dd0037e574d"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"6drgZo1G5nS0StyMZs/WhK94w024Jr8NU+Z2FyryukioZiuWdgeWplpqb26o/HdEHxG4CLN4b9TzoYP/txvTT9NiCnbkFe0otfdt8tIDR34+BVP0udGvs1ek3YrNw6jj"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"the mandatory fields wasn't informed\",\n    \"status\": 400,\n    \"fields_missing\": [\n        \"code\",\n        \"id\",\n        \"email\"\n    ]\n}"},{"id":"3c36a04d-1c74-4eac-ac51-9e0198cfc62f","name":"Example - Quantity of Devices Copy","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 20,\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"plan\": \"nome do plano\",\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 May 2023 20:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"91cf9db9-1afa-4f6c-a54b-345040822bef"},{"key":"x-fury-user","value":"athsousa"},{"key":"x-b3-traceid","value":"babd30218b10b88d"},{"key":"x-b3-spanid","value":"babd30218b10b88d"},{"key":"x-trace-digest-03","value":"GDKvMDzUsDJNA5+TecXj+NyaX5iCJYZKlK8/hf88fJB+Vrdqsv2aGMYILzu93/+MqV1Tm8F2y+cLO3I+DfMeB0kNmcXxejZURFV3Q89WhNBwU7du4Yzer5PtoOBsWym23ID3wfON0Pfpp85SZNq4LA=="},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0410c099a3ea97768-10.54.28.52"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"short_url\": \"http://mpago.li/2P5CJXz\",\n    \"cust_id\": \"1182516859\",\n    \"user_type\": \"registered\",\n    \"is_email_sent\":true\n}"}],"_postman_id":"f2e0ae8a-7475-41b9-974e-a73e6a7e893c"},{"name":"New Intent - Aquisition w/ Software","id":"7531396f-e29f-46d6-9357-0494f49a8c81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 247,\n    \"strategy\": \"string\",\n    \"device\": {{$randomInt$randomInt}},\n    \"lead_id\": {{$randomInt$randomInt$randomInt$randomInt$randomInt$randomInt$randomInt}},\n    \"coupon_code\": \"string\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": {{$randomInt$randomInt}},\n        \"phone\": \"string\",\n        \"name\": \"string\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\",\n        \"phone\": \"string\",\n        \"address\": {\n            \"zip_code\": \"string\",\n            \"contact\": \"string\",\n            \"city\": \"string\",\n            \"street_name\": \"string\",\n            \"street_number\": \"string\",\n            \"neighborhood\": \"string\",\n            \"floor\": \"string\",\n            \"reference\": \"string\",\n            \"between\": \"string\"\n        }\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"id_trans_lead\",\n        \"software\": [{ \"id\": {{$randomInt$randomInt}} }],\n        \"matt_tool_id\": {{$randomInt$randomInt}}\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new","description":"<h1 id=\"documentation-and-rules\">Documentation and Rules</h1>\n<p>When adding software, it must be under the <code>internal_metadata</code> under the label <code>software</code>, and must be an array with the software ID.</p>\n<p>Currently, it is only enabled to device id <code>27</code> Point Smart.</p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p>(there's available a example request with the required fields):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"qtd\": \"number\",\n    \"strategy\": \"string\",\n    \"device\": \"number\",\n    \"coupon_code\": \"string\",\n    \"operator\": {\n        \"id\": \"number\"\n    },\n    \"customer\": {\n        \"name\": \"string\",\n        \"email\": \"string\"\n    }\n}\n\n</code></pre>\n<p><code>qtd:</code> This field is used to inform the number of device quantities. But it has default values for each device. To find out what they are, run this CURL below or check the Get Quantity Device endpoint documentation :</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>curl --location 'https://api.mercadopago.com/beta/tlv-integration/internal/device/bundles?siteId=MLB&amp;deviceId={{deviceId}}'\n\n</code></pre><p>If the value is not informed, the intent will be created with the default value, which is 1.</p>\n<p><code>strategy:</code> The <code>strategy</code> values allowed to create a intent:<br /><code>adq</code> - Aquisição</p>\n<p><code>device</code>: Insert the Id of <code>device</code>.</p>\n<p><code>coupon_code:</code> Insert the <code>coupon</code>.</p>\n<p><code>operator</code>: The field <code>id</code> is required, but the fields <code>name</code> and <code>phone</code> aren't required</p>\n<p><code>customer</code>: Insert of data of <code>customer</code></p>\n<p><code>lead_id</code>: Insert the lead id.</p>\n<p><code>internal_metadata</code>: Used to make tracking and inform UTM, like <code>utm_campaign,</code> <code>utm_seller, utm_segment, utm_subsegment and utm_id_trans_lead</code>.</p>\n<ul>\n<li><p>A new param should be sent in the <code>internal_metadata</code>. This param is called <code>channel</code> and indicates the lead's origin. It accepts two values:</p>\n<ul>\n<li><p>TELEVENTAS_HUNTING: for hunting leads</p>\n</li>\n<li><p>TELEVENTAS_FARMING: for farming leads</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Example:<br /><code>\"channel\": \"TELEVENTAS_HUNTING\"</code></p>\n<p>OBS:<br />- Mustn't insert a <code>email</code> with domain Mercado Livre.<br />- It can insert a <code>email</code> that wasn't registration in Mercado pago.<br />- The field <code>phone</code> became required when <code>address</code> is inserted of request.- The field <code>device</code> must be the same country (site id) of the <code>email.</code><br />- If <code>address</code> wasn't inserted, it will available during the checkout.</p>\n<h2 id=\"optional-fields\">Optional fields:</h2>\n<p><code>send_communication</code>: It's a boolean that determines if the value was true, it'll send the communication to user.</p>\n<h2 id=\"update-in-the-response-body\">Update in the Response body:</h2>\n<p>A new parameter called <code>is_email_sent</code> has been added to the endpoint response. This parameter is a boolean that indicates whether an email was successfully sent.</p>\n<p>Parameter Details</p>\n<ul>\n<li><p><strong>Parameter Name:</strong> <code>is_email_sent</code></p>\n</li>\n<li><p><strong>Data Type:</strong> Boolean</p>\n</li>\n<li><p><strong>Description:</strong> Indicates whether the email was sent or not. Returns <code>true</code> if the email was sent successfully and <code>false</code> otherwise.</p>\n</li>\n</ul>\n<h4 id=\"there-are-a-lot-of-examples-of-request-available-to-follow\">There are a lot of examples of request available to follow.</h4>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","intent","new"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"baf24526-0202-492c-b239-69b383363045","name":"Example - Required Fields","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\",\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:01:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"b061d45f-eb9c-4858-8bc4-f9eaf780be60"},{"key":"x-b3-traceid","value":"6580f782c62a4935"},{"key":"x-b3-spanid","value":"6580f782c62a4935"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"V9kKnh01G3HUpJq1qCtVZO/ekwnV/QY9IDuM6BkxNSDa2UB9uxQ5lkrDzx74L08Z6XhMH+EaLsrVOErC3Nzr371pbHxVlXLj2l94GQPzgOw7td4CAXBSdcCRWDEL3Vtd"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-906a3c08-42fc-438d-9bc0-a628f684c73e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-906a3c08-42fc-438d-9bc0-a628f684c73e&webview=true\",\n    \"short_url\": \"http://mpago.li/1JGEtHL\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"b9dfabc3-f0a9-46af-970e-93a786bed700","name":"Example - Phone Customer","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\"\n    },\n    \"internal_metadata\": {\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:03:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"ed58195a-cac2-492a-9838-f0cae1b9f609"},{"key":"x-b3-traceid","value":"33e2dd3aefa68349"},{"key":"x-b3-spanid","value":"33e2dd3aefa68349"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"iaiYerjkg9X9wQ2vcR0EdRFd+Lzv35lUoWrV1RE9DnxLzH5SaSuMIcEpfQMgFTbPQF3Zvc0gbcZTi7d2V3NNviDFjzQ4Stmn7qaiCf8Hd/i4OFHBTJiDanCXCA6FcTGg"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-f8a00922-26ac-4364-8938-30ab65290cc5\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-f8a00922-26ac-4364-8938-30ab65290cc5&webview=true\",\n    \"short_url\": \"http://mpago.li/1V19jnW\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"73010850-1031-4b71-8fa7-fd1f79989f4a","name":"Example - Operator data and Customer address","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\n    \"internal_metadata\": {\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"51e29edf-e56d-4c53-a062-a11d51a16eda"},{"key":"x-b3-traceid","value":"aff4d550ebe564d2"},{"key":"x-b3-spanid","value":"aff4d550ebe564d2"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"d8uzgDehtX/hjEW2uFmR/f5sYJsPk42yHprjO3nz8zBE6++CgXPRUW0VIVVLIYA1KSlTnAib1hruQhN3RaoJhiL2YJxd6l9Sear5+XjNYqgcMyIWYA2ATTavEMuRYr9W"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-0cf19667-6891-4f1f-b75d-e37ffe1c1ed2&webview=true\",\n    \"short_url\": \"http://mpago.li/14Muktv\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"01f5bc43-b9b9-4b14-a889-56c036bbd0bb","name":"Example - Send Communication","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": true,\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\",\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:16:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"84c4e0e9-b987-4a18-8768-84ddb1a5ff71"},{"key":"x-b3-traceid","value":"161ac6c3580b4269"},{"key":"x-b3-spanid","value":"161ac6c3580b4269"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"ijNssHg3kHc3/HvkqI9B+0drzsT7Ccm2hF/GWqbWcxYOdAJ6I5I1evgkuPLujWcoTFjQ5pxQskvSL50Vbv9mk8u/y14ElwkVZHCTF8JBIaJ11FNreWBcjQgh6IYQpBM6"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-8c897020-5973-45ec-98ea-a83752cee57d\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-8c897020-5973-45ec-98ea-a83752cee57d&webview=true\",\n    \"short_url\": \"http://mpago.li/325z75f\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"34fb365c-955f-415a-81f3-5df78be5e615","name":"Example - Lead_ID","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"coupon_code\": \"TELE_2021\",\n    \"send_communication\": false,\n    \"lead_id\": \"759303666\",\n    \"operator\": {\n        \"id\": 47483516836,\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"utm_id_trans_lead\": \"utm_id_trans_lead\",\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:24:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"1aaf7a33-4047-41b4-81ee-5c450547c4cf"},{"key":"x-b3-traceid","value":"b51028faeeaf21d7"},{"key":"x-b3-spanid","value":"b51028faeeaf21d7"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"Z2Gp27gGEO6edWjV+d59bCtu3dWoDK/tyMDi25F8Nk4xK/7nKqL/n+yiPW5lpsVb8IkZ11ukYw+0LfSiIbQgiptXdzgFc9J/dNR8H0mdvjLMzo8DSwoFGN2aHibQOqF2"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-82b296aa-a3ce-477a-bb07-53857e7275f7\",\n    \"lead_id\": \"759303666\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-82b296aa-a3ce-477a-bb07-53857e7275f7&webview=true\",\n    \"short_url\": \"http://mpago.li/1ux4q6G\",\n    \"cust_id\": \"759303666\",\n    \"user_type\": \"test\",\n    \"is_email_sent\":true\n}"},{"id":"f361ddae-588a-4adf-b742-67f9c49aac5e","name":"Example Error - Request without Email, operator_ID and Coupon_Code","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"strategy\": \"adq\",\n    \"device\": 35,\n    \"send_communication\": \"false\",\n    \"operator\": {\n        \"phone\": \"11962244884\",\n        \"name\": \"Alex Garcia\"\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"phone\": \"11967951981\",\n        \"address\": {\n            \"zip_code\": \"05135300\",\n            \"contact\": \"Giovanni Mendes\",\n            \"city\": \"São Paulo\",\n            \"street_name\": \"Avenida Paulista\",\n            \"street_number\": \"299\",\n            \"floor\": \"Terreo\",\n            \"reference\": \"Rua Dr José de Abreu\",\n            \"between\": \"Avenida Horto Florestal e Avenida Guga Ferreira\"\n        }\n    },\"internal_metadata\": {\n        \"utm_seller\": \"agency_name\",\n        \"utm_campaign\": \"campaign_name\",\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"},{"key":"access_token","value":"TEST-1798052435851913-051019-278c1a372999db6218a7c772e1c2026b-1121464253","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Aug 2022 13:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6cb8b54e-0d8d-443e-ac50-5e90c0c37e8c"},{"key":"x-b3-traceid","value":"04651dd0037e574d"},{"key":"x-b3-spanid","value":"04651dd0037e574d"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-37","value":"6drgZo1G5nS0StyMZs/WhK94w024Jr8NU+Z2FyryukioZiuWdgeWplpqb26o/HdEHxG4CLN4b9TzoYP/txvTT9NiCnbkFe0otfdt8tIDR34+BVP0udGvs1ek3YrNw6jj"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"error\",\n    \"message\": \"the mandatory fields wasn't informed\",\n    \"status\": 400,\n    \"fields_missing\": [\n        \"code\",\n        \"id\",\n        \"email\"\n    ]\n}"},{"id":"f6c26631-904d-43ec-bdef-0e378a059248","name":"Example - Quantity of Devices Copy","originalRequest":{"method":"POST","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"qtd\": 20,\n    \"strategy\": \"adq\",\n    \"device\": 21,\n    \"coupon_code\": \"TELE_2021\",\n    \"operator\": {\n        \"id\": 47483516836\n    },\n    \"customer\": {\n        \"name\": \"Giovanni Mendes\",\n        \"email\": \"outra2047@gmail.com\"\n    },\n    \"internal_metadata\": {\n        \"utm_segment\": \"segment_lead\",\n        \"utm_subsegment\": \"sub_segment_lead\",\n        \"utm_seller\": \"string\",\n        \"utm_campaign\": \"campaign_lead\",\n        \"utm_subcampaign\": \"subcampaign_lead\",\n        \"software\": [{ \"id\": 1 }],\n        \"matt_tool_id\": 87688111\n    }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/new?access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","new"],"query":[{"key":"access_token","value":"{{access-token}}"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 May 2023 20:32:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"91cf9db9-1afa-4f6c-a54b-345040822bef"},{"key":"x-fury-user","value":"athsousa"},{"key":"x-b3-traceid","value":"babd30218b10b88d"},{"key":"x-b3-spanid","value":"babd30218b10b88d"},{"key":"x-trace-digest-03","value":"GDKvMDzUsDJNA5+TecXj+NyaX5iCJYZKlK8/hf88fJB+Vrdqsv2aGMYILzu93/+MqV1Tm8F2y+cLO3I+DfMeB0kNmcXxejZURFV3Q89WhNBwU7du4Yzer5PtoOBsWym23ID3wfON0Pfpp85SZNq4LA=="},{"key":"x-b3-sampled","value":"0"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0410c099a3ea97768-10.54.28.52"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"intent_id\": \"251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"user_url\": \"https://www.mercadopago.com.br/point/beta/external-seller/public/intent?intent_id=251364878-c85d0b6f-38fd-45f1-a08a-eaec658f9a6e\",\n    \"short_url\": \"http://mpago.li/2P5CJXz\",\n    \"cust_id\": \"1182516859\",\n    \"user_type\": \"registered\",\n    \"is_email_sent\":true\n}"}],"_postman_id":"7531396f-e29f-46d6-9357-0494f49a8c81"},{"name":"Consult Intent Status","id":"c7bf5f10-6800-40f3-9192-6604dd647167","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/status/{{intent-id}}","description":"<p>This endpoint some information of the intent. It will display information such as the Status of the intent, the strategy used, operator data, the payment method and provides the url to display more details about the intent.</p>\n<p>Possible statuses that will be displayed:</p>\n<ul>\n<li>Opened</li>\n<li>Created</li>\n<li>Redeemed</li>\n</ul>\n<p>The value of the <strong>url_intent_details</strong> field is a url to call the Consult Intent Details API, for more information about this API, the Consult Intent Details documentation is available in the External Seller folder.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"530abadf-8407-4c5b-904f-16e87e9180da","name":"Intent - Link Created","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/status/{{intent-id}}?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 May 2022 19:01:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"8024d54b-10c7-4841-8d97-ce1d70b85123"},{"key":"x-b3-traceid","value":"2c7e0caa731e4629"},{"key":"x-b3-spanid","value":"2c7e0caa731e4629"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-49","value":"dvJSsfgYeB64q9ZvPPL3QEiAZDzHh5tu2vpJNZl73lydKz4MD7YG8zKzmzlWPzvT1jXAZiypue0TKiKuqFu2M3jaePPn6zrLove39jqVSjvC0u++KhDqbCzoAHdNZUMI"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0645efd910f9349ea-10.54.28.50"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy_type\": \"leads_whatsapp\",\n    \"device\": 27,\n    \"operator\": {\n        \"id\": \"1\",\n        \"phone\": \"1199999999\"\n    },\n    \"status\": \"created\",\n    \"paymentMethod\": \"\"\n}"},{"id":"8cec346b-fa0b-4b0a-a2ad-f9005687cac1","name":"Intent - Link Opened","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/status/{{intent-id}}?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 May 2022 19:07:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"4c6fb9f4-0120-4774-bf83-73ab218bd0c8"},{"key":"x-b3-traceid","value":"08eef822fac10630"},{"key":"x-b3-spanid","value":"08eef822fac10630"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-49","value":"yVR5ID8gDbjFTIUBMRhLiu5HYKEW5gdnhP0gQBboDbDwjZjv3aSfiqY0gVeseegscTQ8GbsiOR4kvJpNr/ifD1KkMkEHubIo3ERth02QwkJQ+ZUaI8lh469G1iT0Jyi1"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-02618ea368b92a5e4-10.54.28.112"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy_type\": \"leads_whatsapp\",\n    \"device\": 27,\n    \"operator\": {\n        \"id\": \"1\",\n        \"phone\": \"1199999999\"\n    },\n    \"status\": \"opened\",\n    \"paymentMethod\": \"\"\n}"},{"id":"784e5e9d-a23f-492b-ac51-74c29ffce8e0","name":"Intent - Link Redeemed","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/status/{{intent-id}}?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 May 2022 19:08:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"7c0e0b35-24f6-4cd9-a525-f551c6a0f199"},{"key":"x-b3-traceid","value":"8b962723824b6273"},{"key":"x-b3-spanid","value":"8b962723824b6273"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-49","value":"hIjU4z/yy2sGI1S97tiCoeEtqvLlCiSZiaIKefHWegOJMfmLhOvVFbF/XrmJJIbS1szvlxuIAbgDIIew6vMdQgCynimD/HDU5z/RELAGk07peq9rVS/s+Y+luuQBwa8y"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0645efd910f9349ea-10.54.28.50"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"strategy_type\": \"leads_whatsapp\",\n    \"device\": 27,\n    \"operator\": {\n        \"id\": \"1\",\n        \"phone\": \"1199999999\"\n    },\n    \"status\": \"redeemed\",\n    \"paymentMethod\": \"pix\"\n}"},{"id":"ff2a840b-5585-4ace-932f-89ad36bd3f26","name":"Intent - Not Found - 404","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/status/{{intent-id}}?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","status","{{intent-id}}"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 May 2022 19:09:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"f68f1d02-d3e8-43ab-bd75-3d71746d269b"},{"key":"x-b3-traceid","value":"8d51f4e9a604553b"},{"key":"x-b3-spanid","value":"8d51f4e9a604553b"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-49","value":"quXhFumgSxq0lAGh4Mxw0RKqfBQcCxyOlP1U3wqv7fofDJOaq5bGeNxIFEIsSRqPUW+WF56GNiWU/HSiQy6FvkylTWEnNZTU86kVQEqEFmeLSo1ztBbOAIhtgfRvGFE6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0645efd910f9349ea-10.54.28.50"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"info\",\n    \"message\": \"intent 4-12543e17-8ab2-43ec-afa8-8bbd96e00070 not found\",\n    \"status\": 404\n}"}],"_postman_id":"c7bf5f10-6800-40f3-9192-6604dd647167"},{"name":"Consult Intent Details","id":"e67e883c-5e01-474d-a7b8-70fb2cc0f28e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/details/{{intent=id}}","description":"<p>Endpoint available to check the status of a purchase intent motivated by a lead. This endpoint will indicate if the lead was converted into a purchase when the checkout is complete.</p>\n<p><strong>Conversion field and PaymentId field will only return when we have a double check with the Payments API. Meanwhile, it will not be added to the response, that is, it will be null.</strong></p>\n<p>Checkout status was added to the return in order to help decision making, if you want to have a status of the use of the link with the platform, you can get it through the endpoint <strong>Consult Intent Status.</strong></p>\n<p><strong>Possible payment status:</strong></p>\n<ul>\n<li>in_process<ul>\n<li>approved<ul>\n<li>in_mediation<ul>\n<li>refunded</li>\n</ul>\n</li>\n<li>charged_back</li>\n</ul>\n</li>\n<li>cancelled</li>\n<li>rejected</li>\n</ul>\n</li>\n<li>pending<ul>\n<li>approved<ul>\n<li>in_mediation<ul>\n<li>refunded</li>\n</ul>\n</li>\n<li>charged_back</li>\n</ul>\n</li>\n<li>cancelled</li>\n<li>rejected</li>\n</ul>\n</li>\n<li>authorized<ul>\n<li>approved<ul>\n<li>in_mediation<ul>\n<li>refunded</li>\n</ul>\n</li>\n<li>charged_back</li>\n</ul>\n</li>\n<li>cancelled</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","intent","details","{{intent=id}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"cabdb40d-b602-4a11-b939-b2458cfb595b","name":"Example -  Intent Converted","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/details/4-cf891edc-783b-4de4-b286-d1d7f14bb463?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","details","4-cf891edc-783b-4de4-b286-d1d7f14bb463"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:29:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"d1434fcf-1dbe-42af-bf95-dfd75dd04f08"},{"key":"x-trace-digest-73","value":"7VIUMTNsW8qd7U56u2mbzqk4kMz4VGZN8dbr3RBtUyAi2FXKvhxL6EAcpIxUI1GP"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"d59bce9d36b85f24"},{"key":"x-b3-traceid","value":"d59bce9d36b85f24"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"lead_id\": \"689436063\",\n    \"intent_id\": \"4-cf891edc-783b-4de4-b286-d1d7f14bb463\",\n    \"payment_id\": \"23140604061\",\n    \"converted\": true,\n    \"created_datetime\": \"2022-06-13T09:36:46\",\n    \"updated_datetime\": \"2022-06-13T09:56:13\",\n    \"payment\": {\n        \"id\": 23140604061,\n        \"date_created\": \"2022-06-13T09:38:20.000-04:00\",\n        \"date_approved\": \"2022-06-13T09:38:21.000-04:00\",\n        \"money_release_date\": \"2022-06-13T09:38:21.000-04:00\",\n        \"payment_method_id\": \"account_money\",\n        \"status\": \"approved\",\n        \"status_detail\": \"accredited\",\n        \"order\": {\n            \"type\": \"mercadopago\",\n            \"id\": \"4965248826\"\n        }\n    },\n    \"details_intent\": {\n        \"status\": \"redeemed\",\n        \"device\": 27,\n        \"strategy_type\": \"campaign\",\n        \"strategy\": {\n            \"id\": \"8\",\n            \"coupon\": \"TELE_2021\"\n        }\n    },\n    \"order\": {\n        \"order_status\": \"paid\",\n        \"date_created\": \"2022-06-13T09:38:19.965-04:00\",\n        \"last_updated\": \"2022-06-13T09:38:28.439-04:00\",\n        \"items\": [\n            {\n                \"id\": \"27\",\n                \"category_id\": \"point_smart\",\n                \"currency_id\": \"BRL\",\n                \"description\": \"Leitor de cartoes do Mercado Pago\",\n                \"title\": \"Mercado Pago Point Smart\",\n                \"quantity\": \"1\",\n                \"unit_price\": \"840.8\"\n            },\n            {\n                \"id\": \"48\",\n                \"currency_id\": \"BRL\",\n                \"description\": \"Kit QR - Incluido com a point\",\n                \"title\": \"Mercado Pago - Kit QR - Incluido com a point\",\n                \"quantity\": \"1\",\n                \"unit_price\": \"0\"\n            },\n            {\n                \"id\": \"36\",\n                \"currency_id\": \"BRL\",\n                \"description\": \"Chip Vivo 2FF\",\n                \"title\": \"Chip Vivo 2FF\",\n                \"quantity\": \"1\",\n                \"unit_price\": \"0\"\n            }\n        ],\n        \"shipments\": [\n            {\n                \"id\": \"41443159406\"\n            }\n        ]\n    },\n    \"shipments\": [\n        {\n            \"status\": \"ready_to_ship\",\n            \"site_id\": \"MLB\",\n            \"status_history\": {\n                \"date_handling\": \"2022-06-13T09:38:25.000-04:00\",\n                \"date_ready_to_ship\": \"2022-06-13T09:38:27.289-04:00\"\n            }\n        }\n    ],\n    \"cust_id_pes\": \"1296282581\",\n    \"lead_id_transactional\": \"41766706\"\n}"},{"id":"50c24159-1b27-4b97-95be-44bf7635ee2f","name":"Example - Intent Not Converted - Payment Pending","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/details/{{intent=id}}?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","details","{{intent=id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:31:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"a8a31671-0745-46ad-8694-3361553cc4ed"},{"key":"x-trace-digest-73","value":"GAD1zsidzGQ+7jA9trFlrixQRpzBxQXXYQcrWZCfhfC1uE9CL/7xXnnnaHHunl4w"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"e257c0cb55c78c3a"},{"key":"x-b3-traceid","value":"e257c0cb55c78c3a"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"lead_id\": \"689436063\",\n    \"intent_id\": \"4-551a4ad6-2464-478a-8d1a-3e114bdb3934\",\n    \"created_datetime\": \"2022-06-13T10:30:16\",\n    \"payment\": {\n        \"id\": 23142114385,\n        \"date_created\": \"2022-06-13T10:30:43.000-04:00\",\n        \"payment_method_id\": \"pix\",\n        \"status\": \"pending\",\n        \"status_detail\": \"pending_waiting_transfer\",\n        \"order\": {\n            \"type\": \"mercadopago\",\n            \"id\": \"4965679618\"\n        }\n    },\n    \"details_intent\": {\n        \"status\": \"redeemed\",\n        \"device\": 27,\n        \"strategy_type\": \"campaign\",\n        \"strategy\": {\n            \"id\": \"8\",\n            \"coupon\": \"TELE_2021\"\n        }\n    },\n    \"cust_id_pes\": \"1296282581\",\n    \"lead_id_transactional\": \"41766706\"\n}"},{"id":"fe209930-6589-4c0e-a7ce-caacb9810ccc","name":"Example - Intent Created/Opened","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/intent/details/{{intent=id}}?access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","intent","details","{{intent=id}}"],"query":[{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 13 Jun 2022 14:32:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6702615f-b066-4117-80ae-8b85c368119d"},{"key":"x-trace-digest-73","value":"pvMprRWydPI1/3d27G4nh3wd4+q7G3b15OmRRFD26SJvLCOq89zAIVEYAVIBcmzq"},{"key":"x-trace-digest-keys","value":"x-source-ip,x-trace-source,x-request-id,x-trace-digest-73,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-source-ip","value":"201.55.101.137"},{"key":"x-b3-spanid","value":"0e22c732217e2a79"},{"key":"x-b3-traceid","value":"0e22c732217e2a79"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=16070400; includeSubDomains; preload"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type"},{"key":"Access-Control-Allow-Methods","value":"PUT, GET, POST, DELETE, OPTIONS"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Timing-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"lead_id\": \"689436063\",\n    \"intent_id\": \"4-a070b058-630a-45ec-8bfa-989312b35ee1\",\n    \"created_datetime\": \"2022-06-13T10:32:01\",\n    \"details_intent\": {\n        \"status\": \"created\",\n        \"device\": 27,\n        \"strategy_type\": \"campaign\",\n        \"strategy\": {\n            \"id\": \"8\",\n            \"coupon\": \"TELE_2021\"\n        }\n    },\n    \"cust_id_pes\": \"1296282581\",\n    \"lead_id_transactional\": \"41766706\"\n}"},{"id":"00ff4bdd-89d4-42b9-ac8a-2928d81e7dde","name":"Example - 412 - Business Exception","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{x-caller-id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/lead/intent/details/{{intent_id}}?access_token={{your token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","lead","intent","details","{{intent_id}}"],"query":[{"key":"access_token","value":"{{your token}}"}]}},"status":"Precondition Failed","code":412,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\":\"error info\",\n    \"message\":\"message info\",\n    \"status\": 412\n}"}],"_postman_id":"e67e883c-5e01-474d-a7b8-70fb2cc0f28e"},{"name":"Get tabulation by transactional lead id","id":"e628c8f3-ad83-416e-8bb5-10f48a03a210","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/tabulation/{{transactionalLeadId}}","description":"<p>The endpoint retrieves tabulation data for a specific transactional lead ID. The response is a JSON object with the following schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">      \"tab_group_id\": { \"type\": \"integer\" },\n      \"tab_form_id\": { \"type\": \"integer\" },\n      \"transactional_lead_id\": { \"type\": \"integer\" },\n      \"cust_id\": { \"type\": \"string\" },\n      \"opt_out\": { \"type\": \"string\" },\n      \"indication\": { \"type\": \"string\" },\n      \"operator_id\": { \"type\": \"string\" },\n      \"agency_caller_id\": { \"type\": \"integer\" },\n      \"offered_pricing\": { \"type\": \"string\" },\n      \"tpn\": { \"type\": \"integer\" },\n      \"tpv\": { \"type\": \"string\" },\n      \"action_level1\": { \"type\": \"string\" },\n      \"action_level2\": { \"type\": \"string\" },\n      \"action_level3\": { \"type\": \"string\" },\n      \"finalization\": { \"type\": \"string\" },\n      \"alo\": { \"type\": \"string\" },\n      \"cpc\": { \"type\": \"string\" },\n      \"cpc_target\": { \"type\": \"string\" },\n      \"segment\": { \"type\": \"string\" },\n      \"created_at\": { \"type\": \"string\" },\n      \"dt_appointment\": { \"type\": \"string\" },\n      \"coupon_code\": { \"type\": \"string\" },\n      \"observations\": { \"type\": \"string\" },\n      \"indication_form\": {\n          \"tab_group_id\": { \"type\": \"integer\" },\n          \"dt_appointment\": { \"type\": \"string\" },\n          \"full_name\": { \"type\": \"string\" },\n          \"email\": { \"type\": \"string\" },\n          \"phone\": { \"type\": \"string\" },\n          \"operator_name\": { \"type\": \"string\" },\n          \"indicated_by\": { \"type\": \"string\" }\n      }\n    }\n\n</code></pre>\n<p>Some attributes are returned in specific cases, as they do not always have a value.<br />example: dt_appointment and tpv. The indication_form block only will appears if \"indication\" attribute = \"Sí\".</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","tabulation","{{transactionalLeadId}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"3a5ff21f-d47b-4cf5-9926-1be66d6a537b","name":"Get tabulation","originalRequest":{"method":"GET","header":[{"key":"x-caller-agency","value":"487246962","type":"text"}],"url":"https://internal-api.mercadopago.com/beta/tlv-integration/external-seller/api/tabulation/36052832"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 11:52:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"e0ba026b-2abd-444e-bb96-8ae5fc7e4d41"},{"key":"x-fury-user","value":"nhaddad"},{"key":"x-b3-traceid","value":"1e6556130f581751"},{"key":"x-b3-spanid","value":"11fdea99b817185f"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-27","value":"VRBg4fGwuFwc03Iess1Ea_T7eU0_wYB-twj-lEZIuQbYuWUSsB3FlnCai78lTJ3xFmkm9eBrxWXAFwVROtiRyj74-_j8nyivKD4MjoEBG2vNBxxPMtdGDSOERMLRpKIqBWpO7_prKA3q0FysTzpcuw"},{"key":"content-encoding","value":"gzip"},{"key":"x-api-server-segment","value":"default"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0cbd575deac818985-10.54.28.137"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"tab_group_id\": 3369,\n        \"tab_form_id\": 1375,\n        \"transactional_lead_id\": 36052832,\n        \"cust_id\": \"2225988944\",\n        \"opt_out\": \"No\",\n        \"indication\": \"Sí\",\n        \"operator_id\": \"48800512\",\n        \"agency_caller_id\": 487246962,\n        \"offered_pricing\": \"No\",\n        \"tpn\": 0,\n        \"action_level1\": \"INFORMATIVO\",\n        \"action_level2\": \"Suporte sobre a Point\",\n        \"action_level3\": \"\",\n        \"finalization\": \"Sí\",\n        \"alo\": \"Sí\",\n        \"cpc\": \"Sí\",\n        \"cpc_target\": \"No\",\n        \"segment\": \"SMB\",\n        \"created_at\": \"2025-01-21 17:22:47\",\n        \"coupon_code\": \"TELE_SMB\",\n        \"observations\": \"teste obss\",\n        \"indication_form\": {\n            \"tab_group_id\": 3369,\n            \"dt_appointment\": \"2025-01-23T13:00:00\",\n            \"full_name\": \"charlie harper\",\n            \"email\": \"chcnca@gmail.com\",\n            \"phone\": \"(11) 11111-1111\",\n            \"operator_name\": \"NAR_HADDAD\",\n            \"indicated_by\": \"evelin harpie\"\n        }\n    },\n    {\n        \"tab_group_id\": 3370,\n        \"tab_form_id\": 1376,\n        \"transactional_lead_id\": 36052832,\n        \"cust_id\": \"2225988944\",\n        \"opt_out\": \"No\",\n        \"indication\": \"No\",\n        \"operator_id\": \"48800512\",\n        \"agency_caller_id\": 487246962,\n        \"offered_pricing\": \"Sí\",\n        \"tpn\": 0,\n        \"action_level1\": \"AGENDAMENTO\",\n        \"action_level2\": \"Responsável ausente\",\n        \"action_level3\": \"\",\n        \"finalization\": \"No\",\n        \"alo\": \"Sí\",\n        \"cpc\": \"Sí\",\n        \"cpc_target\": \"Sí\",\n        \"segment\": \"SMB\",\n        \"created_at\": \"2025-01-21 18:00:03\",\n        \"dt_appointment\": \"2025-01-23 14:30:00\",\n        \"observations\": \"obsss\"\n    }\n]"}],"_postman_id":"e628c8f3-ad83-416e-8bb5-10f48a03a210"},{"name":"Get All Devices By SiteId","id":"cb6b1a7a-f5fb-4408-b944-f18ad75f40bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/device?site_id={{your site id (ex. MLB)}}","description":"<p>This endpoint is used to list all active devices by site_id.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","device"],"host":["api","mercadopago","com"],"query":[{"key":"site_id","value":"{{your site id (ex. MLB)}}"}],"variable":[]}},"response":[{"id":"c0ab6009-7474-438e-86d6-0cfda1aac5c3","name":"Get All Devices By SiteId","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"251364878","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/device?site_id={{your site id (ex. MLB)}}&access_token={{access_token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","device"],"query":[{"key":"site_id","value":"{{your site id (ex. MLB)}}"},{"key":"access_token","value":"{{access_token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 May 2022 16:14:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"fec1cb20-c1be-4da6-aba6-a5578168345f"},{"key":"x-trace-digest-keys","value":"x-trace-source,x-request-id,x-trace-digest-04,x-trace-digest-keys,x-trace-existing-keys"},{"key":"x-b3-spanid","value":"b361dcf37d7760de"},{"key":"x-b3-traceid","value":"b361dcf37d7760de"},{"key":"x-trace-source","value":"fury_app"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-existing-keys","value":"x-b3-sampled,x-b3-spanid,x-b3-traceid"},{"key":"x-trace-digest-04","value":"xns67xqeSJ7mSIsF+qgAPwYNVzDtYgf5LhgLRIHWbo71cdVsncI4g178WibaFI2J"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-06d334d40933a521e-10.54.28.188"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1\",\n        \"name\": \"Dispositivo 3 V1\"\n    },\n    {\n        \"id\": \"9\",\n        \"name\": \"Mercado Pago Point Mini\"\n    },\n    {\n        \"id\": \"16\",\n        \"name\": \"Mercado Pago Point Pro\"\n    },\n    {\n        \"id\": \"19\",\n        \"name\": \"Mercado Pago - Bobinas de papel\"\n    },\n    {\n        \"id\": \"21\",\n        \"name\": \"Mercado Pago Point Mini Chip\"\n    },\n    {\n        \"id\": \"23\",\n        \"name\": \"Chip Claro\"\n    },\n    {\n        \"id\": \"26\",\n        \"name\": \"Mercado Pago Point Mini (ME30S)\"\n    },\n    {\n        \"id\": \"27\",\n        \"name\": \"Mercado Pago Point Smart\"\n    },\n    {\n        \"id\": \"28\",\n        \"name\": \"Mercado Pago Point Pro 2\"\n    },\n    {\n        \"id\": \"32\",\n        \"name\": \"Chip TIM TNS 2FF\"\n    },\n    {\n        \"id\": \"33\",\n        \"name\": \"Point Mini ME30NFC\"\n    },\n    {\n        \"id\": \"35\",\n        \"name\": \"Mercado Pago Point Mini NFC 1\"\n    },\n    {\n        \"id\": \"36\",\n        \"name\": \"Chip Vivo 2FF\"\n    },\n    {\n        \"id\": \"40\",\n        \"name\": \"Kit QR e Pix oficial do Mercado Pago\"\n    },\n    {\n        \"id\": \"45\",\n        \"name\": \"Mercado Pago Point Mini NFC 2\"\n    },\n    {\n        \"id\": \"51\",\n        \"name\": \"Ultrapasse - A Tag Veicular Do Mercado Pago\"\n    },\n    {\n        \"id\": \"53\",\n        \"name\": \"Cartão de Crédito MP (1P:1C)\"\n    },\n    {\n        \"id\": \"56\",\n        \"name\": \"Chip Arqia\"\n    },\n    {\n        \"id\": \"62\",\n        \"name\": \"Point Air Lite\"\n    },\n    {\n        \"id\": \"68\",\n        \"name\": \"Teste1\"\n    },\n    {\n        \"id\": \"69\",\n        \"name\": \"Device MLB Teste \"\n    },\n    {\n        \"id\": \"74\",\n        \"name\": \"Cartão de Débito MP - TESTE\"\n    },\n    {\n        \"id\": \"75\",\n        \"name\": \"Cartão de Débito MP - 2\"\n    }\n]"}],"_postman_id":"cb6b1a7a-f5fb-4408-b944-f18ad75f40bb"},{"name":"List all Intents - On/Off Crm Fast","id":"d9e4dc50-bf63-4626-8fe6-6a57ae6ef1cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/all-intents?date={{date-here}}","description":"<p>Endpoint used to list all intents generated for a given EPS and for a given date.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","all-intents"],"host":["api","mercadopago","com"],"query":[{"key":"date","value":"{{date-here}}"}],"variable":[]}},"response":[{"id":"d1ebf902-b652-4c96-9dbb-386a6981d22b","name":"List all Intents - On/Off Crm Fast","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/external-seller/api/all-intents?date={{date-here}}&access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","external-seller","api","all-intents"],"query":[{"key":"date","value":"{{date-here}}"},{"key":"access_token","value":"{{access-token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 18:21:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"01a88860-2738-40ec-91b3-d323d0e9f23d"},{"key":"x-b3-traceid","value":"6672aeae8411d759"},{"key":"x-b3-spanid","value":"6672aeae8411d759"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-50","value":"xQM4DyTOfsxKI+PDeBTz/AVuYPCN+QkN71YctwKUTCLKwohoiqhDfMnkUSLXQ39AE/dgYvPkGCvbFsM14tw5A4XQzN2ABocTLT7sEYQiYFXInG+CbZnHSL1rJ8tHdYMa"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-02f5e7a2167e1cc50-10.54.28.114"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"size\": 1,\n    \"intents\": [\n        {\n            \"lead_id\": \"509534975\",\n            \"intent_id\": \"743565158-58b26798-babb-40cf-ac2e-0a7ff4f75c8f\",\n            \"created_datetime\": \"2023-02-16T07:06:59\",\n            \"payment_id\": \"123123123\",\n            \"qtd\": 1,\n            \"crm_fast\": false,\n            \"operator\": {\n                \"id\": \"9226\"\n            }\n        }\n    ]\n}"},{"id":"fad16cb5-b618-4059-b8ab-37a362db3a68","name":"Invalid Date","originalRequest":{"method":"GET","header":[{"key":"x-caller-id","value":"{{caller id}}"}],"url":{"raw":"https://api.mercadopago.com/beta/tlv-integration/external-seller/api/all-intents?date={{date-here}}&access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["beta","tlv-integration","external-seller","api","all-intents"],"query":[{"key":"date","value":"{{date-here}}"},{"key":"access_token","value":"{{access-token}}"}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 18:27:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6049930e-62c1-41e8-b3c6-b7e3913a8302"},{"key":"x-b3-traceid","value":"d8d1349f4d517d7c"},{"key":"x-b3-spanid","value":"d8d1349f4d517d7c"},{"key":"x-b3-sampled","value":"0"},{"key":"x-trace-digest-50","value":"/26v09BJiwZblLbkXbXMFR3YBAS+tl/m9GWN/mzjGczg1II+XCTsz0ensKHVJsEUKCa/MtCqfp7KRQbNutaubASr0GAupJSO036dcSCpUmacb9SX+4VrHPQRddcP0ib9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-02f5e7a2167e1cc50-10.54.28.114"},{"key":"X-Nginx-Pool","value":"prod.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":", 172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"info\",\n    \"message\": \"Date not valid. Please use the pattern yyyy-MM-dd\",\n    \"status\": 422\n}"}],"_postman_id":"d9e4dc50-bf63-4626-8fe6-6a57ae6ef1cb"},{"name":"Get Quantity Device","id":"8642d35f-1982-422c-a895-f5bba537a5f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/internal/device/bundles?siteId=MLB&deviceId={{deviceId}}","description":"<p>Endpoint used to inform the allowed quantities for each Device.  </p>\n<p>The device_id field is optional, and is where the device id is passed to filter the response. If not entered, it will return the quantity (bundles) of all devices.  </p>\n<p>In the response, the <code>bundle_size</code> field has the value of the quantity allowed to be purchased, so in the example below, for device 27 (Point Smart) the following quantities can be purchased:</p>\n<ul>\n<li>1</li>\n<li>10</li>\n<li>20</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"results\": [\n        {\n            \"id\": 7153,\n            \"device_id\": 27,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7154,\n            \"device_id\": 27,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7155,\n            \"device_id\": 27,\n            \"bundle_size\": 20,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7316,\n            \"device_id\": 21,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7317,\n            \"device_id\": 21,\n            \"bundle_size\": 4,\n            \"site_id\": \"MLB\"\n        }\n]\n\n</code></pre>\n<p>With the value of bundle_size, it can be used to inform in the qtd field of the endpoint New Intent - Acquisition (intent/new).</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","internal","device","bundles"],"host":["api","mercadopago","com"],"query":[{"key":"siteId","value":"MLB"},{"description":{"content":"<p>optional</p>\n","type":"text/plain"},"key":"deviceId","value":"{{deviceId}}"}],"variable":[]}},"response":[{"id":"b41a7ce4-f1af-4cdf-966c-ec06d89bfcb0","name":"Get Quantity Device - Without DeviceId","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/internal/device/bundles?siteId=MLB&access_token={{access-token}}","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","internal","device","bundles"],"query":[{"key":"siteId","value":"MLB"},{"key":"access_token","value":"{{access-token}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 May 2023 14:36:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"6ec9cb0b-ae0a-4e12-b98a-ae8c7ad1a271"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0f0f5eae4560a30e2-10.54.28.219"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 7153,\n            \"device_id\": 27,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7154,\n            \"device_id\": 27,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7155,\n            \"device_id\": 27,\n            \"bundle_size\": 20,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7316,\n            \"device_id\": 21,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7317,\n            \"device_id\": 21,\n            \"bundle_size\": 4,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7318,\n            \"device_id\": 21,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7319,\n            \"device_id\": 28,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7320,\n            \"device_id\": 28,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7321,\n            \"device_id\": 28,\n            \"bundle_size\": 20,\n            \"site_id\": \"MLB\"\n        }\n    ]\n}"},{"id":"d8e0fea6-ac64-44d2-a394-c439d295ac3f","name":"Get Quantity Device - With DeviceId","originalRequest":{"method":"GET","header":[{"key":"X-Caller-Id","value":"{{caller id}}","type":"text"}],"url":{"raw":"https://api.mercadopago.com/tlv-integration/internal/device/bundles?siteId=MLB&access_token={{access-token}}&deviceId=21","protocol":"https","host":["api","mercadopago","com"],"path":["tlv-integration","internal","device","bundles"],"query":[{"key":"siteId","value":"MLB"},{"key":"access_token","value":"{{access-token}}"},{"key":"deviceId","value":"21"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 25 May 2023 14:36:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"x-request-id","value":"65d792c7-dfb7-407a-a7ce-6f70f3e494aa"},{"key":"vary","value":"Accept-Encoding, User-Agent"},{"key":"content-encoding","value":"gzip"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=15724800"},{"key":"X-Nginx-Host","value":"i-0f0f5eae4560a30e2-10.54.28.219"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"id\": 7316,\n            \"device_id\": 21,\n            \"bundle_size\": 1,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7317,\n            \"device_id\": 21,\n            \"bundle_size\": 4,\n            \"site_id\": \"MLB\"\n        },\n        {\n            \"id\": 7318,\n            \"device_id\": 21,\n            \"bundle_size\": 10,\n            \"site_id\": \"MLB\"\n        }\n    ]\n}"}],"_postman_id":"8642d35f-1982-422c-a895-f5bba537a5f9"}],"id":"173b3f0b-9156-47e0-b92c-7dab3c332727","_postman_id":"173b3f0b-9156-47e0-b92c-7dab3c332727","description":""},{"name":"Fast CRM","item":[{"name":"Tabulation CSV","id":"e7c064c0-511e-495e-8bbf-6130849f1ab7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{your-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"site_id\": \"MLB\",\n    \"start_date\": \"2023-01-01\",\n    \"end_date\": \"2024-03-10\",\n    \"operator\": {{ldap}}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/tabulations/csv","description":"<p>The Tabulations CSV endpoint provides a way to request a CSV file containing tabulations within a specified time range and site.</p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p><code>site_id</code>: Your site id (<strong>MLB, MLC, MLA, MLM</strong>)</p>\n<p><code>start_date</code>: The start date for the data range (<strong>YYYY-MM-DD</strong>)<br /><code>end_date</code>: The end date for the data range (<strong>YYYY-MM-DD</strong>)</p>\n<h2 id=\"the-optional-fields\">The optional fields:</h2>\n<p><code>operator</code>: The name of the operator or null if not applicable (<strong>String</strong>)</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful request, the response will be a JSON object containing the URL where the CSV file can be downloaded.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","tabulations","csv"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"2b1a87d7-d0f8-43fb-af8b-68ad23689710","name":"OK","originalRequest":{"method":"GET","header":[{"description":"(Required) ","key":"x-user-crm","value":"laboris adipisicing ea"},{"key":"Accept","value":"*/*"}],"url":{"raw":"{{baseUrl}}/tab-group/:leadId","host":["{{baseUrl}}"],"path":["tab-group",":leadId"],"variable":[{"key":"leadId"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"*/*"}],"cookie":[],"responseTime":null,"body":"{\n  \"file_id\": \"64ef6509-ac3d-4cf4-a4c9-43f09921a768\",\n  \"url\": \"/tab-group/tab-form/csv/64ef6509-ac3d-4cf4-a4c9-43f09921a768\"\n}"}],"_postman_id":"e7c064c0-511e-495e-8bbf-6130849f1ab7"},{"name":"Tabulation CSV","id":"f48353b7-5bf1-4131-85fb-22193c4e223b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-caller-agency","value":"{{your-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"url":"https://api.mercadopago.com/tlv-integration/external-seller/api/tabulations/csv/{{file-id-csv}}","description":"<p>Retrieve csv data from an report generated through the <a href=\"https://go.postman.co/workspace/My-Workspace~63d4d13e-6560-48e4-87a5-b4ce16e9057a/documentation/31152980-aca5de07-c2b9-45c0-ba53-42df1bc63ca4?entity=request-c2846e53-33a0-4e60-bee9-7695cc1ef246\">Post Tabulation Csv endpoint</a></p>\n<h2 id=\"the-required-fields\">The required fields:</h2>\n<p><code>{id}:</code> Id of the file generate on the Post endpoint.</p>\n<h3 id=\"response\">Response</h3>\n<p>Upon successful request, the response will be a CSV file containing the content of the report.</p>\n","urlObject":{"protocol":"https","path":["tlv-integration","external-seller","api","tabulations","csv","{{file-id-csv}}"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f48353b7-5bf1-4131-85fb-22193c4e223b"}],"id":"eabe0bb7-abba-4023-948d-1f8cdbadc28a","_postman_id":"eabe0bb7-abba-4023-948d-1f8cdbadc28a","description":""},{"name":"Meta","item":[{"name":"meta leads integrator","id":"c7395bbf-3f75-4bbd-95cd-222393c8b052","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{x-caller-agency}}","type":"text"},{"key":"Authorization","value":"Bearer {{access-token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":180000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/meta","description":"<p>Purpose: Processes Meta lead requests and forwards them to internal message queues for lead processing workflows.</p>\n<h3 id=\"required-fields-and-validation\">Required Fields and Validation</h3>\n<p>The endpoint accepts a MetaLeadRequestDTO with the following required fields:</p>\n<ol>\n<li>leadgen_id (Long) - Required</li>\n</ol>\n<ul>\n<li><p>Meta's unique identifier for the lead generation</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n<li><p>Used as primary tracking identifier</p>\n</li>\n</ul>\n<ol>\n<li>event (MetaEvent) - Required</li>\n</ol>\n<ul>\n<li><p>Type of event being processed</p>\n</li>\n<li><p>Possible values: QUALIFIED_LEAD, INITIAL_LEAD</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n</ul>\n<ol>\n<li>site (Site) - Required</li>\n</ol>\n<ul>\n<li><p>Geographic/business site identifier</p>\n</li>\n<li><p>Possible values: MLA, MLB, MLM, MLC</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n</ul>\n<ol>\n<li>tpv (BigDecimal) - Required</li>\n</ol>\n<ul>\n<li><p>Total Payment Volume for TPV validation</p>\n</li>\n<li><p>Must be positive value</p>\n</li>\n<li><p>Cannot be null</p>\n</li>\n</ul>\n<h3 id=\"business-logic-flow\">Business Logic Flow</h3>\n<ol>\n<li><p>Agency Validation: The service validates that the provided callerId corresponds to an existing agency in the system</p>\n</li>\n<li><p>TPV Validation: Implements SMB (Small and Medium Business) validation based on site-specific TPV thresholds:</p>\n</li>\n</ol>\n<ul>\n<li><p>MLB: 15000.00 BRL</p>\n</li>\n<li><p>MLA: 8000000.00 ARS</p>\n</li>\n<li><p>MLM: 100000.00 MXN</p>\n</li>\n<li><p>MLC: 4000000.00 CLP</p>\n</li>\n</ul>\n<ol>\n<li>Message Queue Processing: If validation passes, the lead is transformed and sent to the Meta leads topic for downstream processing</li>\n</ol>\n<h3 id=\"response-format\">Response Format</h3>\n<ul>\n<li><p>Success: HTTP 204 No Content</p>\n</li>\n<li><p>Error: HTTP 404 if agency not found, or other appropriate error codes</p>\n</li>\n</ul>\n<h3 id=\"security-and-validation\">Security and Validation</h3>\n<ul>\n<li><p>Request body validation using Bean Validation annotations</p>\n</li>\n<li><p>Agency authentication by header validation</p>\n</li>\n<li><p>TPV business rule validation to ensure lead quality</p>\n</li>\n</ul>\n","urlObject":{"protocol":"https","path":["tlv-integration","meta"],"host":["api","mercadopago","com"],"query":[],"variable":[]}},"response":[{"id":"57fd9514-a106-42e8-a224-2723a932e26c","name":"tpv invalid","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":0\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:49:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"0f9cfb6d-23a1-4558-93f3-89e7236e7061"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"Bzp7q-NIdeZxxW8JtD0o1jKc3DdpJED5psXHE6kYyG6B-VS5DaEi0CEr3jEkK3TA7YoDaiCcv9u7SKMCu9LndRQSbsg5Jdv9gVTP4w8KkXlCC5nqZUQb5yVJc3F6mGAf82jPGWlNqNsy6_ZWgdl65g"},{"key":"x-b3-traceid","value":"b4e4e5d913628b45"},{"key":"x-b3-spanid","value":"3435ac2fc2592483"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"tpv: tpv must be positive; \",\n    \"status\": 400\n}"},{"id":"04887ad3-896c-41ae-962b-832853e4d9c2","name":"Sucess request","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":180000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/meta"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:40:16 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"d5c634bc-3c23-413c-8e52-47d0df8dd140"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"uNO1uzQy-qy6yY3BnnklL0ni5BRBJaiMHGZ_b8WvLVMj1-8zSkXzLiZmRudun6YaJLk95FGs5qhUcmM85Tr8B1-2pMXeW9ZJQB0ivyJ5RO2umLu1nCsZnFU53fNzBv0dXhdMV8npjupbvtEgokAe_A"},{"key":"x-b3-traceid","value":"b95c36b94e252600"},{"key":"x-b3-spanid","value":"652cd1eb78ae0c89"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0ec18c86feac15aa7-10.54.28.170"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":null},{"id":"7ab886cd-d357-4a67-96e0-5877c98c3724","name":"leadgen null","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event\": \"QUALIFIED_LEAD\",\n    \"site\": \"MLB\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:51:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"95fb8262-847d-46a9-b299-dd8ccb120724"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"Y8dXniO1eoHhujGGFn5ktpDs4MZckrCQSN1WLPojUg_R2G7TKZx38ETF5R9DDG1T2Nn5g5gQddPyFE3P-r6alTfitLA6DozMeO0Kw5wRRNASYoZKXxJx0UaySBk3-3VDFOfxC7xjdGLkuFjJGtqa0A"},{"key":"x-b3-traceid","value":"1ec54327f3766ba2"},{"key":"x-b3-spanid","value":"892da7a51eadf255"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"leadgenId: leadgen_id cannot be null; \",\n    \"status\": 400\n}"},{"id":"548c0fb4-722e-41da-ab11-556145dae6bf","name":"event null","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"site\": \"MLB\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:51:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"a197b3a8-68e3-4522-951b-1b86356044ab"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"-dNc10EVU4peo8z7NR9tFESUzXRv5ayipxvab1QqnyalF8jwRsVUkl4KK-ehrmZ4FQHdC0iFZssCAZ1yE-29LKAVZCEU6bNIGSY3gQ2ddCEfYkJXZN-EUDh-NkWyGVxKwiMnQe26VLSBfqWe6AKOpg"},{"key":"x-b3-traceid","value":"5d71aa0f9724be5b"},{"key":"x-b3-spanid","value":"20fc6db8b14bb4e4"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"event: event cannot be null; \",\n    \"status\": 400\n}"},{"id":"ec217a16-b595-448a-ae71-e7aa10a2e4b7","name":"site null","originalRequest":{"method":"POST","header":[{"key":"x-caller-agency","value":"{{caller id}}","type":"text"},{"key":"Authorization","value":"Bearer {{your token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"leadgen_id\": 637401095590945,\n    \"event\": \"QUALIFIED_LEAD\",\n    \"tpv\":25000\n}","options":{"raw":{"language":"json"}}},"url":"https://api.mercadopago.com/tlv-integration/meta"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Jul 2025 17:50:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Accept-Encoding"},{"key":"x-request-id","value":"07f9dc5f-c57a-4699-b9a8-c8651c61c476"},{"key":"x-fury-user","value":"magaldino"},{"key":"x-trace-digest-73","value":"hr_ZhjrST1Bstd4kmAs812uw1CRJDJfHIYOTT3lvbgC50htNwAlrhsN_Mg6Vr8Xb1QjQlop65xY5EO3M-yvfkmGbLKBNGjJhCp8WyjKC0MIDhnvIhODPkqZuNcenZLplemGwYuMPj_kWyU7OgQ5uGw"},{"key":"x-b3-traceid","value":"d13ab30c887fbf64"},{"key":"x-b3-spanid","value":"973cd23ec28036dd"},{"key":"x-b3-sampled","value":"0"},{"key":"x-api-server-segment","value":"legacy"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=63072000; includeSubDomains; preload"},{"key":"X-Nginx-Host","value":"i-0bb5038f46fd0b790-10.54.28.198"},{"key":"X-Nginx-Pool","value":"beta.mgrowth-tlv-integration.melifrontends.com"},{"key":"X-Nginx-UpstreamHost","value":"172.19.0.5:80"},{"key":"X-Upstream-Server","value":"envoy"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"bad_request\",\n    \"message\": \"site: site cannot be null; \",\n    \"status\": 400\n}"}],"_postman_id":"c7395bbf-3f75-4bbd-95cd-222393c8b052"}],"id":"ab8331d7-efb7-485d-8f15-8ab890ebfa8e","description":"<p>Implementation of a new endpoint for validating and sending qualified leads from the Takeblip agency to Meta. The endpoint validates the TPV (Total Purchase Volume) by market before sending the leads to the Meta topic, ensuring that only leads with TPV above the minimum value are processed.</p>\n","_postman_id":"ab8331d7-efb7-485d-8f15-8ab890ebfa8e"}],"id":"f2c06b9f-8425-4a78-ada9-d250ef26e737","description":"<p>Production environment.</p>\n","_postman_id":"f2c06b9f-8425-4a78-ada9-d250ef26e737"}],"event":[{"listen":"prerequest","script":{"id":"8ad21be4-9c29-4ea1-b368-4cce14d2ac81","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"86bb4825-9fcb-4ef4-aae6-0cdfbbb9288a","type":"text/javascript","exec":[""]}}],"variable":[{"key":"caller-id","value":"{{caller id}}"},{"key":"token","value":"{{your token}}"},{"key":"site-id","value":"{{your site id (ex. MLB)}}"},{"key":"batch-number","value":"{{batch number}}"}]}