POST
stripe_payment_methods_attach.py
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Attach a payment method to a customer so it can be charged later.
from charter.packs import stripe
result = await stripe.payment_methods_attach.ainvoke({"paymentMethod": ..., "customer": ...})
| Field | Type | Description |
|---|---|---|
paymentMethod * | string | The ID of the payment method. |
| Field | Type | Description |
|---|---|---|
customer * | string | The ID of the customer to attach this method to. |
Was this page helpful?