#kevin_fleri-subscription-checkout
1 messages · Page 1 of 1 (latest)
Can you expand a bit more on what you are currently doing?
What part of the process might break if you start using Checkout?
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?
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...
That would be in your branding settings https://dashboard.stripe.com/account/branding
More on customizing Checkout here https://stripe.com/docs/payments/checkout/customization
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?