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
Name | Type | Description |
---|---|---|
publicKey* | {publicKey} |
Request Body
Name | Type | Description |
---|---|---|
orderReference* | XB_60a08393c17142f584563741ee9c834c | |
remark* | I have paid but yet to receive my crypto | |
base64Attachment | iVBORw0KGgoAAAANSUhEUgAAB9AAAAfQCAYAAACaOMR5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm | |
emailAddress* | johndoe@gmail.com |
Parameters | Type | Definitions |
---|---|---|
emailAddress | string |
|
orderReference | string |
|
remark | string |
|
base64Attachment | string | This is a base64 converted string of an uploaded document. |
Last updated