> ## Documentation Index
> Fetch the complete documentation index at: https://docs.r28.ai/charter/llms.txt
> Use this file to discover all available pages before exploring further.

# customers_retrieve

> Retrieve a single customer by ID.

<div className="tool-route"><span className="tool-row-method" data-method="GET">GET</span><code>{"https://api.stripe.com/v1/customers/{customer}"}</code></div>

```python stripe_customers_retrieve.py theme={null}
from charter.packs import stripe

result = await stripe.customers_retrieve.ainvoke({"customer": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                            | Type     | Description                                                 |
  | ---------------------------------------------------------------- | -------- | ----------------------------------------------------------- |
  | `customer` <span className="required" title="required">\*</span> | `string` | The identifier of the customer, e.g. 'cus\_NffrFeUfNV2Hib'. |
</div>
