Zurück zu Stripe
Verbinde Knoon AI mit Stripe, um KI-Workflows zu automatisieren.
Create a Stripe issuing dispute.
stripeDefaultCreateIssuingDispute
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| payload | mustache | JSON payload string to send to Stripe (e.g. {"transaction": "ipi_123", "reason": "fraudulent"}). | 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. |
| transactionId | string | Transaction ID when available. |
| evidenceDueBy | string | Evidence due by time (ISO) when available. |
| createdAt | string | Dispute creation time (ISO). |