disputes
Retrieve a Dispute
Retreieve a dispute by its ID
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
dispute_id
string
requiredID of the dispute to retrieve
Response
200 - application/json
id
string
payment_intent_id
string
status
enum<string>
Available options:
needs_response
, under_review
, closed
, warning_needs_response
, warning_under_review
, warning_closed
, won
, lost
evidence
object[]