Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
Fetch a Stripe product by ID.
stripeDefaultRetrieveProduct
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 |
|---|---|---|---|
| productId | mustache | Stripe product ID (e.g. "prod_12345"). | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| id | string | Product ID. |
| name | string | Product name. |
| description | string | Product description when available. |
| active | boolean | Whether the product is active. |
| defaultPriceId | string | Default price ID when available. |
| createdAt | string | Product creation time (ISO). |