INQUIRY
.username:password
Authorization: Basic *****************
{
"note": "Escalating to PayPal claim for resolution."
}
curl --location -g --request POST 'https://api-m.sandbox.paypal.com/v1/customer/disputes/{{dispute_id}}/escalate' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"note": "Escalating to PayPal claim for resolution."
}'
{
"links": [
{
"href": "https://api-m.sandbox.paypal.com/v1/customer/disputes/PP-R-EYZ-10065656",
"rel": "detail",
"method": "GET"
}
]
}