1stel / stratostack-portal

StratoSTACK Billing Portal
16 stars 9 forks source link

Hello! Stripe / Paypal checkout methods? #1

Open Bickets opened 7 years ago

Bickets commented 7 years ago

Hello! I see that one of your required dependencies for installation is Authorize.net, I am just wondering if there is a planned feature for any other payment gateways, two of which are already implemented in Laravel AKA the billing module which includes Stripe / Braintree payment methods. I desperately need the stripe payment gateway, and I'm not anywhere close to the skill level in order to implement it. If you guys could link a tutorial on how to do this in Laravel / PHP or maybe issue a hot-fix I'd be forever grateful.

Thanks, & great work!!

Logan.

bowyern commented 7 years ago

Hey Logan,

When I looked at Laravel Cashier, I noticed it supported a method of subscribing users to a plan and charging them a fixed rate at some interval. It didn't seem like it would work for our needs.

Stripe integration is something I'm interested in, and am looking at adding to the project.