This seems to be as simple as changing the plan in the Stripe dashboard to include a free trial period, but it is a good opportunity to refactor the subscription endpoint.
One thing that seems to have changed is specifying a plan when creating a customer. In the Subscriptions Quickstart, it instructs to create a customer and a subscription for that customer in separate steps.
As a potential user, I want to try Stockpile before paying for it so that I can decide whether or not I want to purchase a subscription.
Backend support for stockpileapp.co/#13.
This seems to be as simple as changing the plan in the Stripe dashboard to include a free trial period, but it is a good opportunity to refactor the subscription endpoint.
One thing that seems to have changed is specifying a
plan
when creating a customer. In the Subscriptions Quickstart, it instructs to create a customer and a subscription for that customer in separate steps.