#kevin_fleri-subscription-checkout

1 messages · Page 1 of 1 (latest)

frosty lake
#

Can you expand a bit more on what you are currently doing?

#

What part of the process might break if you start using Checkout?

solid gull
#

Currently, I am creating a subscription on the backend after collecting card details using element. Then I do call call confirmPaymentIntent API(after a subscription is created ) on the frontend.

#

Now I want to use session, I believe stripe is responsible for collecting payment details and auto creating the subscription

#

Can I pass my company logo to session checkout?

frosty lake
#

Yes, that would be the case. You can respond the same way after the subscription is created but the Session will collect the details and make the first payment.

#

So what would the difficulty be for you if the Checkout session does that?

#

And yes, you can customize Checkout Sessions. Finding the doc in a moment...

solid gull
#

I am listening to the invoice.paid webhook and also checking for subscription_create parameter for the first time subscription is created, will these work the same way with session?