CloseChargebackRequest

Request body to close a PIX MED Chargeback (contested participant only, OPEN → CLOSED)

  • analysisResult
    Type: string enum
    required

    Result of the crediting participant's analysis on a Refund request (Bacen DICT API v2.10.1)

    values
    • TOTALLY_ACCEPTED
    • PARTIALLY_ACCEPTED
    • REJECTED
  • analysisDetails
    Type: string
    max length:  
    2000

    Analysis notes explaining the decision (max 2000 chars)

  • effectiveRefundedAmount
    Type: number

    Actual amount returned; equals full amount for TOTALLY_ACCEPTED, partial for PARTIALLY_ACCEPTED, zero for REJECTED

  • refundTransactionId
    Type: string

    End-to-end ID of the actual refund PIX transaction executed by the credited participant

  • rejectionReason
    Type: string enum

    Reason for rejection when a Refund is not totally accepted (Bacen DICT API v2.10.1)

    values
    • NO_BALANCE
    • ACCOUNT_CLOSURE
    • INVALID_REQUEST
    • OTHER