POST
stripe_payment_methods_detach.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Detach a payment method from its customer. This is permanent: it can no longer be charged and cannot be reattached.
from charter.packs import stripe
result = await stripe.payment_methods_detach.ainvoke({"paymentMethod": ...})
| Field | Type | Description |
|---|---|---|
paymentMethod * | string | The ID of the payment method. |
Was this page helpful?