Indietro a Stripe
Connetti Knoon AI con Stripe per automatizzare i flussi di lavoro AI.
List Stripe disputes.
stripeDefaultListDisputes
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| chargeId | mustache | Optional Stripe charge ID to filter by. | No |
| paymentIntentId | mustache | Optional Stripe payment intent ID to filter by. | No |
| status | mustache | Optional dispute status filter. | No |
| limit | mustache | Optional max number of disputes to return (1-100). Defaults to 10. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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). |