Stripe に戻る
Stripe と Knoon AI を接続して 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). |