返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
Fetch a Stripe issuing transaction by ID.
stripeDefaultRetrieveIssuingTransaction
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| transactionId | mustache | Stripe issuing transaction ID (e.g. "ipi_12345"). | 是的 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Transaction ID. |
| amount | number | Transaction amount. |
| currency | string | Transaction currency. |
| status | string | Transaction status. |
| type | string | Transaction type. |
| merchantName | string | Merchant name when available. |
| cardId | string | Card ID when available. |
| createdAt | string | Transaction creation time (ISO). |