#jarrett

1 messages · Page 1 of 1 (latest)

lavish houndBOT
bright fiber
#

Hi, you can actually leverage our Customer Billing portal, https://stripe.com/docs/no-code/customer-portal so your customer can update their payment method.

If you rather handle on on our own, you'd need to first collect the Payment Method details, then attach that Payment Method to the customer, https://stripe.com/docs/api/payment_methods/attach. Then, you'd make an Update Subscription call to update the default Payment Method: https://stripe.com/docs/api/subscriptions/update#update_subscription-default_payment_method

quasi sigil
#

"To attach a new PaymentMethod to a customer for future payments, we recommend you use a SetupIntent or a PaymentIntent with setup_future_usage."

#

when is simply using attach fine vs having to do the whole setup intent process

bright fiber
quasi sigil
#

We can't use customer portal

#

We have a custom integration and that isn't relevant

bright fiber
quasi sigil
#

Should i be using mode subscription or setup

bright fiber
#

setup, as you already have the subscription.

quasi sigil
#

I wasn't sure if mode of subscription provided better options