Atrás a Stripe
Conectar Knoon AI con Stripe para automatizar flujos de trabajo de AI.
List Stripe issuing disputes.
stripeDefaultListIssuingDisputes
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| transactionId | mustache | Optional Stripe issuing transaction 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 |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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). |