GET
stripe_payouts_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 payout by ID.
from charter.packs import stripe
result = await stripe.payouts_retrieve.ainvoke({"payout": ...})
| Field | Type | Description |
|---|---|---|
payout * | string | The ID of the payout. |
Was this page helpful?