{"section":"known-issues","requestedLocale":"en","requestedSlug":"error-when-settling-transaction-with-2-cards-mercadopagov1","locale":"en","slug":"error-when-settling-transaction-with-2-cards-mercadopagov1","path":"docs/en/known-issues/Payments/error-when-settling-transaction-with-2-cards-mercadopagov1.md","branch":"main","content":"## Summary\n\nWhen a transaction is processed through the **MercadoPagoV1** connector using **two credit cards**, the settlement request fails because VTEX incorrectly calls the MercadoPago API by **concatenating both TIDs** into a single request, instead of making individual calls for each payment.\n**Current (incorrect) behavior:**\n\n    GET https://api.mercadopago.com/v1/payments/15313374757_15313364925\n\n**Expected behavior:**\n\n    GET https://api.mercadopago.com/v1/payments/15313364925GET https://api.mercadopago.com/v1/payments/15313374757\n\nAs a result, the MercadoPago API returns a `404 Not Found` response, causing the settlement to fail.\n\n## Simulation\n\nUnable to reproduce in a controlled environment. The issue manifests in production for transactions using the **MercadoPagoV1** connector where the customer splits the payment across **two credit cards**.\n\n## Workaround\n\nThere is no workaround available."}