#Nash-update-paymentmethod

1 messages · Page 1 of 1 (latest)

stoic rain
#

Are you using Stripe Billing?

#

(Invoices/Subscriptions)

silk thunder
#

Nope

#

We handle all recurring and invoices in-house.

stoic rain
#

Got it. Then yes, you just use a SetupIntent to add the new card and attach it to the Customer and then pass the new PaymentMethod ID for your future payments for that Customer.

silk thunder
#

I see. And that will support 3ds in case it's needed?

stoic rain
#

Yep, when you confirm the SetupIntent using Stripe.js then the 3DS modal will display for the customer if 3DS is required. Recommend taking a look at the guide above.

silk thunder
#

Nice. OK, I think that's what I needed. Thank you very much. Have a good one.