GET
stripe_payment_intents_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 PaymentIntent by ID.
from charter.packs import stripe
result = await stripe.payment_intents_retrieve.ainvoke({"paymentIntent": ...})
| Field | Type | Description |
|---|---|---|
paymentIntent * | string | The identifier of the PaymentIntent, e.g. ‘pi_3MtwBw…’. |
Was this page helpful?