#aleksandar_23015

1 messages · Page 1 of 1 (latest)

strange rapidsBOT
wind holly
#

hi! probably that means you actually used a SetupIntent in the flow instead(like you write your code to create a SetupIntent to accept the card and then immediately afterwards you create a PaymentIntent for the actual charge).

tepid talon
#

@wind holly yes, I think thats the case. Certanly this is the first time to get this complaint, is everybody getting 0 eur 3ds?
this is where it "fails". it sets up error 26

wind holly
#

a SetupIntent is "$0 transaction" so yes the 3D Secure authentication is actually just for that

tepid talon
#

Amazing, so she is safe to accept that 0eur

wind holly
#

you should only be using a SetupIntent for a clear flow of "add your card and save it for future use", if you're actually charging the card at the same time/immediately afterwards, you should be using a PaymentIntent instead (https://stripe.com/docs/payments/save-during-payment) so you're actually authenticating that payment