Mercado Pago · Capability

Refund And Dispute

Refund And Dispute 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

refund-and-dispute.yaml Raw ↑
name: refund-and-dispute
description: |
  Workflow capability: process a refund (full or partial) and handle any
  resulting buyer claim or chargeback. Composes payment refund, claims
  search, and chargeback lookup.
provider: mercado-pago
shared:
  - shared/payments.yaml
flow:
  - step: Refund the payment
    operationId: refundPayment
    input:
      amount: optional_for_partial
  - step: Verify refund status
    operationId: getRefund
  - step: Check claims if disputed
    operationId: searchClaims
    optional: true
  - step: Inspect chargeback if charged-back
    operationId: getChargeback
    optional: true
tags:
  - Refunds
  - Claims
  - Chargebacks
  - Workflow