Ending a subscription trial now uses the timestamp of that API requestBreaking changes
What’s new![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
When ending a trial on a subscription using trial_
, the updated subscription now receives a trial_
timestamp from the time of the request rather than being unset.
Impact![](https://b.stripecdn.com/docs-statics-srv/assets/fcc3a1c24df6fcffface6110ca4963de.svg)
Providing a precise trial_
timestamp when ending a subscription trial using trial_
lets you track exactly when a trial was ended. This improves accuracy in subscription lifecycle management, but might require updates to code that processes trial end events.