#varovas

1 messages · Page 1 of 1 (latest)

mossy stormBOT
ancient scarab
worthy umbra
#

For upgrade, we charge customer immediately. with proration_behaviour = 'always_invoice'. And We are creating subscriptions with php stripe api. So when I am creating subscription using this example https://stripe.com/docs/api/subscriptions/create how can I handle that user needs to 3DS authenticate?

ancient scarab
#

you'd use the guide I linked

#

the subscription object is created on the backend, but you must 'activate' it by confirming the PaymentIntent of the subscription's first Invoice on the frontend, which charges the customer and will handle 3D Secure at that point

Or, and this is what I recommend — just use Checkout instead of creating the Subscription directly yourself.