#Ji_net-3ds-testing
1 messages · Page 1 of 1 (latest)
Hello! There are a number of 3ds specific testing cards here (https://stripe.com/docs/testing#regulatory-cards) - I believe you'll want 4000002500003155, since 4000002760003184 requires authentication on every transaction.
I also just want to check - why are you listening for charge.failed events? Typically for SCA flows you'll be working with Payment Intents
I'm not listening for 'charge.failed' but I'm actually listening for 'invoice.payment_failed', so I can update my subscription status locally, but since I worked with Payment Intent for SCA, I'm still receiving the 'invoice.payment_failed' event and my subscription status get changed locally
so that why I'm asking why I'm receiving that failure event, is it because of the carnd number I'm using or something else.
Gotcha! That actually clears things up a lot - so the 4000002760003184 is failing because it requires authentication on every transaction, but recurring subscription charges are meant to be done off-session. Since the customer is not there to provide authentication we fail the payment
The 4000002500003155 should be exactly what you need!