> ## 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.

# refunds_retrieve

> Retrieve a single refund by ID, including its current status.

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

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

result = await stripe.refunds_retrieve.ainvoke({"refund": ...})
```

## Path parameters

<div className="reference-table">
  | Field                                                          | Type     | Description                       |
  | -------------------------------------------------------------- | -------- | --------------------------------- |
  | `refund` <span className="required" title="required">\*</span> | `string` | The ID of the refund to retrieve. |
</div>
