#zzking

1 messages · Page 1 of 1 (latest)

serene ibexBOT
severe tangle
#

Hi

I'd like to know would that be enough for Stripe to optimise future payments in the context of SCA ( i.e : The chance that SCA happens for future off-session payments should be low ) ? Does the first payment have to be in succeeded status for Stripe to apply that optimisation ?
In general when using setup_future_usage: off_session is enough in order to set setup the card for future usage.
When the "the paymentIntent goes into "requires_capture" status", that means the card is authenticated technically. So I think is enough.
You can do a test using this test card 4000002500003155 which requires authentication unless set up
https://stripe.com/docs/testing#authentication-and-setup:~:text=Authenticate unless set up

digital rampart
#

yes I tested with that card and my 2nd payment looks OK after I authenticate the card successfully for the first time and the 1st payment is in requires_capture status

#

Another question is : I think I only need setup_future_usage: off_session for the FIRST payment to setup the card for future usage, right ? For later payments using the same payment method, I just need to set off_session : true in the paymentIntent to make it qualify as merchant initiated transaction. Am I correct ?

digital rampart
#

nice nice . I'm getting better in understanding Stripe APIs 🙂 , thank you for the help !

severe tangle
#

Np!