Terug naar Stripe
Verbinding maken met Knoon AI met Stripe om AI-workflows te automatiseren.
Update a Stripe issuing dispute with new evidence or metadata.
stripeDefaultUpdateIssuingDispute
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| 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 |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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). |