Escalate dispute to claim
POST {{base_url}}/v1/customer/disputes/:dispute_id/escalate
Escalates the dispute, by ID, to a PayPal claim. To make this call, the stage in the dispute lifecycle must be
INQUIRY
.
Request Body
{"note"=>"Escalating to PayPal claim for resolution."}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"links":[{"href":"https://api-m.sandbox.paypal.com/v1/customer/disputes/PP-R-EYZ-10065656","rel":"detail","method":"GET"}]}