Raise Third Party Dispute

Create third party dispute

This raises a third-party dispute. Disputes can only be raised for orders that has not been completed or that have not been canceled, the email used must be the email of the customer who placed the order. This should direct you to our chat hub implementation.

Raise a dispute

POST https://canary.xendbridge.com/api/Dispute/ThirdParty/RaiseDispute

Headers

Request Body

{
    "data": {
        "isSuccessful": true,
        "reason": "",
        "disputeReference": "XB_1c69997f72624ed69dc880868dfae93f"
    },
    "status": "OK",
    "message": ""
}

Last updated