Πίσω στο 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). |