In this tutorial, we will build a Subscription based Platform in which the user can choose a plan, and according to that, he will be charged.

We use Braintree for this demo, and we will discuss the stripe in the next tutorial. So, we will build a simple payment gateway in which a user can charge according to their selected plan. It is a straightforward system to work with, and for that, we need to create a developer account at Braintree.

laravel payment gateway