Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
Fetch a Stripe customer by ID.
stripeDefaultRetrieveCustomer
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| customerId | mustache | Stripe customer ID (e.g. "cus_12345"). | Yes |
Returns
| Name | 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). |