Mercado Pago · Capability

In Person Qr

In Person Qr is a Naftiko capability published by Mercado Pago, one of 5 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

in-person-qr.yaml Raw ↑
name: in-person-qr
description: |
  Workflow capability: collect an in-person payment via a Mercado Pago
  static or dynamic QR code. Agent provisions a store and POS, attaches
  a QR order, then waits for the buyer to scan and pay.
provider: mercado-pago
shared:
  - shared/point.yaml
  - shared/payments.yaml
flow:
  - step: Create store
    operationId: createStore
    optional: true
  - step: Create POS
    operationId: createPos
    optional: true
  - step: Create or replace the QR order
    operationId: createQrOrder
    input:
      total_amount: required
      external_reference: recommended
      notification_url: required
      items: required
  - step: Listen for payment
    triggers:
      - webhook: payment.created
      - webhook: payment.updated
  - step: Inspect payment
    operationId: getPayment
tags:
  - QR
  - In Person
  - POS
  - Workflow