Phasedio / webapp

1 stars 0 forks source link

Payments #61

Closed brianbest closed 8 years ago

brianbest commented 8 years ago

Here is the process of how we want handle payments for Phased. When a company creates a team they are given a 30 day trial of the service after those 30 days that team is locked out, all members on sign in are greeted with a "Your trial of Phased has ended please contact your team owner to unlock the full software". The owner of the account on log in is shown a "Your trial of Phased has ended, If you like to continue using Phased please sign up for a subscription below". On that same page is the CC form where they can sign up for a sub.

For the actual subscription it's self, we are charging $100 per month. What this gets users is 10 users licences and only the one team. Additional users would be charged at a rate of $10 per user per month to the company.

We have a stripe account set up, you can find the test certs inside the api folder under pay. I'll make you @daveriedstra a member on that account so you can test stuff out.

If there are any questions tag @colin-macinnis cause he can probably answer them faster then I

brianbest commented 8 years ago

This is mostly working, we had to add the subscription id along with the stripe customer id cause the lookup stuff wouldn't register anything if the plan had been canceled or not.