Zurück zu Stripe
Verbinde Knoon AI mit Stripe, um KI-Workflows zu automatisieren.
Update a Stripe dispute with new evidence or metadata.
stripeDefaultUpdateDispute
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| disputeId | mustache | Stripe dispute ID (e.g. "dp_12345"). | Ja |
| payload | mustache | JSON payload string to send to Stripe (e.g. {"evidence": {"customer_email_address": "buyer@example.com"}}). | Ja |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| id | string | Dispute ID. |
| status | string | Dispute status. |
| amount | number | Dispute amount. |
| currency | string | Dispute currency. |
| reason | string | Dispute reason. |
| chargeId | string | Charge ID when available. |
| evidenceDueBy | string | Evidence due by time (ISO) when available. |
| createdAt | string | Dispute creation time (ISO). |