cURL
curl --request GET \ --url https://api.withflex.com/v1/disputes/{dispute_id} \ --header 'Authorization: Bearer <token>'
{ "dispute": { "dispute_id": "<string>", "payment_intent_id": "<string>", "amount": 123, "created_at": "<string>", "reason": "<string>", "status": "lost", "evidence": {} } }
Retrieves the dispute with the given ID.
Use a Bearer token to access this API.
The response is of type object.
object