Terug naar Stripe
Verbinding maken met Knoon AI met Stripe om AI-workflows te automatiseren.
Fetch a Stripe dispute by ID.
stripeDefaultRetrieveDispute
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 dispute ID (e.g. "dp_12345"). | 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. |
| chargeId | string | Charge ID when available. |
| evidenceDueBy | string | Evidence due by time (ISO) when available. |
| createdAt | string | Dispute creation time (ISO). |