#pavan-checkout

1 messages · Page 1 of 1 (latest)

cloud pagoda
#

But otherwise you can use Checkout in setup mode to collect card details and after they set up their card you can attach it to the customer and delete the old one

undone sentinel
#

We are not planning to use customer portal since it has some limitations. Any doc which describes setup mode, will user redirected to Stripe UI ?

cloud pagoda
#

What limitations does it have? You can just use the portal to do PaymentMethod update which seems exactly like what you want, and easier than trying that with Checkout and a lot of code

undone sentinel
#

Customer portal doesn't support multiple products, we do have multiple products

cloud pagoda
#

But that doesn't matter

#

You use Checkout for payments and the customer portal for letting customers change their card details

#

it's just 2 different products with different usage

undone sentinel
#

I know there are 2 options for Checkout 1. Prebuilt checkout and 2. Custom Flow . Where does this customer-portal comes into play ? I am confused

cloud pagoda
#

this is completely unrelated?

#

Sorry I know you're confused, I just don't understand what part is confusing

#
#

It seems you use Checkout. You now want to let customers change their card details and I was suggesting using the customer portal, which supports that specific feature.

#

But otherwise, yes you can use Checkout, have a customer enter a new card and after Checkout is done, you can attach the new card to the customer and delete the old one

undone sentinel
#

Thanks for the detail explanation. Regarding last point, to update card details as part of checkout will he be taken to Stripe Checkout page again and he will enter card details and it is automatically get stored ? Any doc for this ?

#

We are using Checkout for subscriptions, and it is recurring payments.

cloud pagoda