Rick Random
Rick Random

Reputation: 21

Spotify style account management with a subscription based website

We're planning a web service based on recurring monthly payments.

The site would have similar user accounts as Netflix or Spotify. The site would have an account section were the user can manage the billing and other details.

I've looked into different payment gateway provides, but I'm still wondering how to implement the user account as a part of the main site and how to combine that to the billing system.

First some information:

The user account section would contain:

Questions:

Thank you for the ideas!

Upvotes: 1

Views: 161

Answers (1)

Peter
Peter

Reputation: 113

This is relatively easy to do using Laravel (a php framework) and a package called cashier. This package uses a payment service called Stripe which allows you to create recurring payments. There is even a tutorial on how to do it on Laracast.

Upvotes: 0

Related Questions