Back to Stripe

Connect Knoon AI with Stripe to automate AI workflows.

Update a Stripe issuing dispute with new evidence or metadata.
stripeDefaultUpdateIssuingDispute
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
disputeIdmustache Stripe issuing dispute ID (e.g. "idp_12345").Yes
payloadmustache JSON payload string to send to Stripe (e.g. {"evidence": {"fraudulent": {"explanation": "Card not present"}}}).Yes
Returns
NameTypeDescription
idstring Dispute ID.
statusstring Dispute status.
amountnumber Dispute amount.
currencystring Dispute currency.
reasonstring Dispute reason.
transactionIdstring Transaction ID when available.
evidenceDueBystring Evidence due by time (ISO) when available.
createdAtstring Dispute creation time (ISO).