Tillbaka till Stripe
Anslut Knoon AI med Stripe för att automatisera AI-flöden.
Create a Stripe issuing dispute.
stripeDefaultCreateIssuingDispute
BETA
Intern
Behörigheter
Det finns inga objekt att visa.
Valfria behörigheter
Det finns inga objekt att visa.
Parametrar
| Namn | Typ | Beskrivning | Obligatoriskt |
|---|---|---|---|
| payload | mustache | JSON payload string to send to Stripe (e.g. {"transaction": "ipi_123", "reason": "fraudulent"}). | Ja |
Returer
| Namn | Typ | Beskrivning |
|---|---|---|
| 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). |