Stripe로 돌아가기
Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.
Fetch a Stripe credit note by ID.
stripeDefaultRetrieveCreditNote
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| creditNoteId | mustache | Stripe credit note ID (e.g. "cn_12345"). | 네 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| id | string | Credit note ID. |
| status | string | Credit note status. |
| total | number | Credit note total. |
| currency | string | Credit note currency. |
| customerId | string | Customer ID. |
| invoiceId | string | Invoice ID. |
| memo | string | Credit note memo when available. |
| createdAt | string | Credit note creation time (ISO). |