GET
stripe_checkout_sessions_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 checkout session. Check payment_status as well as status: a complete session has finished, which is not the same as having been paid.
from charter.packs import stripe
result = await stripe.checkout_sessions_retrieve.ainvoke({"session": ...})
| Field | Type | Description |
|---|---|---|
session * | string | The ID of the checkout session. |
Was this page helpful?