חזרה אל Stripe
התחבר ל-Knoon AI עם Stripe כדי לאוטומטי תהליכי עבודה של AI.
Update a Stripe dispute with new evidence or metadata.
stripeDefaultUpdateDispute
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| disputeId | mustache | Stripe dispute ID (e.g. "dp_12345"). | כן |
| payload | mustache | JSON payload string to send to Stripe (e.g. {"evidence": {"customer_email_address": "buyer@example.com"}}). | כן |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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). |