#brendan-3ds1
1 messages · Page 1 of 1 (latest)
hello!
Can you try and provide a lot more specific details like exact transactions (charge id, request id, anything) so that I can have a look?
That's a subscription creation, do you have more details?
that's a charge creation server-side though on Subscription creation, it's normal it wouldn't work
If you want to do 3DS with subscriptions you have to use payment_behavior: 'default_incomplete' when you create the Subscription and then get the PaymentIntent confirmed client-side
you're likely doing things backwards/in reverse here and not following our canonical guide(s)
ok, I'll check into how we have it setup exactly, thanks for the quick response!