#osroca-pi-requires-auth

1 messages · Page 1 of 1 (latest)

jade wraith
#

Hey, can you share an example PI?

tawny narwhal
#

Hi ynnoj, thanks!

#

yes, this is one I just created: pi_3LPLj2EKSBdk8Rhm0soI4vOU

#

is for the payment of a subscription. The use case I'm trying to implement is a user purchasing a subscription which has a few days of trial period, user sets a card that requires authentication, during the setup user authenticates and the trial starts. When the trial ends, Stripe tries to charge the card but it requires authentication again, I have to notify the use. I have the process implemented, but I would like to warn the user about any expiration time

#

and, if the user doesn't full fill the confirmation in that time, is Stripe canceling the subscription automatically or should I handle this on my end?

jade wraith
tawny narwhal
#

Ah! that was what I remembered and couldn't find

jade wraith
#

user purchasing a subscription which has a few days of trial period, user sets a card that requires authentication, during the setup user authenticates and the trial starts. When the trial ends, Stripe tries to charge the card but it requires authentication again
This can happen, but it's rare. The setup process should carry optimise for future off-session payments. However in cases a recurring payment requires auth, you'd need to bring them back on-session

tawny narwhal
#

I think so, but I manage to reproduce this use case with one of your test cards,

jade wraith
#

Yup, that test card will always require auth

tawny narwhal
#

Yeah! I have the UI ready to handle the confirmation, just wanted to make sure about that 23h "grace period" and the automatic move to incomplete_expired if the confirmation never happen ...

#

Thanks a lot for your help!