GET
stripe_accounts_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 connected account by ID.
from charter.packs import stripe
result = await stripe.accounts_retrieve.ainvoke({"account": ...})
| Field | Type | Description |
|---|---|---|
account * | string | The ID of the connected account, beginning ‘acct_’. |
Was this page helpful?