GET
stripe_customer_payment_method_retrieve.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve one payment method belonging to a customer.
from charter.packs import stripe
result = await stripe.customer_payment_method_retrieve.ainvoke({"paymentMethod": ..., "customer": ...})
| Field | Type | Description |
|---|---|---|
paymentMethod * | string | The ID of the payment method. |
customer * | string | The ID of the customer the method belongs to. |
Was this page helpful?