#karina_
1 messages ยท Page 1 of 1 (latest)
according to https://stripe.com/docs/payments/setup-intents it says i should create the setup intent as off session, which i do, and the stripeJS ui asks for authorization which works well.
but when i create a subscription and attempt to charge the first invoice, i still get an SCA failure
which essentially means my customer will have to authenticate again
not sure if it matters but i'm using the cc "4000000000003220" to test this
here is an example invoice https://dashboard.stripe.com/test/invoices/in_1N2ygLDAWTp2PXOwSOviMTQ9
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hello ๐
Taking a look
I think the test card expects 3DS to be completed each time as the radar rules by default request it
https://stripe.com/docs/testing#three-ds-cards
Can you try with this test card?
4000002500003155
https://stripe.com/docs/testing#authentication-and-setup
let me test it out
nice, that card worked.
i presume that 4000002500003155 is the more typical behaviour?
i mean like in the real world?