Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe disputes.
stripeDefaultListDisputes
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| 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 |
Returns
| Name | Type | Description |
|---|---|---|
| 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). |