Retrieve Resolution Center Case
Retrieves a single resolution center case with its full event timeline.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-27"
Path Parameters
The resolution center case ID (reso_ tag).
Response
case returned
The account the case was filed against.
The amount in question, in whole units of currency.
What you can do to this case right now, named for the endpoint that does it. Resolved for the calling credential, so a merchant and a customer reading the same case see their own options.
accept, deny, request_info, reply, appeal, withdraw The customer who opened the case.
When the case was opened, as an ISO 8601 timestamp.
Three-letter ISO currency code of the amount.
Whether the customer has appealed a decision on this case.
Whether Whop is involved — either reviewing the case, or waiting on the side named by status for something it asked for while reviewing.
Resolution center case ID, prefixed reso_.
Who prevailed on the claim. null until the case closes. Read refund for whether any money actually moved.
customer_won, merchant_won, withdrawn, null "customer_won"
The payment the case was opened against.
The plan the payment was made on, prefixed plan_.
The product the payment was for, prefixed prod_.
What the customer says went wrong. Shares the /disputes vocabulary, so a case that later becomes a chargeback reports the same complaint.
fraudulent, product_not_received, not_as_described, product_unacceptable, subscription_canceled "fraudulent"
Whether money moved and off whose balance: none, merchant, or platform (Whop refunded the customer and the merchant kept the funds). Independent of outcome — a case the merchant won can still carry a platform refund. null while the case is open, and on older closed cases that predate this being recorded.
none, merchant, platform, null "none"
When the next response is due, as an ISO 8601 timestamp.
Who the case is waiting on. awaiting_merchant and awaiting_customer name the side that owes a response, under_review means Whop is deciding, and closed means it is settled — read outcome for how.
awaiting_merchant, awaiting_customer, under_review, closed "awaiting_merchant"
When the case was last changed, as an ISO 8601 timestamp.

