#SouffleAuChocola

1 messages · Page 1 of 1 (latest)

hasty mapleBOT
astral sleet
#

How are you integrating today?

kind vessel
#

hello\

#

We have an web application and we have implemented Stripe payments and without using checkout links or any external services. We keep facing issues here and there and one of them is subscriptions getting duplicated if the 3D secure payment fails

#

I would like to know if we can cancel any active,incomplete subscriptions with the same product if a new one has been created

#

or if there is any other solution

astral sleet
#

So you're using Elements?

#

Right now there is no way to automatically do that with Elements. You'd need to manually implement something yourself

#

We keep facing issues here and there and one of them is subscriptions getting duplicated if the 3D secure payment fails
This sounds like your integration is creating a duplicate Subscription if a payment fails. You should stop that

#

If the initial payment fails, you can re-attempt it by just re-confirm the initial Setup/Payment Intent

#

There's no need to create a 2nd Subscription to try again