POST
stripe_disputes_update.py
from charter.packs import stripe
result = await stripe.disputes_update.ainvoke({"dispute": ...})
Path parameters
| Field | Type | Description |
|---|---|---|
dispute * | string | The ID of the dispute. |
Body
| Field | Type | Description |
|---|---|---|
evidence | DisputeEvidence | Evidence supporting the charge. |
submit | boolean | Whether to send the evidence to the bank now. False stages it on the dispute instead, where it can be read and changed. Stripe submits if this is not set, and submitting cannot be undone. |
metadata | map of string | Set of key-value pairs attached to the dispute. |