cURL
curl --request GET \ --url https://api.withflex.com/v1/disputes/{dispute_id} \ --header 'Authorization: Bearer <token>'
{ "dispute": { "dispute_id": "<string>", "stripe_dispute_id": "<string>", "payment_intent_id": "<string>", "amount": 123, "created_at": "<string>", "status": "<unknown>", "reason": "bank_cannot_process", "is_charge_refundable": true, "evidence_details": { "has_evidence": true, "past_due": true, "submission_count": 123, "due_by": "<string>" } } }
Retrieves the dispute with the given ID.
Use a Bearer token to access this API.
A dispute represents a customer's challenge to a payment. Maps to Stripe's Dispute object with additional Flex-specific fields.
Show child attributes