Send message about dispute to other party
POST {{base_url}}/v1/customer/disputes/:dispute_id/send-message
Sends a message about a dispute, by ID, to the other party in the dispute. Merchants and customers can only send messages if the dispute_life_cycle_stage
value is INQUIRY
.
Request Body
{"message"=>"Shipment is in progress."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |