Skip to main content

Documentación

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_7a14ef258b3cd91f04e7d52803a6de22",
        "data": {
            "id": "c82f4a17-3e5d-41bc-b07a-99d134258ef1",
            "rate": 1,
            "token": "dispute_a93c7f02e1dd48b6f035c78452a1b9d4",
            "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",
            "merchant_reference_id": "merchant_ref_001",
            "merchant_ewallet": "ewallet_42dbfb7fd7638a95d6ba084ac07dec1e"
        },
        "type": "PAYMENT_DISPUTE_CREATED",
        "status": "NEW",
        "created_at": 1650949298,
        "extended_timestamp": 1650949298936,
        "trigger_operation_id": "f1c3b82e-7041-49da-b358-16e4dc902f81"
    }