ย้อนกลับไปยัง Stripe
เชื่อมต่อ Knoon AI กับ Stripe เพื่อทำงานอัตโนมัติของเวิร์กโฟลว์ AI
List Stripe issuing disputes.
stripeDefaultListIssuingDisputes
เบต้า
ภายใน
สิทธิ์การใช้งาน
ไม่มีรายการให้แสดง
สิทธิ์การใช้งานตัวเลือก
ไม่มีรายการให้แสดง
พารามิเตอร์
| ชื่อ | ประเภท | คำอธิบาย | จำเป็นต้องมี |
|---|---|---|---|
| transactionId | mustache | Optional Stripe issuing transaction ID to filter by. | ไม่ |
| status | mustache | Optional dispute status filter. | ไม่ |
| limit | mustache | Optional max number of disputes to return (1-100). Defaults to 10. | ไม่ |
คืนสินค้า
| ชื่อ | ประเภท | คำอธิบาย |
|---|---|---|
| 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). |