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

# payouts_retrieve

> Retrieve a payout by ID.

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

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

result = await stripe.payouts_retrieve.ainvoke({"payout": ...})
```

## Path parameters

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