GET
stripe_disputes_retrieve.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a dispute by ID. evidence_details.due_by is the deadline; evidence submitted after it is wasted.
from charter.packs import stripe
result = await stripe.disputes_retrieve.ainvoke({"dispute": ...})
| Field | Type | Description |
|---|---|---|
dispute * | string | The ID of the dispute. |
Was this page helpful?