חזרה אל Stripe
התחבר ל-Knoon AI עם Stripe כדי לאוטומטי תהליכי עבודה של AI.
List Stripe disputes.
stripeDefaultListDisputes
בטא
פנימי
הרשאות
אין פריטים להצגה.
הרשאות אופציונליות
אין פריטים להצגה.
פרמטרים
| שם | סוג | תיאור | נדרש |
|---|---|---|---|
| chargeId | mustache | Optional Stripe charge ID to filter by. | לא |
| paymentIntentId | mustache | Optional Stripe payment intent ID to filter by. | לא |
| status | mustache | Optional dispute status filter. | לא |
| limit | mustache | Optional max number of disputes to return (1-100). Defaults to 10. | לא |
החזרות
| שם | סוג | תיאור |
|---|---|---|
| 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). |