AI resources

Manage chargebacks

Upon receiving a chargeback initiation notification, use the provided data to assist in managing the process. This data will be essential for preparing and submitting the necessary documentation for the dispute.

In this stage, analyze the detailed information included in the notification to understand the specific aspects of the chargeback. Below, we present a diagram that illustrates how the document submission and receipt flow works:

sequenceDiagram
    participant Server as Merchant server
    participant API as Mercado Pago API

    API->>Server: Chargeback notification
    Server-->>API: HTTP 200
    Server->>API: Get chargeback
    API->>Server: Chargeback response
    Server->>API: Upload supporting documentation
    API-->>Server: HTTP 200
    API->>Server: Chargeback update
    Server-->>API: HTTP 200