#fr0smat1c

1 messages ยท Page 1 of 1 (latest)

slow anchorBOT
rocky halo
#

But if I create a subscription without trial_ends, this field normally returns payment intent

viral surge
#

Hi ๐Ÿ‘‹ this is expected. If you're starting your Subscription with a trial then the first Invoice will be a zero-amoount Invoice and won't generate a Payment Intent.

If you're hoping to use an intent to collect payment method details still, then I would recommend looking into using the Setup Intent stored in pending_setup_intent on the Subscription:
https://stripe.com/docs/api/subscriptions/object#subscription_object-pending_setup_intent

rocky halo
#

How to handle 3dsecure for subscription with trials?

#

We want to handle 3dsecure for these subscriptions with trials immediately, so that the payment, which will be after the trial ends, will already be without 3dsecure

viral surge
#

To do that you'll want to use the Setup Intent provided in the pending_setup_intent field to collect payment method details and handle any authentication that is required.

rocky halo
#

Thanks for info

viral surge
#

Any time!