Skip to main content

Documentación

Dispute Updated Webhook

The PAYMENT_DISPUTE_UPDATED webhook is sent when a dispute is updated.

A dispute update requires the action of a third party, and this webhook is sent when the last required third-party action is completed.

  • PAYMENT_DISPUTE_UPDATED Webhook

  • {
        "id": "wh_b5d92e3f11a874cc0e2f81d94703b648",
        "data": {
            "id": "d74e1b30-92ac-4f77-8c6e-3a05b8d671f2",
            "rate": 1,
            "token": "dispute_c14b8e57f3a02d91e64870b52fc39da1",
            "amount": 10,
            "status": "RVW",
            "currency": "USD",
            "due_date": 1651753866,
            "evidence": null,
            "created_at": 1650976266,
            "ewallet_id": "ewallet_e2150f478c15d97b807b9ed179b798a0",
            "updated_at": 1650976268,
            "pre_dispute": false,
            "payment_method": "card_f65de11547f93f61c369a39f32555419",
            "dispute_category": "Authorization",
            "payment_method_data": {
                "id": "card_f65de11547f93f61c369a39f32555419",
                "name": "John Doe",
                "type": "at_mastercard_card",
                "image": "",
                "last4": "0101",
                "category": "card",
                "metadata": null,
                "acs_check": "unchecked",
                "cvv_check": "unchecked",
                "bin_details": {
                    "type": "CREDIT",
                    "brand": "MASTERCARD",
                    "level": "PLATINUM",
                    "country": "US",
                    "bin_number": "523929"
                },
                "next_action": "not_applicable",
                "webhook_url": "",
                "expiration_year": "25",
                "expiration_month": "04",
                "fingerprint_token": "ocfp_335b40f64d5bb87d9b5d1f2cdffced6d",
                "supporting_documentation": ""
            },
            "evidence_reason_code": null,
            "central_processing_date": 0,
            "original_dispute_amount": 10,
            "original_transaction_id": "payment_946ad0ce568c8ef2c811d672601eaed3",
            "original_dispute_currency": "USD",
            "dispute_reason_description": "Authorization Errors",
            "original_transaction_amount": 10,
            "original_transaction_currency": "USD",
            "merchant_reference_id": "merchant_ref_001",
            "merchant_ewallet": "ewallet_42dbfb7fd7638a95d6ba084ac07dec1e"
        },
        "type": "PAYMENT_DISPUTE_UPDATED",
        "status": "NEW",
        "created_at": 1650976268,
        "extended_timestamp": 1650976268456,
        "trigger_operation_id": "e2b47d91-6c83-4f5e-a720-53c91e8b0d37"
    }