#pradeepgururani - SCA modal
1 messages · Page 1 of 1 (latest)
okay, thanks
Are you using a setupintent?
yes
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
problem is that one user recently bought the subscription successfully
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
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 ?
Can you share a request ID?
Also are you using Stripe Billing for subscriptions?
Or did you manually implement subscriptions?
we are using a custom checkout flow
Gotcha but using stripe subscriptions?
yes
Ultimately, this guide shows the recommended flow: https://stripe.com/docs/billing/subscriptions/build-subscription?ui=elements
No setupintents are used
SetupIntents with subscriptions present weird issues like you're seeing with $0 auths on the setupintent