#kratos6753
1 messages · Page 1 of 1 (latest)
use case is addition of card to stripe customer, want to know if pre authorization - (hold & refund) is needed or stripe setup intent success would handle it intelligently and we don't need to do pre-authorization step.
yes it would, you can see this by trying these cards https://stripe.com/docs/testing#declined-payments
with Setup Intents
I'm not talking about testing.. do we need to do pre-authorization even after setup intent success?
what I meant is that Setup would do the pre-auth for you, and the way you can be sure about this, is that when you create a SetupIntent (as opposed to creating a PaymentMethod) and you pass in the declined test cards, the SetupIntent will fail