Stripe로 돌아가기

Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.

Update a Stripe dispute with new evidence or metadata.
stripeDefaultUpdateDispute
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
disputeIdmustache Stripe dispute ID (e.g. "dp_12345").
payloadmustache JSON payload string to send to Stripe (e.g. {"evidence": {"customer_email_address": "buyer@example.com"}}).
반환값
이름유형설명
idstring Dispute ID.
statusstring Dispute status.
amountnumber Dispute amount.
currencystring Dispute currency.
reasonstring Dispute reason.
chargeIdstring Charge ID when available.
evidenceDueBystring Evidence due by time (ISO) when available.
createdAtstring Dispute creation time (ISO).