GET
stripe_refunds_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 refund by ID, including its current status.
from charter.packs import stripe
result = await stripe.refunds_retrieve.ainvoke({"refund": ...})
| Field | Type | Description |
|---|---|---|
refund * | string | The ID of the refund to retrieve. |
Was this page helpful?