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