communication_detail
value or The partner can add the partner action
information.username:password
Authorization: Basic *****************
[
{
"op": "add",
"path": "/communication_details",
"value": {
"email": "merchant@example.com",
"note": "Please send a picture of items to the above email address."
}
}
]
curl --location -g --request PATCH 'https://api-m.sandbox.paypal.com/v1/customer/disputes/{{dispute_id}}' \
--header 'PayPal-Request-Id: ' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '[
{
"op": "add",
"path": "/communication_details",
"value": {
"email": "merchant@example.com",
"note": "Please send a picture of items to the above email address."
}
}
]'
{
"error": "invalid_token",
"error_description": "Token signature verification failed"
}