#benjamin-subscription-trial
1 messages · Page 1 of 1 (latest)
Hello! If you're setting trial_period_days that means your Subscription, by definition, does have a trial period, and thus there is no Payment Intent (because there's no payment to collect at that time).
and after the trial period has ended how the user will be charged?
They'll be charged using the Payment Method collected for them, if one exists. You can use the Subscription's pending_setup_intent to collect and set up a Payment Method for future use when no payment is due.
And then you can set that Payment Method as the default at either the Subscription level or the Customer level for Invoices.
benjamin-subscription-trial
so can I use pending_setup_intent with trial_period_days ?
yes
if I set the trial period on the subscription and create the subscription as any other, the trial will work, right?