Skip to main content

Documentation

Dispute Created Webhook

The PAYMENT_DISPUTE_CREATED webhook is sent when a dispute is created.

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

To simulate a dispute in the sandbox, see Simulating Cardholder Disputes.

  • PAYMENT_DISPUTE_CREATED Webhook

  • {
        "id": "wh_3892cd134d9be8e9df25f41697f7cf91",
        "data": {
            "id": "56733c94-2580-488e-984c-afb9257d902b",
            "rate": 1,
            "token": "dispute_6bd95ecec6bee6a505d39b56dbded2ec",
            "amount": 10,
            "status": "ACT",
            "currency": "USD",
            "due_date": 1651726898,
            "evidence": null,
            "created_at": 1650949298,
            "ewallet_id": "ewallet_e2150f478c15d97b807b9ed179b798a0",
            "updated_at": 1650949298,
            "pre_dispute": false,
            "payment_method": "card_1bdedd5b9467409accd26edbe0358a8c",
            "dispute_category": "Authorization",
            "payment_method_data": {
                "id": "card_1bdedd5b9467409accd26edbe0358a8c",
                "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_185b8ef92ef6f3a26ef0ac5fe41e6263",
            "original_dispute_currency": "USD",
            "dispute_reason_description": "Authorization Errors",
            "original_transaction_amount": 10,
            "original_transaction_currency": "USD"
        },
        "type": "PAYMENT_DISPUTE_CREATED",
        "status": "NEW",
        "created_at": 1650949298,
        "extended_timestamp": 1650949298936,
        "trigger_operation_id": "de786a9f-36dd-468e-9e9a-a8d5dcdd7e33"
    }