Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
List Stripe issuing disputes.
stripeDefaultListIssuingDisputes
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| transactionId | mustache | Optional Stripe issuing transaction ID to filter by. | Non |
| status | mustache | Optional dispute status filter. | Non |
| limit | mustache | Optional max number of disputes to return (1-100). Defaults to 10. | Non |
Retours
| Nom | Type | Description |
|---|---|---|
| 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). |