v8
OpenAPI 3.1.02026-08-033623795.0 MBResolution Center Cases
Deny a Case
Denies the case, as the merchant: rejects the claim and closes the case with no refund.
post/resolution_center_cases/{id}/deny
Headers
Api-Version-Datestring
Example:2026-07-31
Pins the request to a dated API version.
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Response
case denied
Example response
{
"available_actions": [
"accept"
],
"outcome": "customer_won",
"reason": "fraudulent",
"refund": "none",
"status": "awaiting_merchant"
}