返回 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). |