Read Dispute
Intent
Reads the dispute without changing it.
When to call it
Call this after your application has received or stored the identifier for the dispute.
Access boundary
Authorize the request with a token that carries disputes:read or disputes:write.
Successful result
A successful request returns 200. The response schema below defines the body your integration receives.
Operational notes
Get a dispute by ID.
Scopes: disputes:read disputes:write
Authorizations
Path Parameters
The dispute ID.
Response
Successful Response
Schema representing a dispute.
A dispute is a challenge raised by a customer or their bank regarding a payment.
The time Ruba created this record.
The time this record last changed.
The stable identifier for this record.
Status of the dispute. prevented means we issued a refund before the dispute was escalated, avoiding any fees.
prevented, early_warning, needs_response, under_review, lost, won "needs_response"
"prevented"
Whether the dispute has been resolved (won or lost).
false
Whether the dispute is closed (prevented, won, or lost).
false
Amount in cents disputed.
1000
Tax amount in cents disputed.
200
Currency code of the dispute.
"usd"
The reason for the dispute as reported by the card network (e.g. fraudulent, product_not_received). None until the processor reports it.
"fraudulent"
Deadline to submit evidence in response to the dispute. None when no response is required.
Whether the evidence submission deadline has passed.
false
The ID of the order associated with the dispute.
"57107b74-8400-4d80-a2fc-54c2b4239cb3"
The ID of the payment associated with the dispute.
"42b94870-36b9-4573-96b6-b90b1c99a353"
The customer who was charged for the disputed payment.
The ID of the support case for this dispute, if one was opened.