#jairo094215_api

1 messages ¡ Page 1 of 1 (latest)

worthy dragonBOT
#

👋 Welcome to your new thread!

⏱️ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1212465808375021630

📝 Have more to share? You can add more detail below, including code, screenshots, videos, etc.

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!

mortal lakeBOT
hallow prairie
#

Hello! My question is... how could we manage payments with Checkout so that this does not happen?

cloud cove
hallow prairie
#

Now we aren't doing API calls, because we are removed all billing-related code to start using Stripe Checkout

#

And inside Stripe Checkout, if a customer fails the payment due to SCA, an incomplete subscription is generated. If the client repeats the process, another incomplete subscription is added to their Stripe account, and so on...

#

and I would like to know if this is normal behavior or can we improve it to avoid 'zombie' subscriptions

cloud cove
#

I see, with Stripe Checkout that is normal and there is not a way around this. However, if you're willing to build it outside of the Checkout Session, you can build it separately to have the customer complete the 3DS of the existing client secret on the initial Payment Intent.

hallow prairie
#

Ok, I undestand

#

What are the implications of these zombie subscriptions remaining? What would happen if, for example, a customer manages to subscribe correctly on the third attempt, having left 2 incomplete subscriptions in their Stripe account? Will the customer receive any emails from Stripe to try to complete pending payments? Because in that hypothetical case we would no longer be interested in the client completing those pending payments...