stockpile-co / api

The API for Stockpile, an app that manages stuff for organizations.
0 stars 1 forks source link

Add free trial #284

Closed AdamVig closed 7 years ago

AdamVig commented 7 years ago

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.