Tilbake til Stripe
Koble til Knoon AI med Stripe for å automatisere AI-arbeidsflyter.
Update a Stripe issuing dispute with new evidence or metadata.
stripeDefaultUpdateIssuingDispute
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| disputeId | mustache | Stripe issuing dispute ID (e.g. "idp_12345"). | Ja |
| payload | mustache | JSON payload string to send to Stripe (e.g. {"evidence": {"fraudulent": {"explanation": "Card not present"}}}). | Ja |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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). |