Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
Fetch a Stripe issuing transaction by ID.
stripeDefaultRetrieveIssuingTransaction
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| transactionId | mustache | Stripe issuing transaction ID (e.g. "ipi_12345"). | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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). |