We are setting up stripe to manage monthly billing subscriptions for our site. As per Stripe Documents we will be using 'billing cycle anchor' to default to the date when the user subscribed to the service. From the document it states the client will be billed monthly on this date. Eg plan starting on the 15th, will always be billed on the 15th.
The question I have what happens if the monthly plan started on 31st or leap year ie Feb 29th?
How does stripe manage the monthly payment in this instance? ie what date monthly anchor date does it default too?
I am unable to find any information in stripe but if someone let me know the protocol and where stripe has documented it would be much appreciated.