Skip to main content

Documentation

Retrieve Dispute

Retrieve the details of a dispute.

    • dispute

    • ID of the dispute you want to retrieve. String starting with dispute_.

  • /v1/disputes/:dispute

  • Retrieve Dispute

  • curl -X get
    https://sandboxapi.rapyd.net/v1/disputes/dispute_3e4862ba69665f04da530154f1019998
    -H 'access_key: your-access-key-here'
    -H 'Content-Type: application/json'
    -H 'salt: your-random-string-here'
    -H 'signature: your-calculated-signature-here'
    -H 'timestamp: your-unix-timestamp-here'
    
  • {
        "status": {
            "error_code": "",
            "status": "SUCCESS",
            "message": "",
            "response_code": "",
            "operation_id": "cc4f4fd5-0c28-4e73-b0f3-b73d9ba1b148"
        },
        "data": {
            "id": "1d34c78e-4adf-49df-9450-f5bd78300834",
            "token": "dispute_3e4862ba69665f04da530154f1019998",
            "status": "ACT",
            "amount": 26.49,
            "currency": "USD",
            "dispute_category": "Cardholder Dispute",
            "dispute_reason_description": "Goods or Services Not Provided",
            "original_transaction_currency": "USD",
            "original_transaction_amount": 26.49,
            "original_dispute_amount": 26.49,
            "original_dispute_currency": "USD",
            "original_transaction_id": "payment_ce936f36d93bc9307a3db9ebfd3deaaa",
            "ewallet_id": null,
            "central_processing_date": null,
            "created_at": 1650974101,
            "updated_at": 1650974101,
            "due_date": 1651751701,
            "payment_method": "card_39d8aee398dfa5492fc2a0ea2822958f",
            "payment_method_data": {
                "id": "card_39d8aee398dfa5492fc2a0ea2822958f",
                "type": "us_visa_card",
                "category": "card",
                "metadata": null,
                "image": "",
                "webhook_url": "",
                "supporting_documentation": "",
                "next_action": "not_applicable",
                "name": "John Doe",
                "last4": "1219",
                "acs_check": "unchecked",
                "cvv_check": "unchecked",
                "bin_details": {
                    "type": null,
                    "brand": null,
                    "level": null,
                    "country": null,
                    "bin_number": "453992"
                },
                "expiration_year": "25",
                "expiration_month": "11",
                "fingerprint_token": "ocfp_f63d2a47a4ccca8613e8b00dc481d461"
            },
            "rate": 1,
            "evidence": null,
            "evidence_reason_code": null,
            "pre_dispute": false
        }
    }