Retour à Stripe
Connecter Knoon AI avec Stripe pour automatiser les flux de travail AI.
Fetch a Stripe customer by ID.
stripeDefaultRetrieveCustomer
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 |
|---|---|---|---|
| customerId | mustache | Stripe customer ID (e.g. "cus_12345"). | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| id | string | Customer ID. |
| string | Customer email when available. | |
| name | string | Customer name when available. |
| phone | string | Customer phone when available. |
| currency | string | Default currency when available. |
| balance | number | Customer balance. |
| delinquent | boolean | Whether the customer is delinquent. |
| createdAt | string | Customer creation time (ISO). |