AI resources
Endpoints for external digital wallets to scan and process credit card payments on QR codes generated by Mercado Pago.
| Operation | Path | Description |
| Resolve QRGET | /instore/v2/external/resolve | Resolves the raw content of the scanned QR and returns the order.id and available payment methods. |
| Query available plansPATCH | /instore/v2/external/orders/{order_id}/plans | Returns the available installment plans for the card BINs and order amount. |
| Process paymentPOST | /instore/v2/external/orders/{order_id}/payments | Processes the credit card payment using Card Data, Brand Token, or Acceptor Token. |
| Get payment by payment IDGET | /instore/v2/external/payments/{payment_id} | Returns the detail and status of a payment by its ID. |
| Get payments by order IDGET | /instore/v2/external/orders/{order_id}/payments | Returns the list of payments associated with an order. |
| Generate Acceptor TokenPOST | /instore/v2/external/payments/tokens | Tokenizes card data (Card Data or Brand Token) to use as Acceptor Token in the process payment endpoint. |
