#fatematzuhora
1 messages · Page 1 of 1 (latest)
Sad to know
If you're using SetupIntents then there's no way to avoid that other than not using it
would you mind explaining the scenario a bit more in details?
Yes, I'm using setup intent.
The scenario is:
I want to allow my user to attach their payment method with their stripe account, so in the future, at any purchase, they can choose their preferred payment method from the list without entering the payment information again.
To do that, I'm using the setup intent first to attach the card.
But in terms of 3D secure cards while attaching they need to enter the OTP first, at that time I can see this $0 amount.
why not just do that on the first payment?
Don't get your point
you can save the PM during a payment
this reduces the number of 3DS auths and in your case would also help with the transaction amount not being 0
We have another feature where we only let the users to save their cards
So, we thought using the same module