#pradeepgururani - SCA modal

1 messages · Page 1 of 1 (latest)

agile sparrow
#

Hello let's chat in here

#

Give me a moment to catch up

hushed salmon
#

okay, thanks

agile sparrow
#

Are you using a setupintent?

hushed salmon
#

yes

agile sparrow
#

Ah ok so that is why

#

Setup intents don't have amounts

#

This is probably a 3ds auth for the setupintent

#

Not the payment itself

hushed salmon
#

problem is that one user recently bought the subscription successfully

agile sparrow
#

SetupIntents aren't necessary for subscriptions. This is a common issue where creating a setupintent prior to the subscription will require auth. That auth will be for $0 since the setupintent doesn't have an amount

#

With subscriptions, setupintents are redundant

hushed salmon
#

okay, here's a rough idea about my current implementation

  • create customer
  • setup intent
  • attach payment method
  • then for SCA supported transaction payment is confirmed
#

the response we get from stripe when the amount is 0 is
authentication error

#

in your opinion what might be the problem ?

agile sparrow
#

Can you share a request ID?

#

Also are you using Stripe Billing for subscriptions?

#

Or did you manually implement subscriptions?

hushed salmon
#

we are using a custom checkout flow

agile sparrow
#

Gotcha but using stripe subscriptions?

hushed salmon
#

yes

agile sparrow
#

No setupintents are used

#

SetupIntents with subscriptions present weird issues like you're seeing with $0 auths on the setupintent

hushed salmon
#

oh, okay, I'll check my code again and try to find issue, then definitely will upgrade to the recommended flow

#

thanks for your help 👍