put https://api-preview.platform.breadpayments.com/api/servicing/payment-agreement//disputes/
Closes the dispute on a payment agreement
Log in to see full request history
Responses
Closes the dispute on a payment agreement
xxxxxxxxxx
10curl --request PUT \
--url https://api-preview.platform.breadpayments.com/api/servicing/payment-agreement/id/disputes/disputeID \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"resolutionCode": "UNSPECIFIED_REASON_CODE",
"chargebackType": "UNKNOWN_CHARGEBACK_TYPE"
}
'
Try It!
to start a request and see the response here! Or choose an example: