#pavan-product-choice

1 messages · Page 1 of 1 (latest)

serene summit
#

@round zephyr what's the context of that sentence? What doc are you reading?

round zephyr
#

I went through both the flows, recurring payments will be taken care by Stripe automatically, in custom flow what large refactoring needs to be done ?

serene summit
#

okay so you mean

Large refactor to collect recurring payments.
specifically?

#

Well handling recurring payments across payment method types and with 3D Secure for example is a lot of work. Checkout does all of that for you

round zephyr
#

I am more concern about cards

#

For card payment Type is that ok ?

serene summit
#

is what okay?

#

Sorry, it's just a readme of a sample. Integrating collecting card details for subscriptions is harder than for a normal payment and we recommend using Checkout

#

you don't have to, it's just a high level recommendation

round zephyr
#

We are using Custom flow with payment method only card. Is large refactoring even in the this case for recurring payments ?

serene summit
#

no if you already have a working solution it's not a large refactor and you're fine, just move forward with Elements

round zephyr
#

We are comparing between Custom flow vs pre built checkout. We don't have any solution yet. From the docs it doesn't looks complex. So asking more details on this.

serene summit
#

If you have no solution, go with Checkout. It will take minutes, and will save you days of work

#

but you said you are already using custom flow so I'm confused

#

It's fairly easy to implement the custom flow overall if you're an experienced developer and familiar with payments. But the vast majority of developers who start on Stripe, they aren't experienced with this or payments and they just want to accept payments and focus on their business. So Checkout is 10 times easier overall and way faster to grasp. So we strongly recommend it. And many users, even experienced, still go with it for the simplicity and how many features you just get without extra code (like tax calculation!)

#

But if you find the custom flow simple you can definitely go for it!

round zephyr
#

I have started with Prebuilt checkout and unfortunately found that you cannot update multiple products in customer portal which is big drawback and thinking towards custom flow since anyway update requires Custom flow. Otherwise we would have gone with Prebuilt checkout.

serene summit
#

makes sense, in that case I think you'll do well