I wanted to make the subscription status past_due
from trialing
. as soon as possible.
How did I do it?
- Create customer
- Create subscription (better without trial)
- If trial, update subscription with
trial_end = now
https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end (set trial_end = now).
Top comments (0)