Voltar para Stripe
Conectar Knoon AI com Stripe para automatizar fluxos de trabalho de AI.
List Stripe issuing disputes.
stripeDefaultListIssuingDisputes
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| transactionId | mustache | Optional Stripe issuing transaction ID to filter by. | Não |
| status | mustache | Optional dispute status filter. | Não |
| limit | mustache | Optional max number of disputes to return (1-100). Defaults to 10. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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). |