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