Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
Create a Stripe issuing dispute.
stripeDefaultCreateIssuingDispute
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| payload | mustache | JSON payload string to send to Stripe (e.g. {"transaction": "ipi_123", "reason": "fraudulent"}). | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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). |