Skip to main content

Documentation

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_0e06455f66513422d0f4c13e81a5b301",
        "data": {
            "id": "a011c669-83db-4071-afdc-52bedbbe75b9",
            "rate": 1,
            "token": "dispute_84f4dd0b141abda0f89632d19a20bed3",
            "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"
        },
        "type": "PAYMENT_DISPUTE_UPDATED",
        "status": "NEW",
        "created_at": 1650976268,
        "extended_timestamp": 1650976268456,
        "trigger_operation_id": "a9f8ca5c-5506-4429-a027-82097a405f4d"
    }