GET
stripe_customers_retrieve.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a single customer by ID.
from charter.packs import stripe
result = await stripe.customers_retrieve.ainvoke({"customer": ...})
| Field | Type | Description |
|---|---|---|
customer * | string | The identifier of the customer, e.g. ‘cus_NffrFeUfNV2Hib’. |
Was this page helpful?